Shades of Spring Green #1AEC74
Tints of Spring Green #1AEC74
RGB
CMYK
RGB Variations
Color information
#1AEC74 (or 0x1AEC74) is known color: Spring Green. HEX triplet: 1A, EC and 74. RGB value is (26,236,116). Sum of RGB (Red+Green+Blue) = 26+236+116=378 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.88% from 378); Green value is 236 (92.58% from 255 or 62.43% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 236 - color contains mainly: green. Hex color #1AEC74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AEC74 is #E5138B. Grayscale: #9F9F9F. Windows color (decimal): -15012748 or 7662618. OLE color: 7662618.
HSL color Cylindrical-coordinate representation of color #1AEC74: hue angle of 145.71º 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 #1AEC74 is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 236 | 116 | - |
| CMYK | 0.89 | 0 | 0.51 | 0.07 |
| HSL | 145.71º | 0.85% | 0.51% | - |
| HSV(B) | 145.71º | 0.89% | 0.93% | - |
| XYZ | 33.57 | 61.47 | 26.62 | - |
| YUV | 159.53 | 103.43 | 32.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 236 | 116 | 0.89 | 0 | 0.51 | 0.07 | 145.71 | 0.85 | 0.51 |
| Hex | 1A | EC | 74 | 59 | 0 | 33 | 7 | 92 | 55 | 33 |
| Octal | 32 | 354 | 164 | 131 | 0 | 63 | 7 | 222 | 125 | 63 |
| Binary | 11010 | 11101100 | 1110100 | 1011001 | 0 | 110011 | 111 | 10010010 | 1010101 | 110011 |
Color Harmonies of #1AEC74
Complementary color
Monochromatic Colors of #1AEC74
Black with #1AEC74
Text Example
Text Example
White with #1AEC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AEC74; }
p { color: rgb(26,236,116); }
H1.HeaderClassName
{
color: #1AEC74;
}
.AnyTagClassName
{
color: #1AEC74;
}
</style>
background-color css
<style>
a { background-color: #1AEC74; }
a { background-color: rgb(26,236,116); }
div.DivClassName
{
background-color: #1AEC74;
}
.BgClassName
{
background-color: #1AEC74;
}
</style>
border-color css
<style>
span { border-color: #1AEC74; }
span { border-color: rgb(26,236,116); }
td.TdClassName
{
border-color: #1AEC74;
}
.TagClassName
{
border-color: #1AEC74;
}
</style>