Shades of Mountain Meadow #1DAB7D
Tints of Mountain Meadow #1DAB7D
RGB
CMYK
RGB Variations
Color information
#1DAB7D (or 0x1DAB7D) is known color: Mountain Meadow. HEX triplet: 1D, AB and 7D. RGB value is (29,171,125). Sum of RGB (Red+Green+Blue) = 29+171+125=325 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.92% from 325); Green value is 171 (67.19% from 255 or 52.62% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 171 - color contains mainly: green. Hex color #1DAB7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DAB7D is #E25482. Grayscale: #7B7B7B. Windows color (decimal): -14832771 or 8235805. OLE color: 8235805.
HSL color Cylindrical-coordinate representation of color #1DAB7D: hue angle of 160.56º 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 #1DAB7D is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 171 | 125 | - |
| CMYK | 0.83 | 0 | 0.27 | 0.33 |
| HSL | 160.56º | 0.71% | 0.39% | - |
| HSV(B) | 160.56º | 0.83% | 0.67% | - |
| XYZ | 18.77 | 30.87 | 24.37 | - |
| YUV | 123.3 | 128.96 | 60.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 171 | 125 | 0.83 | 0 | 0.27 | 0.33 | 160.56 | 0.71 | 0.39 |
| Hex | 1D | AB | 7D | 53 | 0 | 1B | 21 | A1 | 47 | 27 |
| Octal | 35 | 253 | 175 | 123 | 0 | 33 | 41 | 241 | 107 | 47 |
| Binary | 11101 | 10101011 | 1111101 | 1010011 | 0 | 11011 | 100001 | 10100001 | 1000111 | 100111 |
Color Harmonies of #1DAB7D
Complementary color
Monochromatic Colors of #1DAB7D
Black with #1DAB7D
Text Example
Text Example
White with #1DAB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAB7D; }
p { color: rgb(29,171,125); }
H1.HeaderClassName
{
color: #1DAB7D;
}
.AnyTagClassName
{
color: #1DAB7D;
}
</style>
background-color css
<style>
a { background-color: #1DAB7D; }
a { background-color: rgb(29,171,125); }
div.DivClassName
{
background-color: #1DAB7D;
}
.BgClassName
{
background-color: #1DAB7D;
}
</style>
border-color css
<style>
span { border-color: #1DAB7D; }
span { border-color: rgb(29,171,125); }
td.TdClassName
{
border-color: #1DAB7D;
}
.TagClassName
{
border-color: #1DAB7D;
}
</style>