Shades of Spring Green #1ADE7D
Tints of Spring Green #1ADE7D
RGB
CMYK
RGB Variations
Color information
#1ADE7D (or 0x1ADE7D) is known color: Spring Green. HEX triplet: 1A, DE and 7D. RGB value is (26,222,125). Sum of RGB (Red+Green+Blue) = 26+222+125=373 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.97% from 373); Green value is 222 (87.11% from 255 or 59.52% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 222 - color contains mainly: green. Hex color #1ADE7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ADE7D is #E52182. Grayscale: #989898. Windows color (decimal): -15016323 or 8248858. OLE color: 8248858.
HSL color Cylindrical-coordinate representation of color #1ADE7D: hue angle of 150.31º 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 #1ADE7D is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 222 | 125 | - |
| CMYK | 0.88 | 0 | 0.44 | 0.13 |
| HSL | 150.31º | 0.79% | 0.49% | - |
| HSV(B) | 150.31º | 0.88% | 0.87% | - |
| XYZ | 30.25 | 53.94 | 28.22 | - |
| YUV | 152.34 | 112.57 | 37.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 222 | 125 | 0.88 | 0 | 0.44 | 0.13 | 150.31 | 0.79 | 0.49 |
| Hex | 1A | DE | 7D | 58 | 0 | 2C | D | 96 | 4F | 31 |
| Octal | 32 | 336 | 175 | 130 | 0 | 54 | 15 | 226 | 117 | 61 |
| Binary | 11010 | 11011110 | 1111101 | 1011000 | 0 | 101100 | 1101 | 10010110 | 1001111 | 110001 |
Color Harmonies of #1ADE7D
Complementary color
Monochromatic Colors of #1ADE7D
Black with #1ADE7D
Text Example
Text Example
White with #1ADE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADE7D; }
p { color: rgb(26,222,125); }
H1.HeaderClassName
{
color: #1ADE7D;
}
.AnyTagClassName
{
color: #1ADE7D;
}
</style>
background-color css
<style>
a { background-color: #1ADE7D; }
a { background-color: rgb(26,222,125); }
div.DivClassName
{
background-color: #1ADE7D;
}
.BgClassName
{
background-color: #1ADE7D;
}
</style>
border-color css
<style>
span { border-color: #1ADE7D; }
span { border-color: rgb(26,222,125); }
td.TdClassName
{
border-color: #1ADE7D;
}
.TagClassName
{
border-color: #1ADE7D;
}
</style>