#1DA016
A dark, vivid green closely aligning with Green.
About #1DA016
When working with digital screens, the color #1DA016 is rendered by mixing light. It is closely associated with the named CSS color Green. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 160, and 22.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 82% Cyan, 0% Magenta, 86% Yellow, and 37% Black. The HSL representation is 117.0° hue, 75.8% saturation, and 35.7% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1DA016
RGB29, 160, 22
HSL117.0°, 75.8%, 35.7%
CMYK82%, 0%, 86%, 37%
HSV117.0°, 86.2%, 62.7%
LAB57.5, -57.8, 55.3
XYZ13.2, 25.5, 5.0
Decimal1941526
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.45:1
Text on #FFFFFF
AA Large
6.09:1
Text on #000000
AA
3.29:1
Text on #F8FAFC
AA Large
5.18:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1DA016;
}
.text-color {
color: #1DA016;
}
.border-color {
border: 2px solid #1DA016;
}