Shades of Spring Green #1AEC70
Tints of Spring Green #1AEC70
RGB
CMYK
RGB Variations
Color information
#1AEC70 (or 0x1AEC70) is known color: Spring Green. HEX triplet: 1A, EC and 70. RGB value is (26,236,112). Sum of RGB (Red+Green+Blue) = 26+236+112=374 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.95% from 374); Green value is 236 (92.58% from 255 or 63.10% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 236 - color contains mainly: green. Hex color #1AEC70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AEC70 is #E5138F. Grayscale: #9F9F9F. Windows color (decimal): -15012752 or 7400474. OLE color: 7400474.
HSL color Cylindrical-coordinate representation of color #1AEC70: hue angle of 144.57º 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 #1AEC70 is Cyan = 0.89, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 236 | 112 | - |
| CMYK | 0.89 | 0 | 0.53 | 0.07 |
| HSL | 144.57º | 0.85% | 0.51% | - |
| HSV(B) | 144.57º | 0.89% | 0.93% | - |
| XYZ | 33.35 | 61.38 | 25.42 | - |
| YUV | 159.07 | 101.43 | 33.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 236 | 112 | 0.89 | 0 | 0.53 | 0.07 | 144.57 | 0.85 | 0.51 |
| Hex | 1A | EC | 70 | 59 | 0 | 35 | 7 | 91 | 55 | 33 |
| Octal | 32 | 354 | 160 | 131 | 0 | 65 | 7 | 221 | 125 | 63 |
| Binary | 11010 | 11101100 | 1110000 | 1011001 | 0 | 110101 | 111 | 10010001 | 1010101 | 110011 |
Color Harmonies of #1AEC70
Complementary color
Monochromatic Colors of #1AEC70
Black with #1AEC70
Text Example
Text Example
White with #1AEC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AEC70; }
p { color: rgb(26,236,112); }
H1.HeaderClassName
{
color: #1AEC70;
}
.AnyTagClassName
{
color: #1AEC70;
}
</style>
background-color css
<style>
a { background-color: #1AEC70; }
a { background-color: rgb(26,236,112); }
div.DivClassName
{
background-color: #1AEC70;
}
.BgClassName
{
background-color: #1AEC70;
}
</style>
border-color css
<style>
span { border-color: #1AEC70; }
span { border-color: rgb(26,236,112); }
td.TdClassName
{
border-color: #1AEC70;
}
.TagClassName
{
border-color: #1AEC70;
}
</style>