#5F9933
A medium, moderate green closely aligning with Olivedrab.
About #5F9933
When working with digital screens, the color #5F9933 is rendered by mixing light. It is closely associated with the named CSS color Olivedrab. This translates to an RGB value of rgb(95, 153, 51).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 38% cyan and 0% magenta inks. With a hue angle of 94.1 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5F9933
RGB95, 153, 51
HSL94.1°, 50.0%, 40.0%
CMYK38%, 0%, 67%, 40%
HSV94.1°, 66.7%, 60.0%
LAB57.5, -36.8, 46.0
XYZ16.7, 25.5, 7.2
Decimal6265139
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.45:1
Text on #FFFFFF
AA Large
6.09:1
Text on #000000
AA
3.30:1
Text on #F8FAFC
AA Large
5.18:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5F9933;
}
.text-color {
color: #5F9933;
}
.border-color {
border: 2px solid #5F9933;
}