#50A050
A medium, moderate green closely aligning with Mediumseagreen.
About #50A050
Visually, #50A050 is defined as a moderate green. If you're using CSS, you might find it aligns closely with Mediumseagreen. This translates to an RGB value of rgb(80, 160, 80).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 50% cyan, 0% magenta, 50% yellow, and 37% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#50A050
RGB80, 160, 80
HSL120.0°, 33.3%, 47.1%
CMYK50%, 0%, 50%, 37%
HSV120.0°, 50.0%, 62.7%
LAB59.4, -41.3, 34.1
XYZ17.3, 27.4, 12.0
Decimal5283920
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.24:1
Text on #FFFFFF
AA Large
6.49:1
Text on #000000
AA
3.09:1
Text on #F8FAFC
AA Large
5.51:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #50A050;
}
.text-color {
color: #50A050;
}
.border-color {
border: 2px solid #50A050;
}