#03E2A9
A medium, vivid green closely aligning with Aquamarine.
About #03E2A9
The hex code #03E2A9 represents a beautifully specific shade of green. Its closest recognized web color is Aquamarine. Its digital footprint relies on 3 parts red, 226 parts green, and 169 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 99% cyan, 0% magenta, 25% yellow, and 11% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#03E2A9
RGB3, 226, 169
HSL164.7°, 97.4%, 44.9%
CMYK99%, 0%, 25%, 11%
HSV164.7°, 98.7%, 88.6%
LAB80.3, -58.9, 15.2
XYZ34.4, 57.3, 46.8
Decimal254633
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.69:1
Text on #FFFFFF
FAIL
12.46:1
Text on #000000
AAA
1.61:1
Text on #F8FAFC
FAIL
10.59:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #03E2A9;
}
.text-color {
color: #03E2A9;
}
.border-color {
border: 2px solid #03E2A9;
}