#8AA842
A medium, moderate green closely aligning with Olivedrab.
About #8AA842
When working with digital screens, the color #8AA842 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Olivedrab. This translates to an RGB value of rgb(138, 168, 66).
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, 61% Y, and 34% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8AA842
RGB138, 168, 66
HSL77.6°, 43.6%, 45.9%
CMYK18%, 0%, 61%, 34%
HSV77.6°, 60.7%, 65.9%
LAB64.8, -26.0, 48.1
XYZ25.5, 33.8, 10.3
Decimal9087042
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.71:1
Text on #FFFFFF
FAIL
7.76:1
Text on #000000
AAA
2.59:1
Text on #F8FAFC
FAIL
6.60:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #8AA842;
}
.text-color {
color: #8AA842;
}
.border-color {
border: 2px solid #8AA842;
}