#92C566
A medium, moderate green closely aligning with Lightgreen.
About #92C566
The hex code #92C566 represents a beautifully specific shade of green. It is closely associated with the named CSS color Lightgreen. In the RGB color space, it consists of 146 red, 197 green, and 102 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 26% cyan, 0% magenta, 48% yellow, and 23% black. With a hue angle of 92.2 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#92C566
RGB146, 197, 102
HSL92.2°, 45.0%, 58.6%
CMYK26%, 0%, 48%, 23%
HSV92.2°, 48.2%, 77.3%
LAB74.2, -33.1, 42.1
XYZ34.2, 47.0, 19.8
Decimal9618790
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.02:1
Text on #FFFFFF
FAIL
10.40:1
Text on #000000
AAA
1.93:1
Text on #F8FAFC
FAIL
8.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92C566;
}
.text-color {
color: #92C566;
}
.border-color {
border: 2px solid #92C566;
}