#0FFFAF
A medium, vivid green closely aligning with Mediumspringgreen.
About #0FFFAF
The hex code #0FFFAF represents a beautifully specific shade of green. Designers often compare it to the standard color Mediumspringgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 255, and 175.
Translating this color to physical media requires the CMYK color model. The color uses 94% Cyan, 0% Magenta, 31% Yellow, and 0% 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0FFFAF
RGB15, 255, 175
HSL160.0°, 100.0%, 52.9%
CMYK94%, 0%, 31%, 0%
HSV160.0°, 94.1%, 100.0%
LAB89.3, -67.8, 24.5
XYZ43.7, 74.7, 52.7
Decimal1048495
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.94:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.55:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FFFAF;
}
.text-color {
color: #0FFFAF;
}
.border-color {
border: 2px solid #0FFFAF;
}