#5F923A
A medium, moderate green closely aligning with Olivedrab.
About #5F923A
At its core, #5F923A is a medium and moderate hue. It is closely associated with the named CSS color Olivedrab. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 146, and 58.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 35% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#5F923A
RGB95, 146, 58
HSL94.8°, 43.1%, 40.0%
CMYK35%, 0%, 60%, 43%
HSV94.8°, 60.3%, 57.3%
LAB55.4, -33.0, 40.5
XYZ15.8, 23.3, 7.7
Decimal6263354
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.71:1
Text on #FFFFFF
AA Large
5.66:1
Text on #000000
AA
3.55:1
Text on #F8FAFC
AA Large
4.81:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5F923A;
}
.text-color {
color: #5F923A;
}
.border-color {
border: 2px solid #5F923A;
}