#92CC92
A light, moderate green closely aligning with Darkseagreen.
About #92CC92
The hex code #92CC92 represents a beautifully specific shade of green. It is closely associated with the named CSS color Darkseagreen. This translates to an RGB value of rgb(146, 204, 146).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 28% cyan, 0% magenta, 28% yellow, and 20% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. 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#92CC92
RGB146, 204, 146
HSL120.0°, 36.3%, 68.6%
CMYK28%, 0%, 28%, 20%
HSV120.0°, 28.4%, 80.0%
LAB76.9, -30.1, 23.1
XYZ38.6, 51.4, 35.1
Decimal9620626
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.86:1
Text on #FFFFFF
FAIL
11.27:1
Text on #000000
AAA
1.78:1
Text on #F8FAFC
FAIL
9.58:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92CC92;
}
.text-color {
color: #92CC92;
}
.border-color {
border: 2px solid #92CC92;
}