Shades of Medium Spring Green #02FFAE
Tints of Medium Spring Green #02FFAE
RGB
CMYK
RGB Variations
Color information
#02FFAE (or 0x02FFAE) is known color: Medium Spring Green. HEX triplet: 02, FF and AE. RGB value is (2,255,174). Sum of RGB (Red+Green+Blue) = 2+255+174=431 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 431); Green value is 255 (100% from 255 or 59.16% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 255 - color contains mainly: green. Hex color #02FFAE is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02FFAE is #FD0051. Grayscale: #AAAAAA. Windows color (decimal): -16580690 or 11468546. OLE color: 11468546.
HSL color Cylindrical-coordinate representation of color #02FFAE: hue angle of 160.79º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FFAE is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 255 | 174 | - |
| CMYK | 0.99 | 0 | 0.32 | 0 |
| HSL | 160.79º | 1% | 0.5% | - |
| HSV(B) | 160.79º | 0.99% | 1% | - |
| XYZ | 43.43 | 74.59 | 52.15 | - |
| YUV | 170.12 | 130.18 | 8.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 255 | 174 | 0.99 | 0 | 0.32 | 0 | 160.79 | 1 | 0.5 |
| Hex | 2 | FF | AE | 63 | 0 | 20 | 0 | A1 | 64 | 32 |
| Octal | 2 | 377 | 256 | 143 | 0 | 40 | 0 | 241 | 144 | 62 |
| Binary | 10 | 11111111 | 10101110 | 1100011 | 0 | 100000 | 0 | 10100001 | 1100100 | 110010 |
Color Harmonies of #02FFAE
Complementary color
Monochromatic Colors of #02FFAE
Black with #02FFAE
Text Example
Text Example
White with #02FFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FFAE; }
p { color: rgb(2,255,174); }
H1.HeaderClassName
{
color: #02FFAE;
}
.AnyTagClassName
{
color: #02FFAE;
}
</style>
background-color css
<style>
a { background-color: #02FFAE; }
a { background-color: rgb(2,255,174); }
div.DivClassName
{
background-color: #02FFAE;
}
.BgClassName
{
background-color: #02FFAE;
}
</style>
border-color css
<style>
span { border-color: #02FFAE; }
span { border-color: rgb(2,255,174); }
td.TdClassName
{
border-color: #02FFAE;
}
.TagClassName
{
border-color: #02FFAE;
}
</style>