#5F8A00
A dark, vivid green closely aligning with Olivedrab.
About #5F8A00
Visually, #5F8A00 is defined as a vivid green. Its closest recognized web color is Olivedrab. In the RGB color space, it consists of 95 red, 138 green, and 0 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 31% cyan and 0% magenta inks. The HSL representation is 78.7° hue, 100.0% saturation, and 27.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5F8A00
RGB95, 138, 0
HSL78.7°, 100.0%, 27.1%
CMYK31%, 0%, 100%, 46%
HSV78.7°, 100.0%, 54.1%
LAB52.5, -32.5, 56.1
XYZ13.8, 20.6, 3.3
Decimal6261248
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.10:1
Text on #FFFFFF
AA Large
5.12:1
Text on #000000
AA
3.92:1
Text on #F8FAFC
AA Large
4.35:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F8A00;
}
.text-color {
color: #5F8A00;
}
.border-color {
border: 2px solid #5F8A00;
}