Shades of Spring Green #1ADE7A
Tints of Spring Green #1ADE7A
RGB
CMYK
RGB Variations
Color information
#1ADE7A (or 0x1ADE7A) is known color: Spring Green. HEX triplet: 1A, DE and 7A. RGB value is (26,222,122). Sum of RGB (Red+Green+Blue) = 26+222+122=370 (49% of max value = 765). Red value is 26 (10.55% from 255 or 7.03% from 370); Green value is 222 (87.11% from 255 or 60% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 222 - color contains mainly: green. Hex color #1ADE7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ADE7A is #E52185. Grayscale: #989898. Windows color (decimal): -15016326 or 8052250. OLE color: 8052250.
HSL color Cylindrical-coordinate representation of color #1ADE7A: hue angle of 149.39º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADE7A is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 222 | 122 | - |
| CMYK | 0.88 | 0 | 0.45 | 0.13 |
| HSL | 149.39º | 0.79% | 0.49% | - |
| HSV(B) | 149.39º | 0.88% | 0.87% | - |
| XYZ | 30.06 | 53.87 | 27.23 | - |
| YUV | 152 | 111.07 | 38.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 222 | 122 | 0.88 | 0 | 0.45 | 0.13 | 149.39 | 0.79 | 0.49 |
| Hex | 1A | DE | 7A | 58 | 0 | 2D | D | 95 | 4F | 31 |
| Octal | 32 | 336 | 172 | 130 | 0 | 55 | 15 | 225 | 117 | 61 |
| Binary | 11010 | 11011110 | 1111010 | 1011000 | 0 | 101101 | 1101 | 10010101 | 1001111 | 110001 |
Color Harmonies of #1ADE7A
Complementary color
Monochromatic Colors of #1ADE7A
Black with #1ADE7A
Text Example
Text Example
White with #1ADE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADE7A; }
p { color: rgb(26,222,122); }
H1.HeaderClassName
{
color: #1ADE7A;
}
.AnyTagClassName
{
color: #1ADE7A;
}
</style>
background-color css
<style>
a { background-color: #1ADE7A; }
a { background-color: rgb(26,222,122); }
div.DivClassName
{
background-color: #1ADE7A;
}
.BgClassName
{
background-color: #1ADE7A;
}
</style>
border-color css
<style>
span { border-color: #1ADE7A; }
span { border-color: rgb(26,222,122); }
td.TdClassName
{
border-color: #1ADE7A;
}
.TagClassName
{
border-color: #1ADE7A;
}
</style>