Shades of Medium Spring Green #02E8A8
Tints of Medium Spring Green #02E8A8
RGB
CMYK
RGB Variations
Color information
#02E8A8 (or 0x02E8A8) is known color: Medium Spring Green. HEX triplet: 02, E8 and A8. RGB value is (2,232,168). Sum of RGB (Red+Green+Blue) = 2+232+168=402 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 402); Green value is 232 (91.02% from 255 or 57.71% from 402); Blue value is 168 (66.02% from 255 or 41.79% from 402); Max value from RGB is 232 - color contains mainly: green. Hex color #02E8A8 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02E8A8 is #FD1757. Grayscale: #9B9B9B. Windows color (decimal): -16586584 or 11069442. OLE color: 11069442.
HSL color Cylindrical-coordinate representation of color #02E8A8: hue angle of 163.3º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E8A8 is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 232 | 168 | - |
| CMYK | 0.99 | 0 | 0.28 | 0.09 |
| HSL | 163.3º | 0.98% | 0.46% | - |
| HSV(B) | 163.3º | 0.99% | 0.91% | - |
| XYZ | 35.95 | 60.55 | 46.84 | - |
| YUV | 155.93 | 134.8 | 18.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 232 | 168 | 0.99 | 0 | 0.28 | 0.09 | 163.3 | 0.98 | 0.46 |
| Hex | 2 | E8 | A8 | 63 | 0 | 1C | 9 | A3 | 62 | 2E |
| Octal | 2 | 350 | 250 | 143 | 0 | 34 | 11 | 243 | 142 | 56 |
| Binary | 10 | 11101000 | 10101000 | 1100011 | 0 | 11100 | 1001 | 10100011 | 1100010 | 101110 |
Color Harmonies of #02E8A8
Complementary color
Monochromatic Colors of #02E8A8
Black with #02E8A8
Text Example
Text Example
White with #02E8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E8A8; }
p { color: rgb(2,232,168); }
H1.HeaderClassName
{
color: #02E8A8;
}
.AnyTagClassName
{
color: #02E8A8;
}
</style>
background-color css
<style>
a { background-color: #02E8A8; }
a { background-color: rgb(2,232,168); }
div.DivClassName
{
background-color: #02E8A8;
}
.BgClassName
{
background-color: #02E8A8;
}
</style>
border-color css
<style>
span { border-color: #02E8A8; }
span { border-color: rgb(2,232,168); }
td.TdClassName
{
border-color: #02E8A8;
}
.TagClassName
{
border-color: #02E8A8;
}
</style>