#92D350
A medium, moderate green closely aligning with Yellowgreen.
About #92D350
The hex code #92D350 represents a beautifully specific shade of green. Designers often compare it to the standard color Yellowgreen. Its digital footprint relies on 146 parts red, 211 parts green, and 80 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 31% Cyan, 0% Magenta, 62% Yellow, and 17% Black. With a hue angle of 89.8 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#92D350
RGB146, 211, 80
HSL89.8°, 59.8%, 57.1%
CMYK31%, 0%, 62%, 17%
HSV89.8°, 62.1%, 82.7%
LAB78.0, -41.6, 56.7
XYZ36.6, 53.3, 15.9
Decimal9622352
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.80:1
Text on #FFFFFF
FAIL
11.66:1
Text on #000000
AAA
1.72:1
Text on #F8FAFC
FAIL
9.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92D350;
}
.text-color {
color: #92D350;
}
.border-color {
border: 2px solid #92D350;
}