Shades of Mountain Meadow #1DAD84
Tints of Mountain Meadow #1DAD84
RGB
CMYK
RGB Variations
Color information
#1DAD84 (or 0x1DAD84) is known color: Mountain Meadow. HEX triplet: 1D, AD and 84. RGB value is (29,173,132). Sum of RGB (Red+Green+Blue) = 29+173+132=334 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.68% from 334); Green value is 173 (67.97% from 255 or 51.80% from 334); Blue value is 132 (51.95% from 255 or 39.52% from 334); Max value from RGB is 173 - color contains mainly: green. Hex color #1DAD84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DAD84 is #E2527B. Grayscale: #7D7D7D. Windows color (decimal): -14832252 or 8695069. OLE color: 8695069.
HSL color Cylindrical-coordinate representation of color #1DAD84: hue angle of 162.92º 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 #1DAD84 is Cyan = 0.83, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 173 | 132 | - |
| CMYK | 0.83 | 0 | 0.24 | 0.32 |
| HSL | 162.92º | 0.71% | 0.4% | - |
| HSV(B) | 162.92º | 0.83% | 0.68% | - |
| XYZ | 19.62 | 31.81 | 26.94 | - |
| YUV | 125.27 | 131.79 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 173 | 132 | 0.83 | 0 | 0.24 | 0.32 | 162.92 | 0.71 | 0.4 |
| Hex | 1D | AD | 84 | 53 | 0 | 18 | 20 | A3 | 47 | 28 |
| Octal | 35 | 255 | 204 | 123 | 0 | 30 | 40 | 243 | 107 | 50 |
| Binary | 11101 | 10101101 | 10000100 | 1010011 | 0 | 11000 | 100000 | 10100011 | 1000111 | 101000 |
Color Harmonies of #1DAD84
Complementary color
Monochromatic Colors of #1DAD84
Black with #1DAD84
Text Example
Text Example
White with #1DAD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAD84; }
p { color: rgb(29,173,132); }
H1.HeaderClassName
{
color: #1DAD84;
}
.AnyTagClassName
{
color: #1DAD84;
}
</style>
background-color css
<style>
a { background-color: #1DAD84; }
a { background-color: rgb(29,173,132); }
div.DivClassName
{
background-color: #1DAD84;
}
.BgClassName
{
background-color: #1DAD84;
}
</style>
border-color css
<style>
span { border-color: #1DAD84; }
span { border-color: rgb(29,173,132); }
td.TdClassName
{
border-color: #1DAD84;
}
.TagClassName
{
border-color: #1DAD84;
}
</style>