#75AF2C
A medium, moderate green closely aligning with Yellowgreen.
About #75AF2C
At its core, #75AF2C is a medium and moderate hue. Its closest recognized web color is Yellowgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 175, and 44.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 33% cyan, 0% magenta, 75% yellow, and 31% black. With a hue angle of 86.6 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#75AF2C
RGB117, 175, 44
HSL86.6°, 59.8%, 42.9%
CMYK33%, 0%, 75%, 31%
HSV86.6°, 74.9%, 68.6%
LAB65.5, -39.0, 57.2
XYZ23.1, 34.6, 7.8
Decimal7712556
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.65:1
Text on #FFFFFF
FAIL
7.92:1
Text on #000000
AAA
2.53:1
Text on #F8FAFC
FAIL
6.74:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #75AF2C;
}
.text-color {
color: #75AF2C;
}
.border-color {
border: 2px solid #75AF2C;
}