#50A849
A medium, moderate green closely aligning with Forestgreen.
About #50A849
The hex code #50A849 represents a beautifully specific shade of green. Designers often compare it to the standard color Forestgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 168, and 73.
Translating this color to physical media requires the CMYK color model. The color uses 52% Cyan, 0% Magenta, 57% Yellow, and 34% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#50A849
RGB80, 168, 73
HSL115.6°, 39.4%, 47.3%
CMYK52%, 0%, 57%, 34%
HSV115.6°, 56.5%, 65.9%
LAB61.8, -45.6, 40.6
XYZ18.5, 30.2, 11.2
Decimal5285961
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.98:1
Text on #FFFFFF
FAIL
7.04:1
Text on #000000
AAA
2.85:1
Text on #F8FAFC
FAIL
5.98:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #50A849;
}
.text-color {
color: #50A849;
}
.border-color {
border: 2px solid #50A849;
}