Shades of Spring Green #1AE486
Tints of Spring Green #1AE486
RGB
CMYK
RGB Variations
Color information
#1AE486 (or 0x1AE486) is known color: Spring Green. HEX triplet: 1A, E4 and 86. RGB value is (26,228,134). Sum of RGB (Red+Green+Blue) = 26+228+134=388 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.70% from 388); Green value is 228 (89.45% from 255 or 58.76% from 388); Blue value is 134 (52.73% from 255 or 34.54% from 388); Max value from RGB is 228 - color contains mainly: green. Hex color #1AE486 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AE486 is #E51B79. Grayscale: #9D9D9D. Windows color (decimal): -15014778 or 8840218. OLE color: 8840218.
HSL color Cylindrical-coordinate representation of color #1AE486: hue angle of 152.08º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AE486 is Cyan = 0.89, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 26 | 228 | 134 | - |
| CMYK | 0.89 | 0 | 0.41 | 0.11 |
| HSL | 152.08º | 0.8% | 0.5% | - |
| HSV(B) | 152.08º | 0.89% | 0.89% | - |
| XYZ | 32.47 | 57.43 | 31.93 | - |
| YUV | 156.89 | 115.08 | 34.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 228 | 134 | 0.89 | 0 | 0.41 | 0.11 | 152.08 | 0.8 | 0.5 |
| Hex | 1A | E4 | 86 | 59 | 0 | 29 | B | 98 | 50 | 32 |
| Octal | 32 | 344 | 206 | 131 | 0 | 51 | 13 | 230 | 120 | 62 |
| Binary | 11010 | 11100100 | 10000110 | 1011001 | 0 | 101001 | 1011 | 10011000 | 1010000 | 110010 |
Color Harmonies of #1AE486
Complementary color
Monochromatic Colors of #1AE486
Black with #1AE486
Text Example
Text Example
White with #1AE486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AE486; }
p { color: rgb(26,228,134); }
H1.HeaderClassName
{
color: #1AE486;
}
.AnyTagClassName
{
color: #1AE486;
}
</style>
background-color css
<style>
a { background-color: #1AE486; }
a { background-color: rgb(26,228,134); }
div.DivClassName
{
background-color: #1AE486;
}
.BgClassName
{
background-color: #1AE486;
}
</style>
border-color css
<style>
span { border-color: #1AE486; }
span { border-color: rgb(26,228,134); }
td.TdClassName
{
border-color: #1AE486;
}
.TagClassName
{
border-color: #1AE486;
}
</style>