#8AB650
A medium, moderate green closely aligning with Olivedrab.
About #8AB650
The hex code #8AB650 represents a beautifully specific shade of green. Designers often compare it to the standard color Olivedrab. This translates to an RGB value of rgb(138, 182, 80).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 24% Cyan, 0% Magenta, 56% Yellow, and 29% Black. With a hue angle of 85.9 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#8AB650
RGB138, 182, 80
HSL85.9°, 41.1%, 51.4%
CMYK24%, 0%, 56%, 29%
HSV85.9°, 56.0%, 71.4%
LAB69.1, -31.4, 46.5
XYZ28.7, 39.4, 13.7
Decimal9090640
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.36:1
Text on #FFFFFF
FAIL
8.89:1
Text on #000000
AAA
2.26:1
Text on #F8FAFC
FAIL
7.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AB650;
}
.text-color {
color: #8AB650;
}
.border-color {
border: 2px solid #8AB650;
}