Shades of Medium Spring Green #02FCAC
Tints of Medium Spring Green #02FCAC
RGB
CMYK
RGB Variations
Color information
#02FCAC (or 0x02FCAC) is known color: Medium Spring Green. HEX triplet: 02, FC and AC. RGB value is (2,252,172). Sum of RGB (Red+Green+Blue) = 2+252+172=426 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 426); Green value is 252 (98.83% from 255 or 59.15% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 252 - color contains mainly: green. Hex color #02FCAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02FCAC is #FD0353. Grayscale: #A8A8A8. Windows color (decimal): -16581460 or 11336706. OLE color: 11336706.
HSL color Cylindrical-coordinate representation of color #02FCAC: hue angle of 160.8º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FCAC is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 252 | 172 | - |
| CMYK | 0.99 | 0 | 0.32 | 0.01 |
| HSL | 160.8º | 0.98% | 0.5% | - |
| HSV(B) | 160.8º | 0.99% | 0.99% | - |
| XYZ | 42.28 | 72.61 | 50.82 | - |
| YUV | 168.13 | 130.18 | 9.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 252 | 172 | 0.99 | 0 | 0.32 | 0.01 | 160.8 | 0.98 | 0.5 |
| Hex | 2 | FC | AC | 63 | 0 | 20 | 1 | A1 | 62 | 32 |
| Octal | 2 | 374 | 254 | 143 | 0 | 40 | 1 | 241 | 142 | 62 |
| Binary | 10 | 11111100 | 10101100 | 1100011 | 0 | 100000 | 1 | 10100001 | 1100010 | 110010 |
Color Harmonies of #02FCAC
Complementary color
Monochromatic Colors of #02FCAC
Black with #02FCAC
Text Example
Text Example
White with #02FCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FCAC; }
p { color: rgb(2,252,172); }
H1.HeaderClassName
{
color: #02FCAC;
}
.AnyTagClassName
{
color: #02FCAC;
}
</style>
background-color css
<style>
a { background-color: #02FCAC; }
a { background-color: rgb(2,252,172); }
div.DivClassName
{
background-color: #02FCAC;
}
.BgClassName
{
background-color: #02FCAC;
}
</style>
border-color css
<style>
span { border-color: #02FCAC; }
span { border-color: rgb(2,252,172); }
td.TdClassName
{
border-color: #02FCAC;
}
.TagClassName
{
border-color: #02FCAC;
}
</style>