#7CCC8A
A light, moderate green closely aligning with Mediumseagreen.
About #7CCC8A
Visually, #7CCC8A is defined as a moderate green. If you're using CSS, you might find it aligns closely with Mediumseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 204, and 138.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 39% Cyan, 0% Magenta, 32% Yellow, and 20% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7CCC8A
RGB124, 204, 138
HSL130.5°, 44.0%, 64.3%
CMYK39%, 0%, 32%, 20%
HSV130.5°, 39.2%, 80.0%
LAB75.6, -38.4, 25.4
XYZ34.5, 49.3, 31.7
Decimal8178826
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.93:1
Text on #FFFFFF
FAIL
10.86:1
Text on #000000
AAA
1.85:1
Text on #F8FAFC
FAIL
9.23:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CCC8A;
}
.text-color {
color: #7CCC8A;
}
.border-color {
border: 2px solid #7CCC8A;
}