#50A02C
A medium, moderate green closely aligning with Forestgreen.
About #50A02C
The precise color #50A02C is an excellent choice for modern design projects. It is closely associated with the named CSS color Forestgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 160, and 44.
If you are designing for print, the four-color process is what matters most. The color uses 50% Cyan, 0% Magenta, 72% Yellow, and 37% Black. With a hue angle of 101.4 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#50A02C
RGB80, 160, 44
HSL101.4°, 56.9%, 40.0%
CMYK50%, 0%, 72%, 37%
HSV101.4°, 72.5%, 62.7%
LAB59.0, -45.3, 50.2
XYZ16.3, 27.0, 6.7
Decimal5283884
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.28:1
Text on #FFFFFF
AA Large
6.41:1
Text on #000000
AA
3.13:1
Text on #F8FAFC
AA Large
5.45:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #50A02C;
}
.text-color {
color: #50A02C;
}
.border-color {
border: 2px solid #50A02C;
}