Shades of Spring Green #1AED71
Tints of Spring Green #1AED71
RGB
CMYK
RGB Variations
Color information
#1AED71 (or 0x1AED71) is known color: Spring Green. HEX triplet: 1A, ED and 71. RGB value is (26,237,113). Sum of RGB (Red+Green+Blue) = 26+237+113=376 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.91% from 376); Green value is 237 (92.97% from 255 or 63.03% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 237 - color contains mainly: green. Hex color #1AED71 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AED71 is #E5128E. Grayscale: #A0A0A0. Windows color (decimal): -15012495 or 7466266. OLE color: 7466266.
HSL color Cylindrical-coordinate representation of color #1AED71: hue angle of 144.74º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AED71 is Cyan = 0.89, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 237 | 113 | - |
| CMYK | 0.89 | 0 | 0.52 | 0.07 |
| HSL | 144.74º | 0.85% | 0.52% | - |
| HSV(B) | 144.74º | 0.89% | 0.93% | - |
| XYZ | 33.69 | 61.98 | 25.81 | - |
| YUV | 159.78 | 101.6 | 32.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 237 | 113 | 0.89 | 0 | 0.52 | 0.07 | 144.74 | 0.85 | 0.52 |
| Hex | 1A | ED | 71 | 59 | 0 | 34 | 7 | 91 | 55 | 34 |
| Octal | 32 | 355 | 161 | 131 | 0 | 64 | 7 | 221 | 125 | 64 |
| Binary | 11010 | 11101101 | 1110001 | 1011001 | 0 | 110100 | 111 | 10010001 | 1010101 | 110100 |
Color Harmonies of #1AED71
Complementary color
Monochromatic Colors of #1AED71
Black with #1AED71
Text Example
Text Example
White with #1AED71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AED71; }
p { color: rgb(26,237,113); }
H1.HeaderClassName
{
color: #1AED71;
}
.AnyTagClassName
{
color: #1AED71;
}
</style>
background-color css
<style>
a { background-color: #1AED71; }
a { background-color: rgb(26,237,113); }
div.DivClassName
{
background-color: #1AED71;
}
.BgClassName
{
background-color: #1AED71;
}
</style>
border-color css
<style>
span { border-color: #1AED71; }
span { border-color: rgb(26,237,113); }
td.TdClassName
{
border-color: #1AED71;
}
.TagClassName
{
border-color: #1AED71;
}
</style>