Granny Smith Apple (#A8E4A0)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 1.47:1 — vs black: 14.27:1
Color values
-
HEX
#A8E4A0 -
RGB
rgb(168, 228, 160) -
HSL
hsl(112, 55%, 76%) -
CMYK
cmyk( 26, 0, 30, 11 ) -
Websafe
#99CC99
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #A8E4A0 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#A8E4A0
Base
#DCA0E4
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#A8E4A0
Base
#CAE4A0
#A0E4BA
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#A8E4A0
Base
#A0A8E4
#E4A0A8
Two colors flanking the complement — high contrast with less tension than full complementary.
#A8E4A0
Base
#BAA0E4
#E4A0CA
Four colors at 90° intervals — rich variety, best when one color dominates.
#A8E4A0
Base
#A0CAE4
#DCA0E4
#E4BAA0
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#A8E4A0
Base
#43B734
#71D364
#8BDB80
#C5EDC0
#DFF5DC
#EDF9EB
Darker shades and lighter tints of Granny Smith Apple, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#071406
#1C4C16
#318526
#46BD36
#74D468
#A8E4A0
Base
#B6E8AF
#C4EDBE
#D1F1CD
#DFF5DC
#EDF9EB
Ready-to-use code snippets for #A8E4A0. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #A8E4A0;
}
/* Text */
.element {
color: #A8E4A0;
}
/* Border */
.element {
border: 1px solid #A8E4A0;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#A8E4A0,
#DCA0E4
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#A8E4A0,
#DCA0E4
);
}
// SCSS variable
$granny-smith-apple: #A8E4A0;
// With RGB channels (useful for rgba() usage)
$granny-smith-apple-r: 168;
$granny-smith-apple-g: 228;
$granny-smith-apple-b: 160;
// Usage
.element {
background-color: $granny-smith-apple;
color: rgba($granny-smith-apple-r, $granny-smith-apple-g, $granny-smith-apple-b, 0.8);
}
How Granny Smith Apple appears to people with different types of color vision deficiency.
#A8E4A0
How the color appears with full color vision.
#D5D5A2
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#DEDEA0
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#B3DDDD
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#D5D5D5
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.