Shades of Mountain Meadow #1DA780
Tints of Mountain Meadow #1DA780
RGB
CMYK
RGB Variations
Color information
#1DA780 (or 0x1DA780) is known color: Mountain Meadow. HEX triplet: 1D, A7 and 80. RGB value is (29,167,128). Sum of RGB (Red+Green+Blue) = 29+167+128=324 (42% of max value = 765). Red value is 29 (11.72% from 255 or 8.95% from 324); Green value is 167 (65.62% from 255 or 51.54% from 324); Blue value is 128 (50.39% from 255 or 39.51% from 324); Max value from RGB is 167 - color contains mainly: green. Hex color #1DA780 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA780 is #E2587F. Grayscale: #797979. Windows color (decimal): -14833792 or 8431389. OLE color: 8431389.
HSL color Cylindrical-coordinate representation of color #1DA780: hue angle of 163.04º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DA780 is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 29 | 167 | 128 | - |
| CMYK | 0.83 | 0 | 0.23 | 0.35 |
| HSL | 163.04º | 0.7% | 0.38% | - |
| HSV(B) | 163.04º | 0.83% | 0.65% | - |
| XYZ | 18.22 | 29.46 | 25.15 | - |
| YUV | 121.29 | 131.78 | 62.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 167 | 128 | 0.83 | 0 | 0.23 | 0.35 | 163.04 | 0.7 | 0.38 |
| Hex | 1D | A7 | 80 | 53 | 0 | 17 | 23 | A3 | 46 | 26 |
| Octal | 35 | 247 | 200 | 123 | 0 | 27 | 43 | 243 | 106 | 46 |
| Binary | 11101 | 10100111 | 10000000 | 1010011 | 0 | 10111 | 100011 | 10100011 | 1000110 | 100110 |
Color Harmonies of #1DA780
Complementary color
Monochromatic Colors of #1DA780
Black with #1DA780
Text Example
Text Example
White with #1DA780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA780; }
p { color: rgb(29,167,128); }
H1.HeaderClassName
{
color: #1DA780;
}
.AnyTagClassName
{
color: #1DA780;
}
</style>
background-color css
<style>
a { background-color: #1DA780; }
a { background-color: rgb(29,167,128); }
div.DivClassName
{
background-color: #1DA780;
}
.BgClassName
{
background-color: #1DA780;
}
</style>
border-color css
<style>
span { border-color: #1DA780; }
span { border-color: rgb(29,167,128); }
td.TdClassName
{
border-color: #1DA780;
}
.TagClassName
{
border-color: #1DA780;
}
</style>