#07A85F
A dark, vivid green closely aligning with Mediumseagreen.
About #07A85F
Visually, #07A85F is defined as a vivid green. Designers often compare it to the standard color Mediumseagreen. In the RGB color space, it consists of 7 red, 168 green, and 95 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 96% Cyan, 0% Magenta, 43% Yellow, and 34% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#07A85F
RGB7, 168, 95
HSL152.8°, 92.0%, 34.3%
CMYK96%, 0%, 43%, 34%
HSV152.8°, 95.8%, 65.9%
LAB60.7, -53.5, 27.7
XYZ16.2, 28.9, 15.5
Decimal501855
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.10:1
Text on #FFFFFF
AA Large
6.78:1
Text on #000000
AA
2.96:1
Text on #F8FAFC
FAIL
5.76:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #07A85F;
}
.text-color {
color: #07A85F;
}
.border-color {
border: 2px solid #07A85F;
}