Shades of Mountain Meadow #1DAB6C
Tints of Mountain Meadow #1DAB6C
RGB
CMYK
RGB Variations
Color information
#1DAB6C (or 0x1DAB6C) is known color: Mountain Meadow. HEX triplet: 1D, AB and 6C. RGB value is (29,171,108). Sum of RGB (Red+Green+Blue) = 29+171+108=308 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.42% from 308); Green value is 171 (67.19% from 255 or 55.52% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 171 - color contains mainly: green. Hex color #1DAB6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DAB6C is #E25493. Grayscale: #797979. Windows color (decimal): -14832788 or 7121693. OLE color: 7121693.
HSL color Cylindrical-coordinate representation of color #1DAB6C: hue angle of 153.38º 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 #1DAB6C is Cyan = 0.83, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 171 | 108 | - |
| CMYK | 0.83 | 0 | 0.37 | 0.33 |
| HSL | 153.38º | 0.71% | 0.39% | - |
| HSV(B) | 153.38º | 0.83% | 0.67% | - |
| XYZ | 17.78 | 30.47 | 19.13 | - |
| YUV | 121.36 | 120.46 | 62.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 171 | 108 | 0.83 | 0 | 0.37 | 0.33 | 153.38 | 0.71 | 0.39 |
| Hex | 1D | AB | 6C | 53 | 0 | 25 | 21 | 99 | 47 | 27 |
| Octal | 35 | 253 | 154 | 123 | 0 | 45 | 41 | 231 | 107 | 47 |
| Binary | 11101 | 10101011 | 1101100 | 1010011 | 0 | 100101 | 100001 | 10011001 | 1000111 | 100111 |
Color Harmonies of #1DAB6C
Complementary color
Monochromatic Colors of #1DAB6C
Black with #1DAB6C
Text Example
Text Example
White with #1DAB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAB6C; }
p { color: rgb(29,171,108); }
H1.HeaderClassName
{
color: #1DAB6C;
}
.AnyTagClassName
{
color: #1DAB6C;
}
</style>
background-color css
<style>
a { background-color: #1DAB6C; }
a { background-color: rgb(29,171,108); }
div.DivClassName
{
background-color: #1DAB6C;
}
.BgClassName
{
background-color: #1DAB6C;
}
</style>
border-color css
<style>
span { border-color: #1DAB6C; }
span { border-color: rgb(29,171,108); }
td.TdClassName
{
border-color: #1DAB6C;
}
.TagClassName
{
border-color: #1DAB6C;
}
</style>