#50A000
A dark, vivid green closely aligning with Green.
About #50A000
At its core, #50A000 is a dark and vivid hue. Designers often compare it to the standard color Green. Its digital footprint relies on 80 parts red, 160 parts green, and 0 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 50% Cyan, 0% Magenta, 100% Yellow, and 37% Black. With a hue angle of 90.0 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#50A000
RGB80, 160, 0
HSL90.0°, 100.0%, 31.4%
CMYK50%, 0%, 100%, 37%
HSV90.0°, 100.0%, 62.7%
LAB58.8, -47.2, 60.7
XYZ15.9, 26.8, 4.3
Decimal5283840
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.30:1
Text on #FFFFFF
AA Large
6.37:1
Text on #000000
AA
3.15:1
Text on #F8FAFC
AA Large
5.41:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #50A000;
}
.text-color {
color: #50A000;
}
.border-color {
border: 2px solid #50A000;
}