#1DCC99
A medium, vivid green closely aligning with Mediumseagreen.
About #1DCC99
When working with digital screens, the color #1DCC99 is rendered by mixing light. Its closest recognized web color is Mediumseagreen. This translates to an RGB value of rgb(29, 204, 153).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 86% cyan, 0% magenta, 25% yellow, and 20% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1DCC99
RGB29, 204, 153
HSL162.5°, 75.1%, 45.7%
CMYK86%, 0%, 25%, 20%
HSV162.5°, 85.8%, 80.0%
LAB73.4, -53.2, 13.9
XYZ27.8, 45.7, 37.5
Decimal1952921
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.07:1
Text on #FFFFFF
FAIL
10.15:1
Text on #000000
AAA
1.98:1
Text on #F8FAFC
FAIL
8.63:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DCC99;
}
.text-color {
color: #1DCC99;
}
.border-color {
border: 2px solid #1DCC99;
}