Html Css Color HEX #1DF2AA Medium Spring Green
📋 copy color: '#1DF2AA'red 29 ◦ green 242 ◦ blue 170
Shades of Medium Spring Green #1DF2AA
Tints of Medium Spring Green #1DF2AA
RGB
CMYK
RGB Variations
Color information
#1DF2AA (or 0x1DF2AA) is known color: Medium Spring Green. HEX triplet: 1D, F2 and AA. RGB value is (29,242,170). Sum of RGB (Red+Green+Blue) = 29+242+170=441 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.58% from 441); Green value is 242 (94.92% from 255 or 54.88% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 242 - color contains mainly: green. Hex color #1DF2AA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1DF2AA is #E20D55. Grayscale: #AAAAAA. Windows color (decimal): -14814550 or 11203101. OLE color: 11203101.
HSL color Cylindrical-coordinate representation of color #1DF2AA: hue angle of 159.72º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF2AA is Cyan = 0.88, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 242 | 170 | - |
| CMYK | 0.88 | 0 | 0.30 | 0.05 |
| HSL | 159.72º | 0.89% | 0.53% | - |
| HSV(B) | 159.72º | 0.88% | 0.95% | - |
| XYZ | 39.51 | 66.67 | 48.82 | - |
| YUV | 170.11 | 127.93 | 27.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 242 | 170 | 0.88 | 0 | 0.30 | 0.05 | 159.72 | 0.89 | 0.53 |
| Hex | 1D | F2 | AA | 58 | 0 | 1E | 5 | A0 | 59 | 35 |
| Octal | 35 | 362 | 252 | 130 | 0 | 36 | 5 | 240 | 131 | 65 |
| Binary | 11101 | 11110010 | 10101010 | 1011000 | 0 | 11110 | 101 | 10100000 | 1011001 | 110101 |
Color Harmonies of #1DF2AA
Complementary color
Monochromatic Colors of #1DF2AA
Black with #1DF2AA
Text Example
Text Example
White with #1DF2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF2AA; }
p { color: rgb(29,242,170); }
H1.HeaderClassName
{
color: #1DF2AA;
}
.AnyTagClassName
{
color: #1DF2AA;
}
</style>
background-color css
<style>
a { background-color: #1DF2AA; }
a { background-color: rgb(29,242,170); }
div.DivClassName
{
background-color: #1DF2AA;
}
.BgClassName
{
background-color: #1DF2AA;
}
</style>
border-color css
<style>
span { border-color: #1DF2AA; }
span { border-color: rgb(29,242,170); }
td.TdClassName
{
border-color: #1DF2AA;
}
.TagClassName
{
border-color: #1DF2AA;
}
</style>