#8AAF57
A medium, moderate green closely aligning with Olivedrab.
About #8AAF57
Visually, #8AAF57 is defined as a moderate green. If you're using CSS, you might find it aligns closely with Olivedrab. This translates to an RGB value of rgb(138, 175, 87).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 21% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#8AAF57
RGB138, 175, 87
HSL85.2°, 35.5%, 51.4%
CMYK21%, 0%, 50%, 31%
HSV85.2°, 50.3%, 68.6%
LAB67.1, -27.3, 40.8
XYZ27.5, 36.8, 14.7
Decimal9088855
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.51:1
Text on #FFFFFF
FAIL
8.35:1
Text on #000000
AAA
2.40:1
Text on #F8FAFC
FAIL
7.10:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AAF57;
}
.text-color {
color: #8AAF57;
}
.border-color {
border: 2px solid #8AAF57;
}