Shades of Medium Spring Green #02FAAC
Tints of Medium Spring Green #02FAAC
RGB
CMYK
RGB Variations
Color information
#02FAAC (or 0x02FAAC) is known color: Medium Spring Green. HEX triplet: 02, FA and AC. RGB value is (2,250,172). Sum of RGB (Red+Green+Blue) = 2+250+172=424 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 424); Green value is 250 (98.05% from 255 or 58.96% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 250 - color contains mainly: green. Hex color #02FAAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02FAAC is #FD0553. Grayscale: #A7A7A7. Windows color (decimal): -16581972 or 11336194. OLE color: 11336194.
HSL color Cylindrical-coordinate representation of color #02FAAC: hue angle of 161.13º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FAAC is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 250 | 172 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.02 |
| HSL | 161.13º | 0.98% | 0.49% | - |
| HSV(B) | 161.13º | 0.99% | 0.98% | - |
| XYZ | 41.66 | 71.36 | 50.61 | - |
| YUV | 166.96 | 130.84 | 10.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 250 | 172 | 0.99 | 0 | 0.31 | 0.02 | 161.13 | 0.98 | 0.49 |
| Hex | 2 | FA | AC | 63 | 0 | 1F | 2 | A1 | 62 | 31 |
| Octal | 2 | 372 | 254 | 143 | 0 | 37 | 2 | 241 | 142 | 61 |
| Binary | 10 | 11111010 | 10101100 | 1100011 | 0 | 11111 | 10 | 10100001 | 1100010 | 110001 |
Color Harmonies of #02FAAC
Complementary color
Monochromatic Colors of #02FAAC
Black with #02FAAC
Text Example
Text Example
White with #02FAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FAAC; }
p { color: rgb(2,250,172); }
H1.HeaderClassName
{
color: #02FAAC;
}
.AnyTagClassName
{
color: #02FAAC;
}
</style>
background-color css
<style>
a { background-color: #02FAAC; }
a { background-color: rgb(2,250,172); }
div.DivClassName
{
background-color: #02FAAC;
}
.BgClassName
{
background-color: #02FAAC;
}
</style>
border-color css
<style>
span { border-color: #02FAAC; }
span { border-color: rgb(2,250,172); }
td.TdClassName
{
border-color: #02FAAC;
}
.TagClassName
{
border-color: #02FAAC;
}
</style>