#1DA05F
A dark, moderate green closely aligning with Mediumseagreen.
About #1DA05F
Visually, #1DA05F is defined as a moderate green. If you're using CSS, you might find it aligns closely with Mediumseagreen. In the RGB color space, it consists of 29 red, 160 green, and 95 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 82% C, 0% M, 41% Y, and 37% K. With a hue angle of 150.2 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1DA05F
RGB29, 160, 95
HSL150.2°, 69.3%, 37.1%
CMYK82%, 0%, 41%, 37%
HSV150.2°, 81.9%, 62.7%
LAB58.3, -49.0, 24.5
XYZ15.1, 26.2, 15.1
Decimal1941599
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.36:1
Text on #FFFFFF
AA Large
6.25:1
Text on #000000
AA
3.21:1
Text on #F8FAFC
AA Large
5.31:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1DA05F;
}
.text-color {
color: #1DA05F;
}
.border-color {
border: 2px solid #1DA05F;
}