#50A042
A medium, moderate green closely aligning with Forestgreen.
About #50A042
At its core, #50A042 is a medium and moderate hue. It is closely associated with the named CSS color Forestgreen. Its digital footprint relies on 80 parts red, 160 parts green, and 66 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 50% cyan, 0% magenta, 59% yellow, and 37% black. The HSL representation is 111.1° hue, 41.6% saturation, and 44.3% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#50A042
RGB80, 160, 66
HSL111.1°, 41.6%, 44.3%
CMYK50%, 0%, 59%, 37%
HSV111.1°, 58.7%, 62.7%
LAB59.2, -43.2, 40.9
XYZ16.9, 27.2, 9.5
Decimal5283906
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.26:1
Text on #FFFFFF
AA Large
6.45:1
Text on #000000
AA
3.11:1
Text on #F8FAFC
AA Large
5.48:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #50A042;
}
.text-color {
color: #50A042;
}
.border-color {
border: 2px solid #50A042;
}