Shades of Spring Green #1AE585
Tints of Spring Green #1AE585
RGB
CMYK
RGB Variations
Color information
#1AE585 (or 0x1AE585) is known color: Spring Green. HEX triplet: 1A, E5 and 85. RGB value is (26,229,133). Sum of RGB (Red+Green+Blue) = 26+229+133=388 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.70% from 388); Green value is 229 (89.84% from 255 or 59.02% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 229 - color contains mainly: green. Hex color #1AE585 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AE585 is #E51A7A. Grayscale: #9D9D9D. Windows color (decimal): -15014523 or 8774938. OLE color: 8774938.
HSL color Cylindrical-coordinate representation of color #1AE585: hue angle of 151.63º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AE585 is Cyan = 0.89, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 26 | 229 | 133 | - |
| CMYK | 0.89 | 0 | 0.42 | 0.10 |
| HSL | 151.63º | 0.8% | 0.5% | - |
| HSV(B) | 151.63º | 0.89% | 0.9% | - |
| XYZ | 32.68 | 57.95 | 31.65 | - |
| YUV | 157.36 | 114.25 | 34.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 229 | 133 | 0.89 | 0 | 0.42 | 0.10 | 151.63 | 0.8 | 0.5 |
| Hex | 1A | E5 | 85 | 59 | 0 | 2A | A | 98 | 50 | 32 |
| Octal | 32 | 345 | 205 | 131 | 0 | 52 | 12 | 230 | 120 | 62 |
| Binary | 11010 | 11100101 | 10000101 | 1011001 | 0 | 101010 | 1010 | 10011000 | 1010000 | 110010 |
Color Harmonies of #1AE585
Complementary color
Monochromatic Colors of #1AE585
Black with #1AE585
Text Example
Text Example
White with #1AE585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AE585; }
p { color: rgb(26,229,133); }
H1.HeaderClassName
{
color: #1AE585;
}
.AnyTagClassName
{
color: #1AE585;
}
</style>
background-color css
<style>
a { background-color: #1AE585; }
a { background-color: rgb(26,229,133); }
div.DivClassName
{
background-color: #1AE585;
}
.BgClassName
{
background-color: #1AE585;
}
</style>
border-color css
<style>
span { border-color: #1AE585; }
span { border-color: rgb(26,229,133); }
td.TdClassName
{
border-color: #1AE585;
}
.TagClassName
{
border-color: #1AE585;
}
</style>