Shades of Mountain Meadow #1DAC7F
Tints of Mountain Meadow #1DAC7F
RGB
CMYK
RGB Variations
Color information
#1DAC7F (or 0x1DAC7F) is known color: Mountain Meadow. HEX triplet: 1D, AC and 7F. RGB value is (29,172,127). Sum of RGB (Red+Green+Blue) = 29+172+127=328 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.84% from 328); Green value is 172 (67.58% from 255 or 52.44% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 172 - color contains mainly: green. Hex color #1DAC7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DAC7F is #E25380. Grayscale: #7C7C7C. Windows color (decimal): -14832513 or 8367133. OLE color: 8367133.
HSL color Cylindrical-coordinate representation of color #1DAC7F: hue angle of 161.12º 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 #1DAC7F is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 172 | 127 | - |
| CMYK | 0.83 | 0 | 0.26 | 0.33 |
| HSL | 161.12º | 0.71% | 0.39% | - |
| HSV(B) | 161.12º | 0.83% | 0.67% | - |
| XYZ | 19.09 | 31.3 | 25.11 | - |
| YUV | 124.11 | 129.62 | 60.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 172 | 127 | 0.83 | 0 | 0.26 | 0.33 | 161.12 | 0.71 | 0.39 |
| Hex | 1D | AC | 7F | 53 | 0 | 1A | 21 | A1 | 47 | 27 |
| Octal | 35 | 254 | 177 | 123 | 0 | 32 | 41 | 241 | 107 | 47 |
| Binary | 11101 | 10101100 | 1111111 | 1010011 | 0 | 11010 | 100001 | 10100001 | 1000111 | 100111 |
Color Harmonies of #1DAC7F
Complementary color
Monochromatic Colors of #1DAC7F
Black with #1DAC7F
Text Example
Text Example
White with #1DAC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAC7F; }
p { color: rgb(29,172,127); }
H1.HeaderClassName
{
color: #1DAC7F;
}
.AnyTagClassName
{
color: #1DAC7F;
}
</style>
background-color css
<style>
a { background-color: #1DAC7F; }
a { background-color: rgb(29,172,127); }
div.DivClassName
{
background-color: #1DAC7F;
}
.BgClassName
{
background-color: #1DAC7F;
}
</style>
border-color css
<style>
span { border-color: #1DAC7F; }
span { border-color: rgb(29,172,127); }
td.TdClassName
{
border-color: #1DAC7F;
}
.TagClassName
{
border-color: #1DAC7F;
}
</style>