#1DA85F
A dark, vivid green closely aligning with Mediumseagreen.
About #1DA85F
At its core, #1DA85F is a dark and vivid hue. It is closely associated with the named CSS color Mediumseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 168, and 95.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 83% cyan, 0% magenta, 43% yellow, and 34% black. The HSL representation is 148.5° hue, 70.6% saturation, and 38.6% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#1DA85F
RGB29, 168, 95
HSL148.5°, 70.6%, 38.6%
CMYK83%, 0%, 43%, 34%
HSV148.5°, 82.7%, 65.9%
LAB60.9, -52.0, 27.9
XYZ16.6, 29.1, 15.6
Decimal1943647
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.08:1
Text on #FFFFFF
AA Large
6.82:1
Text on #000000
AA
2.94:1
Text on #F8FAFC
FAIL
5.80:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1DA85F;
}
.text-color {
color: #1DA85F;
}
.border-color {
border: 2px solid #1DA85F;
}