#1DCCA0
A medium, vivid green closely aligning with Mediumaquamarine.
About #1DCCA0
The hex code #1DCCA0 represents a beautifully specific shade of green. Its closest recognized web color is Mediumaquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 204, and 160.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 86% C, 0% M, 22% Y, and 20% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#1DCCA0
RGB29, 204, 160
HSL164.9°, 75.1%, 45.7%
CMYK86%, 0%, 22%, 20%
HSV164.9°, 85.8%, 80.0%
LAB73.5, -51.5, 10.4
XYZ28.4, 46.0, 40.6
Decimal1952928
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.06:1
Text on #FFFFFF
FAIL
10.20:1
Text on #000000
AAA
1.97:1
Text on #F8FAFC
FAIL
8.67:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DCCA0;
}
.text-color {
color: #1DCCA0;
}
.border-color {
border: 2px solid #1DCCA0;
}