Shades of Mountain Meadow #1DA87D
Tints of Mountain Meadow #1DA87D
RGB
CMYK
RGB Variations
Color information
#1DA87D (or 0x1DA87D) is known color: Mountain Meadow. HEX triplet: 1D, A8 and 7D. RGB value is (29,168,125). Sum of RGB (Red+Green+Blue) = 29+168+125=322 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.01% from 322); Green value is 168 (66.02% from 255 or 52.17% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 168 - color contains mainly: green. Hex color #1DA87D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA87D is #E25782. Grayscale: #797979. Windows color (decimal): -14833539 or 8235037. OLE color: 8235037.
HSL color Cylindrical-coordinate representation of color #1DA87D: hue angle of 161.44º 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 #1DA87D is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 29 | 168 | 125 | - |
| CMYK | 0.83 | 0 | 0.26 | 0.34 |
| HSL | 161.44º | 0.71% | 0.39% | - |
| HSV(B) | 161.44º | 0.83% | 0.66% | - |
| XYZ | 18.21 | 29.75 | 24.18 | - |
| YUV | 121.54 | 129.95 | 62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 168 | 125 | 0.83 | 0 | 0.26 | 0.34 | 161.44 | 0.71 | 0.39 |
| Hex | 1D | A8 | 7D | 53 | 0 | 1A | 22 | A1 | 47 | 27 |
| Octal | 35 | 250 | 175 | 123 | 0 | 32 | 42 | 241 | 107 | 47 |
| Binary | 11101 | 10101000 | 1111101 | 1010011 | 0 | 11010 | 100010 | 10100001 | 1000111 | 100111 |
Color Harmonies of #1DA87D
Complementary color
Monochromatic Colors of #1DA87D
Black with #1DA87D
Text Example
Text Example
White with #1DA87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA87D; }
p { color: rgb(29,168,125); }
H1.HeaderClassName
{
color: #1DA87D;
}
.AnyTagClassName
{
color: #1DA87D;
}
</style>
background-color css
<style>
a { background-color: #1DA87D; }
a { background-color: rgb(29,168,125); }
div.DivClassName
{
background-color: #1DA87D;
}
.BgClassName
{
background-color: #1DA87D;
}
</style>
border-color css
<style>
span { border-color: #1DA87D; }
span { border-color: rgb(29,168,125); }
td.TdClassName
{
border-color: #1DA87D;
}
.TagClassName
{
border-color: #1DA87D;
}
</style>