#1DA050
A dark, moderate green closely aligning with Mediumseagreen.
About #1DA050
When working with digital screens, the color #1DA050 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Mediumseagreen. This translates to an RGB value of rgb(29, 160, 80).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 82% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#1DA050
RGB29, 160, 80
HSL143.4°, 69.3%, 37.1%
CMYK82%, 0%, 50%, 37%
HSV143.4°, 81.9%, 62.7%
LAB58.0, -51.7, 32.2
XYZ14.5, 26.0, 11.8
Decimal1941584
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.39:1
Text on #FFFFFF
AA Large
6.20:1
Text on #000000
AA
3.24:1
Text on #F8FAFC
AA Large
5.27:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1DA050;
}
.text-color {
color: #1DA050;
}
.border-color {
border: 2px solid #1DA050;
}