Shades of Mountain Meadow #1DA67E
Tints of Mountain Meadow #1DA67E
RGB
CMYK
RGB Variations
Color information
#1DA67E (or 0x1DA67E) is known color: Mountain Meadow. HEX triplet: 1D, A6 and 7E. RGB value is (29,166,126). Sum of RGB (Red+Green+Blue) = 29+166+126=321 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.03% from 321); Green value is 166 (65.23% from 255 or 51.71% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 166 - color contains mainly: green. Hex color #1DA67E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA67E is #E25981. Grayscale: #787878. Windows color (decimal): -14834050 or 8300061. OLE color: 8300061.
HSL color Cylindrical-coordinate representation of color #1DA67E: hue angle of 162.48º 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 #1DA67E is Cyan = 0.83, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 29 | 166 | 126 | - |
| CMYK | 0.83 | 0 | 0.24 | 0.35 |
| HSL | 162.48º | 0.7% | 0.38% | - |
| HSV(B) | 162.48º | 0.83% | 0.65% | - |
| XYZ | 17.91 | 29.04 | 24.4 | - |
| YUV | 120.48 | 131.11 | 62.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 166 | 126 | 0.83 | 0 | 0.24 | 0.35 | 162.48 | 0.7 | 0.38 |
| Hex | 1D | A6 | 7E | 53 | 0 | 18 | 23 | A2 | 46 | 26 |
| Octal | 35 | 246 | 176 | 123 | 0 | 30 | 43 | 242 | 106 | 46 |
| Binary | 11101 | 10100110 | 1111110 | 1010011 | 0 | 11000 | 100011 | 10100010 | 1000110 | 100110 |
Color Harmonies of #1DA67E
Complementary color
Monochromatic Colors of #1DA67E
Black with #1DA67E
Text Example
Text Example
White with #1DA67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA67E; }
p { color: rgb(29,166,126); }
H1.HeaderClassName
{
color: #1DA67E;
}
.AnyTagClassName
{
color: #1DA67E;
}
</style>
background-color css
<style>
a { background-color: #1DA67E; }
a { background-color: rgb(29,166,126); }
div.DivClassName
{
background-color: #1DA67E;
}
.BgClassName
{
background-color: #1DA67E;
}
</style>
border-color css
<style>
span { border-color: #1DA67E; }
span { border-color: rgb(29,166,126); }
td.TdClassName
{
border-color: #1DA67E;
}
.TagClassName
{
border-color: #1DA67E;
}
</style>