Shades of Mountain Meadow #1DA67F
Tints of Mountain Meadow #1DA67F
RGB
CMYK
RGB Variations
Color information
#1DA67F (or 0x1DA67F) is known color: Mountain Meadow. HEX triplet: 1D, A6 and 7F. RGB value is (29,166,127). Sum of RGB (Red+Green+Blue) = 29+166+127=322 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.01% from 322); Green value is 166 (65.23% from 255 or 51.55% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 166 - color contains mainly: green. Hex color #1DA67F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA67F is #E25980. Grayscale: #787878. Windows color (decimal): -14834049 or 8365597. OLE color: 8365597.
HSL color Cylindrical-coordinate representation of color #1DA67F: hue angle of 162.92º 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 #1DA67F is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 29 | 166 | 127 | - |
| CMYK | 0.83 | 0 | 0.23 | 0.35 |
| HSL | 162.92º | 0.7% | 0.38% | - |
| HSV(B) | 162.92º | 0.83% | 0.65% | - |
| XYZ | 17.97 | 29.07 | 24.74 | - |
| YUV | 120.59 | 131.61 | 62.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 166 | 127 | 0.83 | 0 | 0.23 | 0.35 | 162.92 | 0.7 | 0.38 |
| Hex | 1D | A6 | 7F | 53 | 0 | 17 | 23 | A3 | 46 | 26 |
| Octal | 35 | 246 | 177 | 123 | 0 | 27 | 43 | 243 | 106 | 46 |
| Binary | 11101 | 10100110 | 1111111 | 1010011 | 0 | 10111 | 100011 | 10100011 | 1000110 | 100110 |
Color Harmonies of #1DA67F
Complementary color
Monochromatic Colors of #1DA67F
Black with #1DA67F
Text Example
Text Example
White with #1DA67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA67F; }
p { color: rgb(29,166,127); }
H1.HeaderClassName
{
color: #1DA67F;
}
.AnyTagClassName
{
color: #1DA67F;
}
</style>
background-color css
<style>
a { background-color: #1DA67F; }
a { background-color: rgb(29,166,127); }
div.DivClassName
{
background-color: #1DA67F;
}
.BgClassName
{
background-color: #1DA67F;
}
</style>
border-color css
<style>
span { border-color: #1DA67F; }
span { border-color: rgb(29,166,127); }
td.TdClassName
{
border-color: #1DA67F;
}
.TagClassName
{
border-color: #1DA67F;
}
</style>