Shades of Mountain Meadow #1DAC6C
Tints of Mountain Meadow #1DAC6C
RGB
CMYK
RGB Variations
Color information
#1DAC6C (or 0x1DAC6C) is known color: Mountain Meadow. HEX triplet: 1D, AC and 6C. RGB value is (29,172,108). Sum of RGB (Red+Green+Blue) = 29+172+108=309 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.39% from 309); Green value is 172 (67.58% from 255 or 55.66% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 172 - color contains mainly: green. Hex color #1DAC6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DAC6C is #E25393. Grayscale: #7A7A7A. Windows color (decimal): -14832532 or 7121949. OLE color: 7121949.
HSL color Cylindrical-coordinate representation of color #1DAC6C: hue angle of 153.15º 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 #1DAC6C is Cyan = 0.83, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 172 | 108 | - |
| CMYK | 0.83 | 0 | 0.37 | 0.33 |
| HSL | 153.15º | 0.71% | 0.39% | - |
| HSV(B) | 153.15º | 0.83% | 0.67% | - |
| XYZ | 17.97 | 30.85 | 19.19 | - |
| YUV | 121.95 | 120.12 | 61.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 172 | 108 | 0.83 | 0 | 0.37 | 0.33 | 153.15 | 0.71 | 0.39 |
| Hex | 1D | AC | 6C | 53 | 0 | 25 | 21 | 99 | 47 | 27 |
| Octal | 35 | 254 | 154 | 123 | 0 | 45 | 41 | 231 | 107 | 47 |
| Binary | 11101 | 10101100 | 1101100 | 1010011 | 0 | 100101 | 100001 | 10011001 | 1000111 | 100111 |
Color Harmonies of #1DAC6C
Complementary color
Monochromatic Colors of #1DAC6C
Black with #1DAC6C
Text Example
Text Example
White with #1DAC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAC6C; }
p { color: rgb(29,172,108); }
H1.HeaderClassName
{
color: #1DAC6C;
}
.AnyTagClassName
{
color: #1DAC6C;
}
</style>
background-color css
<style>
a { background-color: #1DAC6C; }
a { background-color: rgb(29,172,108); }
div.DivClassName
{
background-color: #1DAC6C;
}
.BgClassName
{
background-color: #1DAC6C;
}
</style>
border-color css
<style>
span { border-color: #1DAC6C; }
span { border-color: rgb(29,172,108); }
td.TdClassName
{
border-color: #1DAC6C;
}
.TagClassName
{
border-color: #1DAC6C;
}
</style>