Shades of Medium Spring Green #02F2AC
Tints of Medium Spring Green #02F2AC
RGB
CMYK
RGB Variations
Color information
#02F2AC (or 0x02F2AC) is known color: Medium Spring Green. HEX triplet: 02, F2 and AC. RGB value is (2,242,172). Sum of RGB (Red+Green+Blue) = 2+242+172=416 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 416); Green value is 242 (94.92% from 255 or 58.17% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 242 - color contains mainly: green. Hex color #02F2AC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02F2AC is #FD0D53. Grayscale: #A2A2A2. Windows color (decimal): -16584020 or 11334146. OLE color: 11334146.
HSL color Cylindrical-coordinate representation of color #02F2AC: hue angle of 162.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F2AC is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 242 | 172 | - |
| CMYK | 0.99 | 0 | 0.29 | 0.05 |
| HSL | 162.5º | 0.98% | 0.48% | - |
| HSV(B) | 162.5º | 0.99% | 0.95% | - |
| XYZ | 39.22 | 66.5 | 49.8 | - |
| YUV | 162.26 | 133.49 | 13.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 242 | 172 | 0.99 | 0 | 0.29 | 0.05 | 162.5 | 0.98 | 0.48 |
| Hex | 2 | F2 | AC | 63 | 0 | 1D | 5 | A2 | 62 | 30 |
| Octal | 2 | 362 | 254 | 143 | 0 | 35 | 5 | 242 | 142 | 60 |
| Binary | 10 | 11110010 | 10101100 | 1100011 | 0 | 11101 | 101 | 10100010 | 1100010 | 110000 |
Color Harmonies of #02F2AC
Complementary color
Monochromatic Colors of #02F2AC
Black with #02F2AC
Text Example
Text Example
White with #02F2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F2AC; }
p { color: rgb(2,242,172); }
H1.HeaderClassName
{
color: #02F2AC;
}
.AnyTagClassName
{
color: #02F2AC;
}
</style>
background-color css
<style>
a { background-color: #02F2AC; }
a { background-color: rgb(2,242,172); }
div.DivClassName
{
background-color: #02F2AC;
}
.BgClassName
{
background-color: #02F2AC;
}
</style>
border-color css
<style>
span { border-color: #02F2AC; }
span { border-color: rgb(2,242,172); }
td.TdClassName
{
border-color: #02F2AC;
}
.TagClassName
{
border-color: #02F2AC;
}
</style>