Shades of Mountain Meadow #1DAD77
Tints of Mountain Meadow #1DAD77
RGB
CMYK
RGB Variations
Color information
#1DAD77 (or 0x1DAD77) is known color: Mountain Meadow. HEX triplet: 1D, AD and 77. RGB value is (29,173,119). Sum of RGB (Red+Green+Blue) = 29+173+119=321 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.03% from 321); Green value is 173 (67.97% from 255 or 53.89% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 173 - color contains mainly: green. Hex color #1DAD77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DAD77 is #E25288. Grayscale: #7B7B7B. Windows color (decimal): -14832265 or 7843101. OLE color: 7843101.
HSL color Cylindrical-coordinate representation of color #1DAD77: hue angle of 157.5º 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 #1DAD77 is Cyan = 0.83, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 173 | 119 | - |
| CMYK | 0.83 | 0 | 0.31 | 0.32 |
| HSL | 157.5º | 0.71% | 0.4% | - |
| HSV(B) | 157.5º | 0.83% | 0.68% | - |
| XYZ | 18.78 | 31.48 | 22.54 | - |
| YUV | 123.79 | 125.29 | 60.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 173 | 119 | 0.83 | 0 | 0.31 | 0.32 | 157.5 | 0.71 | 0.4 |
| Hex | 1D | AD | 77 | 53 | 0 | 1F | 20 | 9E | 47 | 28 |
| Octal | 35 | 255 | 167 | 123 | 0 | 37 | 40 | 236 | 107 | 50 |
| Binary | 11101 | 10101101 | 1110111 | 1010011 | 0 | 11111 | 100000 | 10011110 | 1000111 | 101000 |
Color Harmonies of #1DAD77
Complementary color
Monochromatic Colors of #1DAD77
Black with #1DAD77
Text Example
Text Example
White with #1DAD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAD77; }
p { color: rgb(29,173,119); }
H1.HeaderClassName
{
color: #1DAD77;
}
.AnyTagClassName
{
color: #1DAD77;
}
</style>
background-color css
<style>
a { background-color: #1DAD77; }
a { background-color: rgb(29,173,119); }
div.DivClassName
{
background-color: #1DAD77;
}
.BgClassName
{
background-color: #1DAD77;
}
</style>
border-color css
<style>
span { border-color: #1DAD77; }
span { border-color: rgb(29,173,119); }
td.TdClassName
{
border-color: #1DAD77;
}
.TagClassName
{
border-color: #1DAD77;
}
</style>