Shades of Mountain Meadow #1DAA6D
Tints of Mountain Meadow #1DAA6D
RGB
CMYK
RGB Variations
Color information
#1DAA6D (or 0x1DAA6D) is known color: Mountain Meadow. HEX triplet: 1D, AA and 6D. RGB value is (29,170,109). Sum of RGB (Red+Green+Blue) = 29+170+109=308 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.42% from 308); Green value is 170 (66.80% from 255 or 55.19% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 170 - color contains mainly: green. Hex color #1DAA6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DAA6D is #E25592. Grayscale: #787878. Windows color (decimal): -14833043 or 7186973. OLE color: 7186973.
HSL color Cylindrical-coordinate representation of color #1DAA6D: hue angle of 154.04º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAA6D is Cyan = 0.83, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 170 | 109 | - |
| CMYK | 0.83 | 0 | 0.36 | 0.33 |
| HSL | 154.04º | 0.71% | 0.39% | - |
| HSV(B) | 154.04º | 0.83% | 0.67% | - |
| XYZ | 17.64 | 30.11 | 19.35 | - |
| YUV | 120.89 | 121.29 | 62.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 170 | 109 | 0.83 | 0 | 0.36 | 0.33 | 154.04 | 0.71 | 0.39 |
| Hex | 1D | AA | 6D | 53 | 0 | 24 | 21 | 9A | 47 | 27 |
| Octal | 35 | 252 | 155 | 123 | 0 | 44 | 41 | 232 | 107 | 47 |
| Binary | 11101 | 10101010 | 1101101 | 1010011 | 0 | 100100 | 100001 | 10011010 | 1000111 | 100111 |
Color Harmonies of #1DAA6D
Complementary color
Monochromatic Colors of #1DAA6D
Black with #1DAA6D
Text Example
Text Example
White with #1DAA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAA6D; }
p { color: rgb(29,170,109); }
H1.HeaderClassName
{
color: #1DAA6D;
}
.AnyTagClassName
{
color: #1DAA6D;
}
</style>
background-color css
<style>
a { background-color: #1DAA6D; }
a { background-color: rgb(29,170,109); }
div.DivClassName
{
background-color: #1DAA6D;
}
.BgClassName
{
background-color: #1DAA6D;
}
</style>
border-color css
<style>
span { border-color: #1DAA6D; }
span { border-color: rgb(29,170,109); }
td.TdClassName
{
border-color: #1DAA6D;
}
.TagClassName
{
border-color: #1DAA6D;
}
</style>