Shades of Medium Spring Green #02FEAA
Tints of Medium Spring Green #02FEAA
RGB
CMYK
RGB Variations
Color information
#02FEAA (or 0x02FEAA) is known color: Medium Spring Green. HEX triplet: 02, FE and AA. RGB value is (2,254,170). Sum of RGB (Red+Green+Blue) = 2+254+170=426 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 426); Green value is 254 (99.61% from 255 or 59.62% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 254 - color contains mainly: green. Hex color #02FEAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02FEAA is #FD0155. Grayscale: #A9A9A9. Windows color (decimal): -16580950 or 11206146. OLE color: 11206146.
HSL color Cylindrical-coordinate representation of color #02FEAA: hue angle of 160º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FEAA is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 254 | 170 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.00 |
| HSL | 160º | 0.99% | 0.5% | - |
| HSV(B) | 160º | 0.99% | 1% | - |
| XYZ | 42.72 | 73.8 | 50.02 | - |
| YUV | 169.08 | 128.51 | 8.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 254 | 170 | 0.99 | 0 | 0.33 | 0.00 | 160 | 0.99 | 0.5 |
| Hex | 2 | FE | AA | 63 | 0 | 21 | 0 | A0 | 63 | 32 |
| Octal | 2 | 376 | 252 | 143 | 0 | 41 | 0 | 240 | 143 | 62 |
| Binary | 10 | 11111110 | 10101010 | 1100011 | 0 | 100001 | 0 | 10100000 | 1100011 | 110010 |
Color Harmonies of #02FEAA
Complementary color
Monochromatic Colors of #02FEAA
Black with #02FEAA
Text Example
Text Example
White with #02FEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FEAA; }
p { color: rgb(2,254,170); }
H1.HeaderClassName
{
color: #02FEAA;
}
.AnyTagClassName
{
color: #02FEAA;
}
</style>
background-color css
<style>
a { background-color: #02FEAA; }
a { background-color: rgb(2,254,170); }
div.DivClassName
{
background-color: #02FEAA;
}
.BgClassName
{
background-color: #02FEAA;
}
</style>
border-color css
<style>
span { border-color: #02FEAA; }
span { border-color: rgb(2,254,170); }
td.TdClassName
{
border-color: #02FEAA;
}
.TagClassName
{
border-color: #02FEAA;
}
</style>