Shades of Mountain Meadow #1DAC7D
Tints of Mountain Meadow #1DAC7D
RGB
CMYK
RGB Variations
Color information
#1DAC7D (or 0x1DAC7D) is known color: Mountain Meadow. HEX triplet: 1D, AC and 7D. RGB value is (29,172,125). Sum of RGB (Red+Green+Blue) = 29+172+125=326 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.90% from 326); Green value is 172 (67.58% from 255 or 52.76% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 172 - color contains mainly: green. Hex color #1DAC7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DAC7D is #E25382. Grayscale: #7B7B7B. Windows color (decimal): -14832515 or 8236061. OLE color: 8236061.
HSL color Cylindrical-coordinate representation of color #1DAC7D: hue angle of 160.28º 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 #1DAC7D is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 172 | 125 | - |
| CMYK | 0.83 | 0 | 0.27 | 0.33 |
| HSL | 160.28º | 0.71% | 0.39% | - |
| HSV(B) | 160.28º | 0.83% | 0.67% | - |
| XYZ | 18.96 | 31.25 | 24.43 | - |
| YUV | 123.89 | 128.62 | 60.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 172 | 125 | 0.83 | 0 | 0.27 | 0.33 | 160.28 | 0.71 | 0.39 |
| Hex | 1D | AC | 7D | 53 | 0 | 1B | 21 | A0 | 47 | 27 |
| Octal | 35 | 254 | 175 | 123 | 0 | 33 | 41 | 240 | 107 | 47 |
| Binary | 11101 | 10101100 | 1111101 | 1010011 | 0 | 11011 | 100001 | 10100000 | 1000111 | 100111 |
Color Harmonies of #1DAC7D
Complementary color
Monochromatic Colors of #1DAC7D
Black with #1DAC7D
Text Example
Text Example
White with #1DAC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAC7D; }
p { color: rgb(29,172,125); }
H1.HeaderClassName
{
color: #1DAC7D;
}
.AnyTagClassName
{
color: #1DAC7D;
}
</style>
background-color css
<style>
a { background-color: #1DAC7D; }
a { background-color: rgb(29,172,125); }
div.DivClassName
{
background-color: #1DAC7D;
}
.BgClassName
{
background-color: #1DAC7D;
}
</style>
border-color css
<style>
span { border-color: #1DAC7D; }
span { border-color: rgb(29,172,125); }
td.TdClassName
{
border-color: #1DAC7D;
}
.TagClassName
{
border-color: #1DAC7D;
}
</style>