#CCE98A
A light, moderate green closely aligning with Khaki.
About #CCE98A
Visually, #CCE98A is defined as a moderate green. If you're using CSS, you might find it aligns closely with Khaki. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 233, and 138.
Translating this color to physical media requires the CMYK color model. The color uses 12% Cyan, 0% Magenta, 41% Yellow, and 9% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CCE98A
RGB204, 233, 138
HSL78.3°, 68.3%, 72.7%
CMYK12%, 0%, 41%, 9%
HSV78.3°, 40.8%, 91.4%
LAB88.4, -24.5, 43.0
XYZ58.6, 73.0, 35.0
Decimal13429130
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.59:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.25:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCE98A;
}
.text-color {
color: #CCE98A;
}
.border-color {
border: 2px solid #CCE98A;
}