Html Css Color HEX #1DECAF Medium Spring Green
📋 copy color: '#1DECAF'red 29 ◦ green 236 ◦ blue 175
Shades of Medium Spring Green #1DECAF
Tints of Medium Spring Green #1DECAF
RGB
CMYK
RGB Variations
Color information
#1DECAF (or 0x1DECAF) is known color: Medium Spring Green. HEX triplet: 1D, EC and AF. RGB value is (29,236,175). Sum of RGB (Red+Green+Blue) = 29+236+175=440 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.59% from 440); Green value is 236 (92.58% from 255 or 53.64% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 236 - color contains mainly: green. Hex color #1DECAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1DECAF is #E21350. Grayscale: #A7A7A7. Windows color (decimal): -14816081 or 11529245. OLE color: 11529245.
HSL color Cylindrical-coordinate representation of color #1DECAF: hue angle of 162.32º degrees, saturation: 0.84, 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 #1DECAF is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 236 | 175 | - |
| CMYK | 0.88 | 0 | 0.26 | 0.07 |
| HSL | 162.32º | 0.84% | 0.52% | - |
| HSV(B) | 162.32º | 0.88% | 0.93% | - |
| XYZ | 38.24 | 63.35 | 50.77 | - |
| YUV | 167.15 | 132.42 | 29.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 236 | 175 | 0.88 | 0 | 0.26 | 0.07 | 162.32 | 0.84 | 0.52 |
| Hex | 1D | EC | AF | 58 | 0 | 1A | 7 | A2 | 54 | 34 |
| Octal | 35 | 354 | 257 | 130 | 0 | 32 | 7 | 242 | 124 | 64 |
| Binary | 11101 | 11101100 | 10101111 | 1011000 | 0 | 11010 | 111 | 10100010 | 1010100 | 110100 |
Color Harmonies of #1DECAF
Complementary color
Monochromatic Colors of #1DECAF
Black with #1DECAF
Text Example
Text Example
White with #1DECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DECAF; }
p { color: rgb(29,236,175); }
H1.HeaderClassName
{
color: #1DECAF;
}
.AnyTagClassName
{
color: #1DECAF;
}
</style>
background-color css
<style>
a { background-color: #1DECAF; }
a { background-color: rgb(29,236,175); }
div.DivClassName
{
background-color: #1DECAF;
}
.BgClassName
{
background-color: #1DECAF;
}
</style>
border-color css
<style>
span { border-color: #1DECAF; }
span { border-color: rgb(29,236,175); }
td.TdClassName
{
border-color: #1DECAF;
}
.TagClassName
{
border-color: #1DECAF;
}
</style>