Html Css Color HEX #1DEDAA Medium Spring Green
📋 copy color: '#1DEDAA'red 29 ◦ green 237 ◦ blue 170
Shades of Medium Spring Green #1DEDAA
Tints of Medium Spring Green #1DEDAA
RGB
CMYK
RGB Variations
Color information
#1DEDAA (or 0x1DEDAA) is known color: Medium Spring Green. HEX triplet: 1D, ED and AA. RGB value is (29,237,170). Sum of RGB (Red+Green+Blue) = 29+237+170=436 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.65% from 436); Green value is 237 (92.97% from 255 or 54.36% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 237 - color contains mainly: green. Hex color #1DEDAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1DEDAA is #E21255. Grayscale: #A7A7A7. Windows color (decimal): -14815830 or 11201821. OLE color: 11201821.
HSL color Cylindrical-coordinate representation of color #1DEDAA: hue angle of 160.67º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DEDAA is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 237 | 170 | - |
| CMYK | 0.88 | 0 | 0.28 | 0.07 |
| HSL | 160.67º | 0.85% | 0.52% | - |
| HSV(B) | 160.67º | 0.88% | 0.93% | - |
| XYZ | 38.05 | 63.73 | 48.33 | - |
| YUV | 167.17 | 129.59 | 29.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 237 | 170 | 0.88 | 0 | 0.28 | 0.07 | 160.67 | 0.85 | 0.52 |
| Hex | 1D | ED | AA | 58 | 0 | 1C | 7 | A1 | 55 | 34 |
| Octal | 35 | 355 | 252 | 130 | 0 | 34 | 7 | 241 | 125 | 64 |
| Binary | 11101 | 11101101 | 10101010 | 1011000 | 0 | 11100 | 111 | 10100001 | 1010101 | 110100 |
Color Harmonies of #1DEDAA
Complementary color
Monochromatic Colors of #1DEDAA
Black with #1DEDAA
Text Example
Text Example
White with #1DEDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEDAA; }
p { color: rgb(29,237,170); }
H1.HeaderClassName
{
color: #1DEDAA;
}
.AnyTagClassName
{
color: #1DEDAA;
}
</style>
background-color css
<style>
a { background-color: #1DEDAA; }
a { background-color: rgb(29,237,170); }
div.DivClassName
{
background-color: #1DEDAA;
}
.BgClassName
{
background-color: #1DEDAA;
}
</style>
border-color css
<style>
span { border-color: #1DEDAA; }
span { border-color: rgb(29,237,170); }
td.TdClassName
{
border-color: #1DEDAA;
}
.TagClassName
{
border-color: #1DEDAA;
}
</style>