#50A80F
A dark, vivid green closely aligning with Green.
About #50A80F
The hex code #50A80F represents a beautifully specific shade of green. Designers often compare it to the standard color Green. Its digital footprint relies on 80 parts red, 168 parts green, and 15 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 52% C, 0% M, 91% Y, and 34% K. With a hue angle of 94.5 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#50A80F
RGB80, 168, 15
HSL94.5°, 83.6%, 35.9%
CMYK52%, 0%, 91%, 34%
HSV94.5°, 91.1%, 65.9%
LAB61.4, -49.9, 60.6
XYZ17.4, 29.7, 5.3
Decimal5285903
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.02:1
Text on #FFFFFF
AA Large
6.95:1
Text on #000000
AA
2.89:1
Text on #F8FAFC
FAIL
5.91:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #50A80F;
}
.text-color {
color: #50A80F;
}
.border-color {
border: 2px solid #50A80F;
}