Html Css Color HEX #1DEEA0 Medium Spring Green
📋 copy color: '#1DEEA0'red 29 ◦ green 238 ◦ blue 160
Shades of Medium Spring Green #1DEEA0
Tints of Medium Spring Green #1DEEA0
RGB
CMYK
RGB Variations
Color information
#1DEEA0 (or 0x1DEEA0) is known color: Medium Spring Green. HEX triplet: 1D, EE and A0. RGB value is (29,238,160). Sum of RGB (Red+Green+Blue) = 29+238+160=427 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.79% from 427); Green value is 238 (93.36% from 255 or 55.74% from 427); Blue value is 160 (62.89% from 255 or 37.47% from 427); Max value from RGB is 238 - color contains mainly: green. Hex color #1DEEA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1DEEA0 is #E2115F. Grayscale: #A6A6A6. Windows color (decimal): -14815584 or 10546717. OLE color: 10546717.
HSL color Cylindrical-coordinate representation of color #1DEEA0: hue angle of 157.61º degrees, saturation: 0.86, 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 #1DEEA0 is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
RGB | 29 | 238 | 160 | - |
CMYK | 0.88 | 0 | 0.33 | 0.07 |
HSL | 157.61º | 0.86% | 0.52% | - |
HSV(B) | 157.61º | 0.88% | 0.93% | - |
XYZ | 37.43 | 63.95 | 43.63 | - |
YUV | 166.62 | 124.26 | 29.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 29 | 238 | 160 | 0.88 | 0 | 0.33 | 0.07 | 157.61 | 0.86 | 0.52 |
Hex | 1D | EE | A0 | 58 | 0 | 21 | 7 | 9E | 56 | 34 |
Octal | 35 | 356 | 240 | 130 | 0 | 41 | 7 | 236 | 126 | 64 |
Binary | 11101 | 11101110 | 10100000 | 1011000 | 0 | 100001 | 111 | 10011110 | 1010110 | 110100 |
Color Harmonies of #1DEEA0
Complementary color
Monochromatic Colors of #1DEEA0
Black with #1DEEA0
Text Example
Text Example
White with #1DEEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEEA0; }
p { color: rgb(29,238,160); }
H1.HeaderClassName
{
color: #1DEEA0;
}
.AnyTagClassName
{
color: #1DEEA0;
}
</style>
background-color css
<style>
a { background-color: #1DEEA0; }
a { background-color: rgb(29,238,160); }
div.DivClassName
{
background-color: #1DEEA0;
}
.BgClassName
{
background-color: #1DEEA0;
}
</style>
border-color css
<style>
span { border-color: #1DEEA0; }
span { border-color: rgb(29,238,160); }
td.TdClassName
{
border-color: #1DEEA0;
}
.TagClassName
{
border-color: #1DEEA0;
}
</style>