Shades of Mountain Meadow #1DAA6C
Tints of Mountain Meadow #1DAA6C
RGB
CMYK
RGB Variations
Color information
#1DAA6C (or 0x1DAA6C) is known color: Mountain Meadow. HEX triplet: 1D, AA and 6C. RGB value is (29,170,108). Sum of RGB (Red+Green+Blue) = 29+170+108=307 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.45% from 307); Green value is 170 (66.80% from 255 or 55.37% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 170 - color contains mainly: green. Hex color #1DAA6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DAA6C is #E25593. Grayscale: #787878. Windows color (decimal): -14833044 or 7121437. OLE color: 7121437.
HSL color Cylindrical-coordinate representation of color #1DAA6C: hue angle of 153.62º 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 #1DAA6C is Cyan = 0.83, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 170 | 108 | - |
| CMYK | 0.83 | 0 | 0.36 | 0.33 |
| HSL | 153.62º | 0.71% | 0.39% | - |
| HSV(B) | 153.62º | 0.83% | 0.67% | - |
| XYZ | 17.59 | 30.09 | 19.07 | - |
| YUV | 120.77 | 120.79 | 62.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 170 | 108 | 0.83 | 0 | 0.36 | 0.33 | 153.62 | 0.71 | 0.39 |
| Hex | 1D | AA | 6C | 53 | 0 | 24 | 21 | 9A | 47 | 27 |
| Octal | 35 | 252 | 154 | 123 | 0 | 44 | 41 | 232 | 107 | 47 |
| Binary | 11101 | 10101010 | 1101100 | 1010011 | 0 | 100100 | 100001 | 10011010 | 1000111 | 100111 |
Color Harmonies of #1DAA6C
Complementary color
Monochromatic Colors of #1DAA6C
Black with #1DAA6C
Text Example
Text Example
White with #1DAA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAA6C; }
p { color: rgb(29,170,108); }
H1.HeaderClassName
{
color: #1DAA6C;
}
.AnyTagClassName
{
color: #1DAA6C;
}
</style>
background-color css
<style>
a { background-color: #1DAA6C; }
a { background-color: rgb(29,170,108); }
div.DivClassName
{
background-color: #1DAA6C;
}
.BgClassName
{
background-color: #1DAA6C;
}
</style>
border-color css
<style>
span { border-color: #1DAA6C; }
span { border-color: rgb(29,170,108); }
td.TdClassName
{
border-color: #1DAA6C;
}
.TagClassName
{
border-color: #1DAA6C;
}
</style>