Shades of Spring Green #0AF871
Tints of Spring Green #0AF871
RGB
CMYK
RGB Variations
Color information
#0AF871 (or 0x0AF871) is known color: Spring Green. HEX triplet: 0A, F8 and 71. RGB value is (10,248,113). Sum of RGB (Red+Green+Blue) = 10+248+113=371 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.70% from 371); Green value is 248 (97.27% from 255 or 66.85% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 248 - color contains mainly: green. Hex color #0AF871 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF871 is #F5078E. Grayscale: #A1A1A1. Windows color (decimal): -16058255 or 7469066. OLE color: 7469066.
HSL color Cylindrical-coordinate representation of color #0AF871: hue angle of 145.97º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF871 is Cyan = 0.96, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 10 | 248 | 113 | - |
| CMYK | 0.96 | 0 | 0.54 | 0.03 |
| HSL | 145.97º | 0.94% | 0.51% | - |
| HSV(B) | 145.97º | 0.96% | 0.97% | - |
| XYZ | 36.67 | 68.39 | 26.89 | - |
| YUV | 161.45 | 100.65 | 19.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 248 | 113 | 0.96 | 0 | 0.54 | 0.03 | 145.97 | 0.94 | 0.51 |
| Hex | A | F8 | 71 | 60 | 0 | 36 | 3 | 92 | 5E | 33 |
| Octal | 12 | 370 | 161 | 140 | 0 | 66 | 3 | 222 | 136 | 63 |
| Binary | 1010 | 11111000 | 1110001 | 1100000 | 0 | 110110 | 11 | 10010010 | 1011110 | 110011 |
Color Harmonies of #0AF871
Complementary color
Monochromatic Colors of #0AF871
Black with #0AF871
Text Example
Text Example
White with #0AF871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF871; }
p { color: rgb(10,248,113); }
H1.HeaderClassName
{
color: #0AF871;
}
.AnyTagClassName
{
color: #0AF871;
}
</style>
background-color css
<style>
a { background-color: #0AF871; }
a { background-color: rgb(10,248,113); }
div.DivClassName
{
background-color: #0AF871;
}
.BgClassName
{
background-color: #0AF871;
}
</style>
border-color css
<style>
span { border-color: #0AF871; }
span { border-color: rgb(10,248,113); }
td.TdClassName
{
border-color: #0AF871;
}
.TagClassName
{
border-color: #0AF871;
}
</style>