Html Css Color HEX #1DFFA0 Medium Spring Green
📋 copy color: '#1DFFA0'red 29 ◦ green 255 ◦ blue 160
Shades of Medium Spring Green #1DFFA0
Tints of Medium Spring Green #1DFFA0
RGB
CMYK
RGB Variations
Color information
#1DFFA0 (or 0x1DFFA0) is known color: Medium Spring Green. HEX triplet: 1D, FF and A0. RGB value is (29,255,160). Sum of RGB (Red+Green+Blue) = 29+255+160=444 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.53% from 444); Green value is 255 (100% from 255 or 57.43% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 255 - color contains mainly: green. Hex color #1DFFA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1DFFA0 is #E2005F. Grayscale: #B0B0B0. Windows color (decimal): -14811232 or 10551069. OLE color: 10551069.
HSL color Cylindrical-coordinate representation of color #1DFFA0: hue angle of 154.78º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DFFA0 is Cyan = 0.89, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 255 | 160 | - |
| CMYK | 0.89 | 0 | 0.37 | 0 |
| HSL | 154.78º | 1% | 0.56% | - |
| HSV(B) | 154.78º | 0.89% | 1% | - |
| XYZ | 42.61 | 74.32 | 45.36 | - |
| YUV | 176.6 | 118.63 | 22.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 255 | 160 | 0.89 | 0 | 0.37 | 0 | 154.78 | 1 | 0.56 |
| Hex | 1D | FF | A0 | 59 | 0 | 25 | 0 | 9B | 64 | 38 |
| Octal | 35 | 377 | 240 | 131 | 0 | 45 | 0 | 233 | 144 | 70 |
| Binary | 11101 | 11111111 | 10100000 | 1011001 | 0 | 100101 | 0 | 10011011 | 1100100 | 111000 |
Color Harmonies of #1DFFA0
Complementary color
Monochromatic Colors of #1DFFA0
Black with #1DFFA0
Text Example
Text Example
White with #1DFFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFFA0; }
p { color: rgb(29,255,160); }
H1.HeaderClassName
{
color: #1DFFA0;
}
.AnyTagClassName
{
color: #1DFFA0;
}
</style>
background-color css
<style>
a { background-color: #1DFFA0; }
a { background-color: rgb(29,255,160); }
div.DivClassName
{
background-color: #1DFFA0;
}
.BgClassName
{
background-color: #1DFFA0;
}
</style>
border-color css
<style>
span { border-color: #1DFFA0; }
span { border-color: rgb(29,255,160); }
td.TdClassName
{
border-color: #1DFFA0;
}
.TagClassName
{
border-color: #1DFFA0;
}
</style>