Shades of Mountain Meadow #1DAE86
Tints of Mountain Meadow #1DAE86
RGB
CMYK
RGB Variations
Color information
#1DAE86 (or 0x1DAE86) is known color: Mountain Meadow. HEX triplet: 1D, AE and 86. RGB value is (29,174,134). Sum of RGB (Red+Green+Blue) = 29+174+134=337 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.61% from 337); Green value is 174 (68.36% from 255 or 51.63% from 337); Blue value is 134 (52.73% from 255 or 39.76% from 337); Max value from RGB is 174 - color contains mainly: green. Hex color #1DAE86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DAE86 is #E25179. Grayscale: #7E7E7E. Windows color (decimal): -14831994 or 8826397. OLE color: 8826397.
HSL color Cylindrical-coordinate representation of color #1DAE86: hue angle of 163.45º 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 #1DAE86 is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 174 | 134 | - |
| CMYK | 0.83 | 0 | 0.23 | 0.32 |
| HSL | 163.45º | 0.71% | 0.4% | - |
| HSV(B) | 163.45º | 0.83% | 0.68% | - |
| XYZ | 19.95 | 32.25 | 27.73 | - |
| YUV | 126.09 | 132.46 | 58.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 174 | 134 | 0.83 | 0 | 0.23 | 0.32 | 163.45 | 0.71 | 0.4 |
| Hex | 1D | AE | 86 | 53 | 0 | 17 | 20 | A3 | 47 | 28 |
| Octal | 35 | 256 | 206 | 123 | 0 | 27 | 40 | 243 | 107 | 50 |
| Binary | 11101 | 10101110 | 10000110 | 1010011 | 0 | 10111 | 100000 | 10100011 | 1000111 | 101000 |
Color Harmonies of #1DAE86
Complementary color
Monochromatic Colors of #1DAE86
Black with #1DAE86
Text Example
Text Example
White with #1DAE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAE86; }
p { color: rgb(29,174,134); }
H1.HeaderClassName
{
color: #1DAE86;
}
.AnyTagClassName
{
color: #1DAE86;
}
</style>
background-color css
<style>
a { background-color: #1DAE86; }
a { background-color: rgb(29,174,134); }
div.DivClassName
{
background-color: #1DAE86;
}
.BgClassName
{
background-color: #1DAE86;
}
</style>
border-color css
<style>
span { border-color: #1DAE86; }
span { border-color: rgb(29,174,134); }
td.TdClassName
{
border-color: #1DAE86;
}
.TagClassName
{
border-color: #1DAE86;
}
</style>