Shades of Spring Green #1AEC7E
Tints of Spring Green #1AEC7E
RGB
CMYK
RGB Variations
Color information
#1AEC7E (or 0x1AEC7E) is known color: Spring Green. HEX triplet: 1A, EC and 7E. RGB value is (26,236,126). Sum of RGB (Red+Green+Blue) = 26+236+126=388 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.70% from 388); Green value is 236 (92.58% from 255 or 60.82% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 236 - color contains mainly: green. Hex color #1AEC7E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AEC7E is #E51381. Grayscale: #A0A0A0. Windows color (decimal): -15012738 or 8317978. OLE color: 8317978.
HSL color Cylindrical-coordinate representation of color #1AEC7E: hue angle of 148.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 #1AEC7E is Cyan = 0.89, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 236 | 126 | - |
| CMYK | 0.89 | 0 | 0.47 | 0.07 |
| HSL | 148.57º | 0.85% | 0.51% | - |
| HSV(B) | 148.57º | 0.89% | 0.93% | - |
| XYZ | 34.19 | 61.72 | 29.85 | - |
| YUV | 160.67 | 108.43 | 31.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 236 | 126 | 0.89 | 0 | 0.47 | 0.07 | 148.57 | 0.85 | 0.51 |
| Hex | 1A | EC | 7E | 59 | 0 | 2F | 7 | 95 | 55 | 33 |
| Octal | 32 | 354 | 176 | 131 | 0 | 57 | 7 | 225 | 125 | 63 |
| Binary | 11010 | 11101100 | 1111110 | 1011001 | 0 | 101111 | 111 | 10010101 | 1010101 | 110011 |
Color Harmonies of #1AEC7E
Complementary color
Monochromatic Colors of #1AEC7E
Black with #1AEC7E
Text Example
Text Example
White with #1AEC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AEC7E; }
p { color: rgb(26,236,126); }
H1.HeaderClassName
{
color: #1AEC7E;
}
.AnyTagClassName
{
color: #1AEC7E;
}
</style>
background-color css
<style>
a { background-color: #1AEC7E; }
a { background-color: rgb(26,236,126); }
div.DivClassName
{
background-color: #1AEC7E;
}
.BgClassName
{
background-color: #1AEC7E;
}
</style>
border-color css
<style>
span { border-color: #1AEC7E; }
span { border-color: rgb(26,236,126); }
td.TdClassName
{
border-color: #1AEC7E;
}
.TagClassName
{
border-color: #1AEC7E;
}
</style>