Shades of Medium Spring Green #02FFA5
Tints of Medium Spring Green #02FFA5
RGB
CMYK
RGB Variations
Color information
#02FFA5 (or 0x02FFA5) is known color: Medium Spring Green. HEX triplet: 02, FF and A5. RGB value is (2,255,165). Sum of RGB (Red+Green+Blue) = 2+255+165=422 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 422); Green value is 255 (100% from 255 or 60.43% from 422); Blue value is 165 (64.84% from 255 or 39.10% from 422); Max value from RGB is 255 - color contains mainly: green. Hex color #02FFA5 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02FFA5 is #FD005A. Grayscale: #A9A9A9. Windows color (decimal): -16580699 or 10878722. OLE color: 10878722.
HSL color Cylindrical-coordinate representation of color #02FFA5: hue angle of 158.66º 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 #02FFA5 is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 255 | 165 | - |
| CMYK | 0.99 | 0 | 0.35 | 0 |
| HSL | 158.66º | 1% | 0.5% | - |
| HSV(B) | 158.66º | 0.99% | 1% | - |
| XYZ | 42.58 | 74.25 | 47.68 | - |
| YUV | 169.09 | 125.68 | 8.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 255 | 165 | 0.99 | 0 | 0.35 | 0 | 158.66 | 1 | 0.5 |
| Hex | 2 | FF | A5 | 63 | 0 | 23 | 0 | 9F | 64 | 32 |
| Octal | 2 | 377 | 245 | 143 | 0 | 43 | 0 | 237 | 144 | 62 |
| Binary | 10 | 11111111 | 10100101 | 1100011 | 0 | 100011 | 0 | 10011111 | 1100100 | 110010 |
Color Harmonies of #02FFA5
Complementary color
Monochromatic Colors of #02FFA5
Black with #02FFA5
Text Example
Text Example
White with #02FFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FFA5; }
p { color: rgb(2,255,165); }
H1.HeaderClassName
{
color: #02FFA5;
}
.AnyTagClassName
{
color: #02FFA5;
}
</style>
background-color css
<style>
a { background-color: #02FFA5; }
a { background-color: rgb(2,255,165); }
div.DivClassName
{
background-color: #02FFA5;
}
.BgClassName
{
background-color: #02FFA5;
}
</style>
border-color css
<style>
span { border-color: #02FFA5; }
span { border-color: rgb(2,255,165); }
td.TdClassName
{
border-color: #02FFA5;
}
.TagClassName
{
border-color: #02FFA5;
}
</style>