#5F9916
A dark, vivid green closely aligning with Olivedrab.
About #5F9916
At its core, #5F9916 is a dark and vivid hue. Designers often compare it to the standard color Olivedrab. In the RGB color space, it consists of 95 red, 153 green, and 22 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 38% C, 0% M, 86% Y, and 40% K. With a hue angle of 86.6 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F9916
RGB95, 153, 22
HSL86.6°, 74.9%, 34.3%
CMYK38%, 0%, 86%, 40%
HSV86.6°, 85.6%, 60.0%
LAB57.3, -38.6, 55.9
XYZ16.3, 25.3, 4.8
Decimal6265110
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.47:1
Text on #FFFFFF
AA Large
6.05:1
Text on #000000
AA
3.31:1
Text on #F8FAFC
AA Large
5.15:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5F9916;
}
.text-color {
color: #5F9916;
}
.border-color {
border: 2px solid #5F9916;
}