#CCF0A0
A light, vivid green closely aligning with Palegoldenrod.
About #CCF0A0
Visually, #CCF0A0 is defined as a vivid green. Its closest recognized web color is Palegoldenrod. Its digital footprint relies on 204 parts red, 240 parts green, and 160 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 15% cyan, 0% magenta, 33% yellow, and 6% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#CCF0A0
RGB204, 240, 160
HSL87.0°, 72.7%, 78.4%
CMYK15%, 0%, 33%, 6%
HSV87.0°, 33.3%, 94.1%
LAB90.6, -25.1, 34.9
XYZ62.4, 77.7, 45.0
Decimal13430944
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.27:1
Text on #FFFFFF
FAIL
16.54:1
Text on #000000
AAA
1.21:1
Text on #F8FAFC
FAIL
14.06:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCF0A0;
}
.text-color {
color: #CCF0A0;
}
.border-color {
border: 2px solid #CCF0A0;
}