#CCFFA0
A very light, vivid green closely aligning with Lightgreen.
About #CCFFA0
Visually, #CCFFA0 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Lightgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 255, and 160.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 20% cyan, 0% magenta, 37% yellow, and 0% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a very light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CCFFA0
RGB204, 255, 160
HSL92.2°, 100.0%, 81.4%
CMYK20%, 0%, 37%, 0%
HSV92.2°, 37.3%, 100.0%
LAB94.7, -32.1, 40.2
XYZ67.0, 86.9, 46.5
Decimal13434784
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.14:1
Text on #FFFFFF
FAIL
18.38:1
Text on #000000
AAA
1.09:1
Text on #F8FAFC
FAIL
15.62:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCFFA0;
}
.text-color {
color: #CCFFA0;
}
.border-color {
border: 2px solid #CCFFA0;
}