#8AA85F
A medium, muted green closely aligning with Darkkhaki.
About #8AA85F
At its core, #8AA85F is a medium and muted hue. If you're using CSS, you might find it aligns closely with Darkkhaki. This translates to an RGB value of rgb(138, 168, 95).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 18% C, 0% M, 43% Y, and 34% K. With a hue angle of 84.7 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#8AA85F
RGB138, 168, 95
HSL84.7°, 29.6%, 51.6%
CMYK18%, 0%, 43%, 34%
HSV84.7°, 43.5%, 65.9%
LAB65.1, -22.9, 34.3
XYZ26.5, 34.2, 16.0
Decimal9087071
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.68:1
Text on #FFFFFF
FAIL
7.85:1
Text on #000000
AAA
2.56:1
Text on #F8FAFC
FAIL
6.67:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #8AA85F;
}
.text-color {
color: #8AA85F;
}
.border-color {
border: 2px solid #8AA85F;
}