Shades of Mountain Meadow #1DAE80
Tints of Mountain Meadow #1DAE80
RGB
CMYK
RGB Variations
Color information
#1DAE80 (or 0x1DAE80) is known color: Mountain Meadow. HEX triplet: 1D, AE and 80. RGB value is (29,174,128). Sum of RGB (Red+Green+Blue) = 29+174+128=331 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.76% from 331); Green value is 174 (68.36% from 255 or 52.57% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 174 - color contains mainly: green. Hex color #1DAE80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DAE80 is #E2517F. Grayscale: #7D7D7D. Windows color (decimal): -14832000 or 8433181. OLE color: 8433181.
HSL color Cylindrical-coordinate representation of color #1DAE80: hue angle of 160.97º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAE80 is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 174 | 128 | - |
| CMYK | 0.83 | 0 | 0.26 | 0.32 |
| HSL | 160.97º | 0.71% | 0.4% | - |
| HSV(B) | 160.97º | 0.83% | 0.68% | - |
| XYZ | 19.54 | 32.09 | 25.59 | - |
| YUV | 125.4 | 129.46 | 59.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 174 | 128 | 0.83 | 0 | 0.26 | 0.32 | 160.97 | 0.71 | 0.4 |
| Hex | 1D | AE | 80 | 53 | 0 | 1A | 20 | A1 | 47 | 28 |
| Octal | 35 | 256 | 200 | 123 | 0 | 32 | 40 | 241 | 107 | 50 |
| Binary | 11101 | 10101110 | 10000000 | 1010011 | 0 | 11010 | 100000 | 10100001 | 1000111 | 101000 |
Color Harmonies of #1DAE80
Complementary color
Monochromatic Colors of #1DAE80
Black with #1DAE80
Text Example
Text Example
White with #1DAE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAE80; }
p { color: rgb(29,174,128); }
H1.HeaderClassName
{
color: #1DAE80;
}
.AnyTagClassName
{
color: #1DAE80;
}
</style>
background-color css
<style>
a { background-color: #1DAE80; }
a { background-color: rgb(29,174,128); }
div.DivClassName
{
background-color: #1DAE80;
}
.BgClassName
{
background-color: #1DAE80;
}
</style>
border-color css
<style>
span { border-color: #1DAE80; }
span { border-color: rgb(29,174,128); }
td.TdClassName
{
border-color: #1DAE80;
}
.TagClassName
{
border-color: #1DAE80;
}
</style>