#5F8A24
A dark, moderate green closely aligning with Olivedrab.
About #5F8A24
Visually, #5F8A24 is defined as a moderate green. Designers often compare it to the standard color Olivedrab. Its digital footprint relies on 95 parts red, 138 parts green, and 36 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 31% cyan and 0% magenta inks. With a hue angle of 85.3 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 dark color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F8A24
RGB95, 138, 36
HSL85.3°, 58.6%, 34.1%
CMYK31%, 0%, 74%, 46%
HSV85.3°, 73.9%, 54.1%
LAB52.7, -31.1, 47.1
XYZ14.1, 20.7, 4.9
Decimal6261284
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.08:1
Text on #FFFFFF
AA Large
5.15:1
Text on #000000
AA
3.90:1
Text on #F8FAFC
AA Large
4.38:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F8A24;
}
.text-color {
color: #5F8A24;
}
.border-color {
border: 2px solid #5F8A24;
}