#50990F
A dark, vivid green closely aligning with Forestgreen.
About #50990F
The hex code #50990F represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Forestgreen. In the RGB color space, it consists of 80 red, 153 green, and 15 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 48% C, 0% M, 90% Y, and 40% K. The HSL representation is 91.7° hue, 82.1% saturation, and 32.9% lightness.
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#50990F
RGB80, 153, 15
HSL91.7°, 82.1%, 32.9%
CMYK48%, 0%, 90%, 40%
HSV91.7°, 90.2%, 60.0%
LAB56.6, -44.1, 56.5
XYZ14.8, 24.5, 4.4
Decimal5282063
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.56:1
Text on #FFFFFF
AA Large
5.90:1
Text on #000000
AA
3.40:1
Text on #F8FAFC
AA Large
5.02:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #50990F;
}
.text-color {
color: #50990F;
}
.border-color {
border: 2px solid #50990F;
}