Granny Smith Apple is a
neutral light color with the hex code #ABE79C.
This vibrant hue can be represented as RGB
171, 231, 156 in digital design or CMYK 26%, 0%, 32%, 9% for print applications.
Find matching Pantone color.
Granny Smith Apple
#ABE79C
Granny Smith Apple color values
- HEX
- #ABE79C
- RGB
- 171, 231, 156
- HSL
- 108°, 61%, 76%
- CMYK
- 26, 0, 32, 9
Shades & tints
About this color
Granny Smith Apple sits at 108° on the color wheel with 61% saturation and 76% lightness, placing it in the green segment of the spectrum. At 61% saturation, the hue is fully legible and confident — richly chromatic without tipping into high-contrast territory. The elevated lightness keeps it airy and open, well-suited to large surface areas without visual weight.
In digital environments, Granny Smith Apple is rendered as rgb(171, 231, 156), where the green channel leads at 231, pulling the color toward the green-yellow axis. High saturation at this lightness produces strong contrast against white — effective for CTAs, badges, and elements that need to stop the eye.
For print, Granny Smith Apple translates to a CMYK breakdown of 26C 0M 32Y 9K. The low-to-moderate black value (9%) means the color's character in print comes primarily from its yellow ink content (32%), with black serving as a supporting shadow tone. No brands in the brandkit.pro library currently specify this exact hex as a named brand color.
Color harmonies
Complementary
Analogous
Triadic
Split-Complementary
How to use Granny Smith Apple
CSS Variable
:root {
--brand-primary: #ABE79C;
--brand-primary-rgb: 171, 231, 156;
} Define as a CSS custom property for consistent theming across your site.
Tailwind Config
colors: {
brand: '#ABE79C',
}
Add to your Tailwind config to use classes like bg-brand.
Print Design (CMYK)
C: 26%
M: 0%
Y: 32%
K: 9% Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.
RGB for Screens
rgb(171, 231, 156)
rgba(171, 231, 156, 0.8) Use RGB notation for compatibility or add alpha channel for transparency.
Frequently asked questions
What color is #ABE79C?
What is the RGB value of #ABE79C?
Is Granny Smith Apple a warm or cool color?
How do I use #ABE79C in CSS?
background-color: #ABE79C; or color: #ABE79C; or as an RGB value: rgb(171, 231, 156). For print design, use CMYK: 26%, 0%, 32%, 9%.