#07AF6D
A dark, vivid green closely aligning with Mediumseagreen.
About #07AF6D
Visually, #07AF6D is defined as a vivid green. Its closest recognized web color is Mediumseagreen. This translates to an RGB value of rgb(7, 175, 109).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 96% C, 0% M, 38% Y, and 31% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#07AF6D
RGB7, 175, 109
HSL156.4°, 92.3%, 35.7%
CMYK96%, 0%, 38%, 31%
HSV156.4°, 96.0%, 68.6%
LAB63.2, -53.2, 23.5
XYZ18.2, 31.8, 19.6
Decimal503661
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.85:1
Text on #FFFFFF
FAIL
7.36:1
Text on #000000
AAA
2.73:1
Text on #F8FAFC
FAIL
6.26:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #07AF6D;
}
.text-color {
color: #07AF6D;
}
.border-color {
border: 2px solid #07AF6D;
}