#5FA842
A medium, moderate green closely aligning with Forestgreen.
About #5FA842
At its core, #5FA842 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Forestgreen. This translates to an RGB value of rgb(95, 168, 66).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 43% 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. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5FA842
RGB95, 168, 66
HSL102.9°, 43.6%, 45.9%
CMYK43%, 0%, 61%, 34%
HSV102.9°, 60.7%, 65.9%
LAB62.4, -41.9, 44.7
XYZ19.7, 30.8, 10.1
Decimal6268994
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.93:1
Text on #FFFFFF
FAIL
7.17:1
Text on #000000
AAA
2.80:1
Text on #F8FAFC
FAIL
6.09:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5FA842;
}
.text-color {
color: #5FA842;
}
.border-color {
border: 2px solid #5FA842;
}