Shades of Mountain Meadow #1DA87E
Tints of Mountain Meadow #1DA87E
RGB
CMYK
RGB Variations
Color information
#1DA87E (or 0x1DA87E) is known color: Mountain Meadow. HEX triplet: 1D, A8 and 7E. RGB value is (29,168,126). Sum of RGB (Red+Green+Blue) = 29+168+126=323 (42% of max value = 765). Red value is 29 (11.72% from 255 or 8.98% from 323); Green value is 168 (66.02% from 255 or 52.01% from 323); Blue value is 126 (49.61% from 255 or 39.01% from 323); Max value from RGB is 168 - color contains mainly: green. Hex color #1DA87E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA87E is #E25781. Grayscale: #797979. Windows color (decimal): -14833538 or 8300573. OLE color: 8300573.
HSL color Cylindrical-coordinate representation of color #1DA87E: hue angle of 161.87º 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 #1DA87E is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 29 | 168 | 126 | - |
| CMYK | 0.83 | 0 | 0.25 | 0.34 |
| HSL | 161.87º | 0.71% | 0.39% | - |
| HSV(B) | 161.87º | 0.83% | 0.66% | - |
| XYZ | 18.28 | 29.77 | 24.52 | - |
| YUV | 121.65 | 130.45 | 61.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 168 | 126 | 0.83 | 0 | 0.25 | 0.34 | 161.87 | 0.71 | 0.39 |
| Hex | 1D | A8 | 7E | 53 | 0 | 19 | 22 | A2 | 47 | 27 |
| Octal | 35 | 250 | 176 | 123 | 0 | 31 | 42 | 242 | 107 | 47 |
| Binary | 11101 | 10101000 | 1111110 | 1010011 | 0 | 11001 | 100010 | 10100010 | 1000111 | 100111 |
Color Harmonies of #1DA87E
Complementary color
Monochromatic Colors of #1DA87E
Black with #1DA87E
Text Example
Text Example
White with #1DA87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA87E; }
p { color: rgb(29,168,126); }
H1.HeaderClassName
{
color: #1DA87E;
}
.AnyTagClassName
{
color: #1DA87E;
}
</style>
background-color css
<style>
a { background-color: #1DA87E; }
a { background-color: rgb(29,168,126); }
div.DivClassName
{
background-color: #1DA87E;
}
.BgClassName
{
background-color: #1DA87E;
}
</style>
border-color css
<style>
span { border-color: #1DA87E; }
span { border-color: rgb(29,168,126); }
td.TdClassName
{
border-color: #1DA87E;
}
.TagClassName
{
border-color: #1DA87E;
}
</style>