Shades of Medium Spring Green #02E5AC
Tints of Medium Spring Green #02E5AC
RGB
CMYK
RGB Variations
Color information
#02E5AC (or 0x02E5AC) is known color: Medium Spring Green. HEX triplet: 02, E5 and AC. RGB value is (2,229,172). Sum of RGB (Red+Green+Blue) = 2+229+172=403 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 403); Green value is 229 (89.84% from 255 or 56.82% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 229 - color contains mainly: green. Hex color #02E5AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02E5AC is #FD1A53. Grayscale: #9A9A9A. Windows color (decimal): -16587348 or 11330818. OLE color: 11330818.
HSL color Cylindrical-coordinate representation of color #02E5AC: hue angle of 164.93º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E5AC is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 229 | 172 | - |
| CMYK | 0.99 | 0 | 0.25 | 0.10 |
| HSL | 164.93º | 0.98% | 0.45% | - |
| HSV(B) | 164.93º | 0.99% | 0.9% | - |
| XYZ | 35.49 | 59.03 | 48.55 | - |
| YUV | 154.63 | 137.79 | 19.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 229 | 172 | 0.99 | 0 | 0.25 | 0.10 | 164.93 | 0.98 | 0.45 |
| Hex | 2 | E5 | AC | 63 | 0 | 19 | A | A5 | 62 | 2D |
| Octal | 2 | 345 | 254 | 143 | 0 | 31 | 12 | 245 | 142 | 55 |
| Binary | 10 | 11100101 | 10101100 | 1100011 | 0 | 11001 | 1010 | 10100101 | 1100010 | 101101 |
Color Harmonies of #02E5AC
Complementary color
Monochromatic Colors of #02E5AC
Black with #02E5AC
Text Example
Text Example
White with #02E5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E5AC; }
p { color: rgb(2,229,172); }
H1.HeaderClassName
{
color: #02E5AC;
}
.AnyTagClassName
{
color: #02E5AC;
}
</style>
background-color css
<style>
a { background-color: #02E5AC; }
a { background-color: rgb(2,229,172); }
div.DivClassName
{
background-color: #02E5AC;
}
.BgClassName
{
background-color: #02E5AC;
}
</style>
border-color css
<style>
span { border-color: #02E5AC; }
span { border-color: rgb(2,229,172); }
td.TdClassName
{
border-color: #02E5AC;
}
.TagClassName
{
border-color: #02E5AC;
}
</style>