#1D9966
A dark, moderate green closely aligning with Seagreen.
About #1D9966
Visually, #1D9966 is defined as a moderate green. Its closest recognized web color is Seagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 153, and 102.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 81% cyan, 0% magenta, 33% yellow, and 40% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1D9966
RGB29, 153, 102
HSL155.3°, 68.1%, 35.7%
CMYK81%, 0%, 33%, 40%
HSV155.3°, 81.0%, 60.0%
LAB56.1, -44.8, 17.8
XYZ14.3, 24.0, 16.4
Decimal1939814
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.62:1
Text on #FFFFFF
AA Large
5.80:1
Text on #000000
AA
3.46:1
Text on #F8FAFC
AA Large
4.93:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1D9966;
}
.text-color {
color: #1D9966;
}
.border-color {
border: 2px solid #1D9966;
}