#6DFFA0
A light, vivid green closely aligning with Mediumspringgreen.
About #6DFFA0
Visually, #6DFFA0 is defined as a vivid green. Its closest recognized web color is Mediumspringgreen. This translates to an RGB value of rgb(109, 255, 160).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 57% C, 0% M, 37% Y, and 0% K. With a hue angle of 141.0 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6DFFA0
RGB109, 255, 160
HSL141.0°, 100.0%, 71.4%
CMYK57%, 0%, 37%, 0%
HSV141.0°, 57.3%, 100.0%
LAB90.5, -59.6, 33.9
XYZ48.4, 77.3, 45.6
Decimal7208864
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.28:1
Text on #FFFFFF
FAIL
16.46:1
Text on #000000
AAA
1.22:1
Text on #F8FAFC
FAIL
13.99:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DFFA0;
}
.text-color {
color: #6DFFA0;
}
.border-color {
border: 2px solid #6DFFA0;
}