#499900
A dark, vivid green closely aligning with Green.
About #499900
Visually, #499900 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Green. In the RGB color space, it consists of 73 red, 153 green, and 0 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 52% cyan, 0% magenta, 100% yellow, and 40% black. With a hue angle of 91.4 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#499900
RGB73, 153, 0
HSL91.4°, 100.0%, 30.0%
CMYK52%, 0%, 100%, 40%
HSV91.4°, 100.0%, 60.0%
LAB56.3, -46.7, 58.6
XYZ14.1, 24.2, 3.9
Decimal4823296
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.60:1
Text on #FFFFFF
AA Large
5.84:1
Text on #000000
AA
3.44:1
Text on #F8FAFC
AA Large
4.96:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #499900;
}
.text-color {
color: #499900;
}
.border-color {
border: 2px solid #499900;
}