Android Green (#A4C639)
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.96:1 — vs black: 10.72:1
Color values
-
HEX
#A4C639 -
RGB
rgb(164, 198, 57) -
HSL
hsl(74, 55%, 50%) -
CMYK
cmyk( 17, 0, 71, 22 ) -
Websafe
#99CC33
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #A4C639 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#A4C639
Base
#5B39C6
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#A4C639
Base
#C6A239
#5DC639
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#A4C639
Base
#39A4C6
#C639A4
Two colors flanking the complement — high contrast with less tension than full complementary.
#A4C639
Base
#395DC6
#A239C6
Four colors at 90° intervals — rich variety, best when one color dominates.
#A4C639
Base
#39C6A2
#5B39C6
#C6395D
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#A4C639
Base
#424F17
#738B28
#8AA630
#B3CF59
#BFD774
#DBE8B0
Darker shades and lighter tints of Android Green, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#101406
#2E3710
#4B5B1A
#697F24
#86A22F
#A4C639
Base
#B4D05D
#C5DB80
#D5E5A4
#E6EFC8
#F6F9EB
Ready-to-use code snippets for #A4C639. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #A4C639;
}
/* Text */
.element {
color: #A4C639;
}
/* Border */
.element {
border: 1px solid #A4C639;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#A4C639,
#5B39C6
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#A4C639,
#5B39C6
);
}
// SCSS variable
$android-green: #A4C639;
// With RGB channels (useful for rgba() usage)
$android-green-r: 164;
$android-green-g: 198;
$android-green-b: 57;
// Usage
.element {
background-color: $android-green;
color: rgba($android-green-r, $android-green-g, $android-green-b, 0.8);
}
How Android Green appears to people with different types of color vision deficiency.
#A4C639
How the color appears with full color vision.
#BDBD3C
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#C3C338
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#B1BBBB
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#B9B9B9
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.