#7CCC99
A light, moderate green closely aligning with Mediumaquamarine.
About #7CCC99
At its core, #7CCC99 is a light and moderate hue. If you're using CSS, you might find it aligns closely with Mediumaquamarine. This translates to an RGB value of rgb(124, 204, 153).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 39% C, 0% M, 25% Y, and 20% K. The HSL representation is 141.8° hue, 44.0% saturation, and 64.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7CCC99
RGB124, 204, 153
HSL141.8°, 44.0%, 64.3%
CMYK39%, 0%, 25%, 20%
HSV141.8°, 39.2%, 80.0%
LAB75.9, -35.6, 17.9
XYZ35.7, 49.8, 37.9
Decimal8178841
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.92:1
Text on #FFFFFF
FAIL
10.95:1
Text on #000000
AAA
1.83:1
Text on #F8FAFC
FAIL
9.31:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CCC99;
}
.text-color {
color: #7CCC99;
}
.border-color {
border: 2px solid #7CCC99;
}