Shades of Spring Green #1AEC8A
Tints of Spring Green #1AEC8A
RGB
CMYK
RGB Variations
Color information
#1AEC8A (or 0x1AEC8A) is known color: Spring Green. HEX triplet: 1A, EC and 8A. RGB value is (26,236,138). Sum of RGB (Red+Green+Blue) = 26+236+138=400 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.5% from 400); Green value is 236 (92.58% from 255 or 59% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 236 - color contains mainly: green. Hex color #1AEC8A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AEC8A is #E51375. Grayscale: #A2A2A2. Windows color (decimal): -15012726 or 9104410. OLE color: 9104410.
HSL color Cylindrical-coordinate representation of color #1AEC8A: hue angle of 152º 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 #1AEC8A is Cyan = 0.89, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 236 | 138 | - |
| CMYK | 0.89 | 0 | 0.42 | 0.07 |
| HSL | 152º | 0.85% | 0.51% | - |
| HSV(B) | 152º | 0.89% | 0.93% | - |
| XYZ | 35.01 | 62.05 | 34.18 | - |
| YUV | 162.04 | 114.43 | 30.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 236 | 138 | 0.89 | 0 | 0.42 | 0.07 | 152 | 0.85 | 0.51 |
| Hex | 1A | EC | 8A | 59 | 0 | 2A | 7 | 98 | 55 | 33 |
| Octal | 32 | 354 | 212 | 131 | 0 | 52 | 7 | 230 | 125 | 63 |
| Binary | 11010 | 11101100 | 10001010 | 1011001 | 0 | 101010 | 111 | 10011000 | 1010101 | 110011 |
Color Harmonies of #1AEC8A
Complementary color
Monochromatic Colors of #1AEC8A
Black with #1AEC8A
Text Example
Text Example
White with #1AEC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AEC8A; }
p { color: rgb(26,236,138); }
H1.HeaderClassName
{
color: #1AEC8A;
}
.AnyTagClassName
{
color: #1AEC8A;
}
</style>
background-color css
<style>
a { background-color: #1AEC8A; }
a { background-color: rgb(26,236,138); }
div.DivClassName
{
background-color: #1AEC8A;
}
.BgClassName
{
background-color: #1AEC8A;
}
</style>
border-color css
<style>
span { border-color: #1AEC8A; }
span { border-color: rgb(26,236,138); }
td.TdClassName
{
border-color: #1AEC8A;
}
.TagClassName
{
border-color: #1AEC8A;
}
</style>