Shades of Spring Green #1AEC86
Tints of Spring Green #1AEC86
RGB
CMYK
RGB Variations
Color information
#1AEC86 (or 0x1AEC86) is known color: Spring Green. HEX triplet: 1A, EC and 86. RGB value is (26,236,134). Sum of RGB (Red+Green+Blue) = 26+236+134=396 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.57% from 396); Green value is 236 (92.58% from 255 or 59.60% from 396); Blue value is 134 (52.73% from 255 or 33.84% from 396); Max value from RGB is 236 - color contains mainly: green. Hex color #1AEC86 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AEC86 is #E51379. Grayscale: #A1A1A1. Windows color (decimal): -15012730 or 8842266. OLE color: 8842266.
HSL color Cylindrical-coordinate representation of color #1AEC86: hue angle of 150.86º 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 #1AEC86 is Cyan = 0.89, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 236 | 134 | - |
| CMYK | 0.89 | 0 | 0.43 | 0.07 |
| HSL | 150.86º | 0.85% | 0.51% | - |
| HSV(B) | 150.86º | 0.89% | 0.93% | - |
| XYZ | 34.72 | 61.93 | 32.68 | - |
| YUV | 161.58 | 112.43 | 31.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 236 | 134 | 0.89 | 0 | 0.43 | 0.07 | 150.86 | 0.85 | 0.51 |
| Hex | 1A | EC | 86 | 59 | 0 | 2B | 7 | 97 | 55 | 33 |
| Octal | 32 | 354 | 206 | 131 | 0 | 53 | 7 | 227 | 125 | 63 |
| Binary | 11010 | 11101100 | 10000110 | 1011001 | 0 | 101011 | 111 | 10010111 | 1010101 | 110011 |
Color Harmonies of #1AEC86
Complementary color
Monochromatic Colors of #1AEC86
Black with #1AEC86
Text Example
Text Example
White with #1AEC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AEC86; }
p { color: rgb(26,236,134); }
H1.HeaderClassName
{
color: #1AEC86;
}
.AnyTagClassName
{
color: #1AEC86;
}
</style>
background-color css
<style>
a { background-color: #1AEC86; }
a { background-color: rgb(26,236,134); }
div.DivClassName
{
background-color: #1AEC86;
}
.BgClassName
{
background-color: #1AEC86;
}
</style>
border-color css
<style>
span { border-color: #1AEC86; }
span { border-color: rgb(26,236,134); }
td.TdClassName
{
border-color: #1AEC86;
}
.TagClassName
{
border-color: #1AEC86;
}
</style>