Shades of Spring Green #1AE275
Tints of Spring Green #1AE275
RGB
CMYK
RGB Variations
Color information
#1AE275 (or 0x1AE275) is known color: Spring Green. HEX triplet: 1A, E2 and 75. RGB value is (26,226,117). Sum of RGB (Red+Green+Blue) = 26+226+117=369 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.05% from 369); Green value is 226 (88.67% from 255 or 61.25% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 226 - color contains mainly: green. Hex color #1AE275 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AE275 is #E51D8A. Grayscale: #9A9A9A. Windows color (decimal): -15015307 or 7725594. OLE color: 7725594.
HSL color Cylindrical-coordinate representation of color #1AE275: hue angle of 147.3º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AE275 is Cyan = 0.88, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 26 | 226 | 117 | - |
| CMYK | 0.88 | 0 | 0.48 | 0.11 |
| HSL | 147.3º | 0.79% | 0.49% | - |
| HSV(B) | 147.3º | 0.88% | 0.89% | - |
| XYZ | 30.83 | 55.9 | 25.99 | - |
| YUV | 153.77 | 107.24 | 36.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 226 | 117 | 0.88 | 0 | 0.48 | 0.11 | 147.3 | 0.79 | 0.49 |
| Hex | 1A | E2 | 75 | 58 | 0 | 30 | B | 93 | 4F | 31 |
| Octal | 32 | 342 | 165 | 130 | 0 | 60 | 13 | 223 | 117 | 61 |
| Binary | 11010 | 11100010 | 1110101 | 1011000 | 0 | 110000 | 1011 | 10010011 | 1001111 | 110001 |
Color Harmonies of #1AE275
Complementary color
Monochromatic Colors of #1AE275
Black with #1AE275
Text Example
Text Example
White with #1AE275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AE275; }
p { color: rgb(26,226,117); }
H1.HeaderClassName
{
color: #1AE275;
}
.AnyTagClassName
{
color: #1AE275;
}
</style>
background-color css
<style>
a { background-color: #1AE275; }
a { background-color: rgb(26,226,117); }
div.DivClassName
{
background-color: #1AE275;
}
.BgClassName
{
background-color: #1AE275;
}
</style>
border-color css
<style>
span { border-color: #1AE275; }
span { border-color: rgb(26,226,117); }
td.TdClassName
{
border-color: #1AE275;
}
.TagClassName
{
border-color: #1AE275;
}
</style>