Shades of Mountain Meadow #1DA86F
Tints of Mountain Meadow #1DA86F
RGB
CMYK
RGB Variations
Color information
#1DA86F (or 0x1DA86F) is known color: Mountain Meadow. HEX triplet: 1D, A8 and 6F. RGB value is (29,168,111). Sum of RGB (Red+Green+Blue) = 29+168+111=308 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.42% from 308); Green value is 168 (66.02% from 255 or 54.55% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 168 - color contains mainly: green. Hex color #1DA86F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA86F is #E25790. Grayscale: #787878. Windows color (decimal): -14833553 or 7317533. OLE color: 7317533.
HSL color Cylindrical-coordinate representation of color #1DA86F: hue angle of 155.4º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DA86F is Cyan = 0.83, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 29 | 168 | 111 | - |
| CMYK | 0.83 | 0 | 0.34 | 0.34 |
| HSL | 155.4º | 0.71% | 0.39% | - |
| HSV(B) | 155.4º | 0.83% | 0.66% | - |
| XYZ | 17.38 | 29.41 | 19.8 | - |
| YUV | 119.94 | 122.95 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 168 | 111 | 0.83 | 0 | 0.34 | 0.34 | 155.4 | 0.71 | 0.39 |
| Hex | 1D | A8 | 6F | 53 | 0 | 22 | 22 | 9B | 47 | 27 |
| Octal | 35 | 250 | 157 | 123 | 0 | 42 | 42 | 233 | 107 | 47 |
| Binary | 11101 | 10101000 | 1101111 | 1010011 | 0 | 100010 | 100010 | 10011011 | 1000111 | 100111 |
Color Harmonies of #1DA86F
Complementary color
Monochromatic Colors of #1DA86F
Black with #1DA86F
Text Example
Text Example
White with #1DA86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA86F; }
p { color: rgb(29,168,111); }
H1.HeaderClassName
{
color: #1DA86F;
}
.AnyTagClassName
{
color: #1DA86F;
}
</style>
background-color css
<style>
a { background-color: #1DA86F; }
a { background-color: rgb(29,168,111); }
div.DivClassName
{
background-color: #1DA86F;
}
.BgClassName
{
background-color: #1DA86F;
}
</style>
border-color css
<style>
span { border-color: #1DA86F; }
span { border-color: rgb(29,168,111); }
td.TdClassName
{
border-color: #1DA86F;
}
.TagClassName
{
border-color: #1DA86F;
}
</style>