#1D8A66
A dark, moderate green closely aligning with Seagreen.
About #1D8A66
When working with digital screens, the color #1D8A66 is rendered by mixing light. Designers often compare it to the standard color Seagreen. In the RGB color space, it consists of 29 red, 138 green, and 102 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 79% cyan and 0% magenta inks. The HSL representation is 160.2° hue, 65.3% saturation, and 32.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#1D8A66
RGB29, 138, 102
HSL160.2°, 65.3%, 32.7%
CMYK79%, 0%, 26%, 46%
HSV160.2°, 79.0%, 54.1%
LAB51.1, -38.6, 10.9
XYZ12.0, 19.4, 15.7
Decimal1935974
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.30:1
Text on #FFFFFF
AA Large
4.88:1
Text on #000000
AA
4.11:1
Text on #F8FAFC
AA Large
4.15:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1D8A66;
}
.text-color {
color: #1D8A66;
}
.border-color {
border: 2px solid #1D8A66;
}