Shades of Spring Green #1DE07A
Tints of Spring Green #1DE07A
RGB
CMYK
RGB Variations
Color information
#1DE07A (or 0x1DE07A) is known color: Spring Green. HEX triplet: 1D, E0 and 7A. RGB value is (29,224,122). Sum of RGB (Red+Green+Blue) = 29+224+122=375 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.73% from 375); Green value is 224 (87.89% from 255 or 59.73% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 224 - color contains mainly: green. Hex color #1DE07A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DE07A is #E21F85. Grayscale: #9A9A9A. Windows color (decimal): -14819206 or 8052765. OLE color: 8052765.
HSL color Cylindrical-coordinate representation of color #1DE07A: hue angle of 148.62º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DE07A is Cyan = 0.87, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 29 | 224 | 122 | - |
| CMYK | 0.87 | 0 | 0.46 | 0.12 |
| HSL | 148.62º | 0.77% | 0.5% | - |
| HSV(B) | 148.62º | 0.87% | 0.88% | - |
| XYZ | 30.68 | 54.98 | 27.41 | - |
| YUV | 154.07 | 109.9 | 38.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 224 | 122 | 0.87 | 0 | 0.46 | 0.12 | 148.62 | 0.77 | 0.5 |
| Hex | 1D | E0 | 7A | 57 | 0 | 2E | C | 95 | 4D | 32 |
| Octal | 35 | 340 | 172 | 127 | 0 | 56 | 14 | 225 | 115 | 62 |
| Binary | 11101 | 11100000 | 1111010 | 1010111 | 0 | 101110 | 1100 | 10010101 | 1001101 | 110010 |
Color Harmonies of #1DE07A
Complementary color
Monochromatic Colors of #1DE07A
Black with #1DE07A
Text Example
Text Example
White with #1DE07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DE07A; }
p { color: rgb(29,224,122); }
H1.HeaderClassName
{
color: #1DE07A;
}
.AnyTagClassName
{
color: #1DE07A;
}
</style>
background-color css
<style>
a { background-color: #1DE07A; }
a { background-color: rgb(29,224,122); }
div.DivClassName
{
background-color: #1DE07A;
}
.BgClassName
{
background-color: #1DE07A;
}
</style>
border-color css
<style>
span { border-color: #1DE07A; }
span { border-color: rgb(29,224,122); }
td.TdClassName
{
border-color: #1DE07A;
}
.TagClassName
{
border-color: #1DE07A;
}
</style>