#07993A
A dark, vivid green closely aligning with Forestgreen.
About #07993A
Visually, #07993A is defined as a vivid green. If you're using CSS, you might find it aligns closely with Forestgreen. Its digital footprint relies on 7 parts red, 153 parts green, and 58 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 95% cyan, 0% magenta, 62% yellow, and 40% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#07993A
RGB7, 153, 58
HSL141.0°, 91.2%, 31.4%
CMYK95%, 0%, 62%, 40%
HSV141.0°, 95.4%, 60.0%
LAB55.2, -54.4, 39.6
XYZ12.2, 23.1, 7.8
Decimal497978
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.73:1
Text on #FFFFFF
AA Large
5.63:1
Text on #000000
AA
3.57:1
Text on #F8FAFC
AA Large
4.78:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #07993A;
}
.text-color {
color: #07993A;
}
.border-color {
border: 2px solid #07993A;
}