#1DF0AF
A medium, vivid green closely aligning with Mediumspringgreen.
About #1DF0AF
Visually, #1DF0AF is defined as a vivid green. Designers often compare it to the standard color Mediumspringgreen. Its digital footprint relies on 29 parts red, 240 parts green, and 175 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 88% cyan and 0% magenta inks. The HSL representation is 161.5° hue, 87.6% saturation, and 52.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#1DF0AF
RGB29, 240, 175
HSL161.5°, 87.6%, 52.7%
CMYK88%, 0%, 27%, 6%
HSV161.5°, 87.9%, 94.1%
LAB84.8, -61.8, 18.4
XYZ39.4, 65.7, 51.2
Decimal1962159
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.49:1
Text on #FFFFFF
FAIL
14.14:1
Text on #000000
AAA
1.42:1
Text on #F8FAFC
FAIL
12.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DF0AF;
}
.text-color {
color: #1DF0AF;
}
.border-color {
border: 2px solid #1DF0AF;
}