Html Css Color HEX #20ECA0 Medium Spring Green
📋 copy color: '#20ECA0'red 32 ◦ green 236 ◦ blue 160
Shades of Medium Spring Green #20ECA0
Tints of Medium Spring Green #20ECA0
RGB
CMYK
RGB Variations
Color information
#20ECA0 (or 0x20ECA0) is known color: Medium Spring Green. HEX triplet: 20, EC and A0. RGB value is (32,236,160). Sum of RGB (Red+Green+Blue) = 32+236+160=428 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.48% from 428); Green value is 236 (92.58% from 255 or 55.14% from 428); Blue value is 160 (62.89% from 255 or 37.38% from 428); Max value from RGB is 236 - color contains mainly: green. Hex color #20ECA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #20ECA0 is #DF135F. Grayscale: #A6A6A6. Windows color (decimal): -14619488 or 10546208. OLE color: 10546208.
HSL color Cylindrical-coordinate representation of color #20ECA0: hue angle of 157.65º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20ECA0 is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 236 | 160 | - |
| CMYK | 0.86 | 0 | 0.32 | 0.07 |
| HSL | 157.65º | 0.84% | 0.53% | - |
| HSV(B) | 157.65º | 0.86% | 0.93% | - |
| XYZ | 36.94 | 62.84 | 43.44 | - |
| YUV | 166.34 | 124.41 | 32.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 236 | 160 | 0.86 | 0 | 0.32 | 0.07 | 157.65 | 0.84 | 0.53 |
| Hex | 20 | EC | A0 | 56 | 0 | 20 | 7 | 9E | 54 | 35 |
| Octal | 40 | 354 | 240 | 126 | 0 | 40 | 7 | 236 | 124 | 65 |
| Binary | 100000 | 11101100 | 10100000 | 1010110 | 0 | 100000 | 111 | 10011110 | 1010100 | 110101 |
Color Harmonies of #20ECA0
Complementary color
Monochromatic Colors of #20ECA0
Black with #20ECA0
Text Example
Text Example
White with #20ECA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ECA0; }
p { color: rgb(32,236,160); }
H1.HeaderClassName
{
color: #20ECA0;
}
.AnyTagClassName
{
color: #20ECA0;
}
</style>
background-color css
<style>
a { background-color: #20ECA0; }
a { background-color: rgb(32,236,160); }
div.DivClassName
{
background-color: #20ECA0;
}
.BgClassName
{
background-color: #20ECA0;
}
</style>
border-color css
<style>
span { border-color: #20ECA0; }
span { border-color: rgb(32,236,160); }
td.TdClassName
{
border-color: #20ECA0;
}
.TagClassName
{
border-color: #20ECA0;
}
</style>