Html Css Color HEX #1AECA0 Medium Spring Green
📋 copy color: '#1AECA0'red 26 ◦ green 236 ◦ blue 160
Shades of Medium Spring Green #1AECA0
Tints of Medium Spring Green #1AECA0
RGB
CMYK
RGB Variations
Color information
#1AECA0 (or 0x1AECA0) is known color: Medium Spring Green. HEX triplet: 1A, EC and A0. RGB value is (26,236,160). Sum of RGB (Red+Green+Blue) = 26+236+160=422 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.16% from 422); Green value is 236 (92.58% from 255 or 55.92% from 422); Blue value is 160 (62.89% from 255 or 37.91% from 422); Max value from RGB is 236 - color contains mainly: green. Hex color #1AECA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AECA0 is #E5135F. Grayscale: #A4A4A4. Windows color (decimal): -15012704 or 10546202. OLE color: 10546202.
HSL color Cylindrical-coordinate representation of color #1AECA0: hue angle of 158.29º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AECA0 is Cyan = 0.89, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 236 | 160 | - |
| CMYK | 0.89 | 0 | 0.32 | 0.07 |
| HSL | 158.29º | 0.85% | 0.51% | - |
| HSV(B) | 158.29º | 0.89% | 0.93% | - |
| XYZ | 36.77 | 62.75 | 43.43 | - |
| YUV | 164.55 | 125.43 | 29.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 236 | 160 | 0.89 | 0 | 0.32 | 0.07 | 158.29 | 0.85 | 0.51 |
| Hex | 1A | EC | A0 | 59 | 0 | 20 | 7 | 9E | 55 | 33 |
| Octal | 32 | 354 | 240 | 131 | 0 | 40 | 7 | 236 | 125 | 63 |
| Binary | 11010 | 11101100 | 10100000 | 1011001 | 0 | 100000 | 111 | 10011110 | 1010101 | 110011 |
Color Harmonies of #1AECA0
Complementary color
Monochromatic Colors of #1AECA0
Black with #1AECA0
Text Example
Text Example
White with #1AECA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AECA0; }
p { color: rgb(26,236,160); }
H1.HeaderClassName
{
color: #1AECA0;
}
.AnyTagClassName
{
color: #1AECA0;
}
</style>
background-color css
<style>
a { background-color: #1AECA0; }
a { background-color: rgb(26,236,160); }
div.DivClassName
{
background-color: #1AECA0;
}
.BgClassName
{
background-color: #1AECA0;
}
</style>
border-color css
<style>
span { border-color: #1AECA0; }
span { border-color: rgb(26,236,160); }
td.TdClassName
{
border-color: #1AECA0;
}
.TagClassName
{
border-color: #1AECA0;
}
</style>