Shades of Mountain Meadow #1DA67B
Tints of Mountain Meadow #1DA67B
RGB
CMYK
RGB Variations
Color information
#1DA67B (or 0x1DA67B) is known color: Mountain Meadow. HEX triplet: 1D, A6 and 7B. RGB value is (29,166,123). Sum of RGB (Red+Green+Blue) = 29+166+123=318 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.12% from 318); Green value is 166 (65.23% from 255 or 52.20% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 166 - color contains mainly: green. Hex color #1DA67B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA67B is #E25984. Grayscale: #787878. Windows color (decimal): -14834053 or 8103453. OLE color: 8103453.
HSL color Cylindrical-coordinate representation of color #1DA67B: hue angle of 161.17º 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 #1DA67B is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 29 | 166 | 123 | - |
| CMYK | 0.83 | 0 | 0.26 | 0.35 |
| HSL | 161.17º | 0.7% | 0.38% | - |
| HSV(B) | 161.17º | 0.83% | 0.65% | - |
| XYZ | 17.72 | 28.96 | 23.4 | - |
| YUV | 120.14 | 129.61 | 63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 166 | 123 | 0.83 | 0 | 0.26 | 0.35 | 161.17 | 0.7 | 0.38 |
| Hex | 1D | A6 | 7B | 53 | 0 | 1A | 23 | A1 | 46 | 26 |
| Octal | 35 | 246 | 173 | 123 | 0 | 32 | 43 | 241 | 106 | 46 |
| Binary | 11101 | 10100110 | 1111011 | 1010011 | 0 | 11010 | 100011 | 10100001 | 1000110 | 100110 |
Color Harmonies of #1DA67B
Complementary color
Monochromatic Colors of #1DA67B
Black with #1DA67B
Text Example
Text Example
White with #1DA67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA67B; }
p { color: rgb(29,166,123); }
H1.HeaderClassName
{
color: #1DA67B;
}
.AnyTagClassName
{
color: #1DA67B;
}
</style>
background-color css
<style>
a { background-color: #1DA67B; }
a { background-color: rgb(29,166,123); }
div.DivClassName
{
background-color: #1DA67B;
}
.BgClassName
{
background-color: #1DA67B;
}
</style>
border-color css
<style>
span { border-color: #1DA67B; }
span { border-color: rgb(29,166,123); }
td.TdClassName
{
border-color: #1DA67B;
}
.TagClassName
{
border-color: #1DA67B;
}
</style>