#92CC6D
A light, moderate green closely aligning with Lightgreen.
About #92CC6D
At its core, #92CC6D is a light and moderate hue. It is closely associated with the named CSS color Lightgreen. This translates to an RGB value of rgb(146, 204, 109).
For print applications, it's crucial to understand its CMYK makeup. The color uses 28% Cyan, 0% Magenta, 47% Yellow, and 20% 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. Because it is a 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#92CC6D
RGB146, 204, 109
HSL96.6°, 48.2%, 61.4%
CMYK28%, 0%, 47%, 20%
HSV96.6°, 46.6%, 80.0%
LAB76.3, -35.5, 41.3
XYZ36.2, 50.4, 22.3
Decimal9620589
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.90:1
Text on #FFFFFF
FAIL
11.08:1
Text on #000000
AAA
1.81:1
Text on #F8FAFC
FAIL
9.42:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92CC6D;
}
.text-color {
color: #92CC6D;
}
.border-color {
border: 2px solid #92CC6D;
}