Shades of Medium Spring Green #05ECA0
Tints of Medium Spring Green #05ECA0
RGB
CMYK
RGB Variations
Color information
#05ECA0 (or 0x05ECA0) is known color: Medium Spring Green. HEX triplet: 05, EC and A0. RGB value is (5,236,160). Sum of RGB (Red+Green+Blue) = 5+236+160=401 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.25% from 401); Green value is 236 (92.58% from 255 or 58.85% from 401); Blue value is 160 (62.89% from 255 or 39.90% from 401); Max value from RGB is 236 - color contains mainly: green. Hex color #05ECA0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05ECA0 is #FA135F. Grayscale: #9E9E9E. Windows color (decimal): -16388960 or 10546181. OLE color: 10546181.
HSL color Cylindrical-coordinate representation of color #05ECA0: hue angle of 160.26º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05ECA0 is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 236 | 160 | - |
| CMYK | 0.98 | 0 | 0.32 | 0.07 |
| HSL | 160.26º | 0.96% | 0.47% | - |
| HSV(B) | 160.26º | 0.98% | 0.93% | - |
| XYZ | 36.4 | 62.56 | 43.41 | - |
| YUV | 158.27 | 128.97 | 18.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 236 | 160 | 0.98 | 0 | 0.32 | 0.07 | 160.26 | 0.96 | 0.47 |
| Hex | 5 | EC | A0 | 62 | 0 | 20 | 7 | A0 | 60 | 2F |
| Octal | 5 | 354 | 240 | 142 | 0 | 40 | 7 | 240 | 140 | 57 |
| Binary | 101 | 11101100 | 10100000 | 1100010 | 0 | 100000 | 111 | 10100000 | 1100000 | 101111 |
Color Harmonies of #05ECA0
Complementary color
Monochromatic Colors of #05ECA0
Black with #05ECA0
Text Example
Text Example
White with #05ECA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05ECA0; }
p { color: rgb(5,236,160); }
H1.HeaderClassName
{
color: #05ECA0;
}
.AnyTagClassName
{
color: #05ECA0;
}
</style>
background-color css
<style>
a { background-color: #05ECA0; }
a { background-color: rgb(5,236,160); }
div.DivClassName
{
background-color: #05ECA0;
}
.BgClassName
{
background-color: #05ECA0;
}
</style>
border-color css
<style>
span { border-color: #05ECA0; }
span { border-color: rgb(5,236,160); }
td.TdClassName
{
border-color: #05ECA0;
}
.TagClassName
{
border-color: #05ECA0;
}
</style>