#92F0A8
A light, vivid green closely aligning with Lightgreen.
About #92F0A8
Visually, #92F0A8 is defined as a vivid green. It is closely associated with the named CSS color Lightgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 240, and 168.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 39% cyan and 0% magenta inks. The HSL representation is 134.0° hue, 75.8% saturation, and 75.7% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#92F0A8
RGB146, 240, 168
HSL134.0°, 75.8%, 75.7%
CMYK39%, 0%, 30%, 6%
HSV134.0°, 39.2%, 94.1%
LAB87.6, -42.7, 26.3
XYZ50.1, 71.3, 48.2
Decimal9629864
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.38:1
Text on #FFFFFF
FAIL
15.25:1
Text on #000000
AAA
1.32:1
Text on #F8FAFC
FAIL
12.97:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92F0A8;
}
.text-color {
color: #92F0A8;
}
.border-color {
border: 2px solid #92F0A8;
}