#1D9200
A dark, vivid green closely aligning with Green.
About #1D9200
Visually, #1D9200 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 29 red, 146 green, and 0 blue.
Translating this color to physical media requires the CMYK color model. The color uses 80% Cyan, 0% Magenta, 100% Yellow, and 43% Black. The HSL representation is 108.1° hue, 100.0% saturation, and 28.6% lightness.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1D9200
RGB29, 146, 0
HSL108.1°, 100.0%, 28.6%
CMYK80%, 0%, 100%, 43%
HSV108.1°, 100.0%, 57.3%
LAB52.8, -54.3, 55.2
XYZ10.8, 20.8, 3.5
Decimal1937920
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.07:1
Text on #FFFFFF
AA Large
5.16:1
Text on #000000
AA
3.89:1
Text on #F8FAFC
AA Large
4.39:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1D9200;
}
.text-color {
color: #1D9200;
}
.border-color {
border: 2px solid #1D9200;
}