#92C50F
A medium, vivid green closely aligning with Yellowgreen.
About #92C50F
The hex code #92C50F represents a beautifully specific shade of green. It is closely associated with the named CSS color Yellowgreen. Its digital footprint relies on 146 parts red, 197 parts green, and 15 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 26% cyan, 0% magenta, 92% yellow, and 23% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium 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#92C50F
RGB146, 197, 15
HSL76.8°, 85.8%, 41.6%
CMYK26%, 0%, 92%, 23%
HSV76.8°, 92.4%, 77.3%
LAB73.6, -38.7, 71.9
XYZ31.9, 46.1, 7.7
Decimal9618703
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.06:1
Text on #FFFFFF
FAIL
10.22:1
Text on #000000
AAA
1.96:1
Text on #F8FAFC
FAIL
8.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92C50F;
}
.text-color {
color: #92C50F;
}
.border-color {
border: 2px solid #92C50F;
}