#5FA042
A medium, moderate green closely aligning with Olivedrab.
About #5FA042
Visually, #5FA042 is defined as a moderate green. Designers often compare it to the standard color Olivedrab. This translates to an RGB value of rgb(95, 160, 66).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 41% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5FA042
RGB95, 160, 66
HSL101.5°, 41.6%, 44.3%
CMYK41%, 0%, 59%, 37%
HSV101.5°, 58.7%, 62.7%
LAB59.9, -38.4, 41.8
XYZ18.3, 28.0, 9.6
Decimal6266946
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.18:1
Text on #FFFFFF
AA Large
6.59:1
Text on #000000
AA
3.04:1
Text on #F8FAFC
AA Large
5.61:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5FA042;
}
.text-color {
color: #5FA042;
}
.border-color {
border: 2px solid #5FA042;
}