Shades of Mountain Meadow #1DAD6C
Tints of Mountain Meadow #1DAD6C
RGB
CMYK
RGB Variations
Color information
#1DAD6C (or 0x1DAD6C) is known color: Mountain Meadow. HEX triplet: 1D, AD and 6C. RGB value is (29,173,108). Sum of RGB (Red+Green+Blue) = 29+173+108=310 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.35% from 310); Green value is 173 (67.97% from 255 or 55.81% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 173 - color contains mainly: green. Hex color #1DAD6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DAD6C is #E25293. Grayscale: #7A7A7A. Windows color (decimal): -14832276 or 7122205. OLE color: 7122205.
HSL color Cylindrical-coordinate representation of color #1DAD6C: hue angle of 152.92º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAD6C is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 173 | 108 | - |
| CMYK | 0.83 | 0 | 0.38 | 0.32 |
| HSL | 152.92º | 0.71% | 0.4% | - |
| HSV(B) | 152.92º | 0.83% | 0.68% | - |
| XYZ | 18.16 | 31.23 | 19.26 | - |
| YUV | 122.53 | 119.79 | 61.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 173 | 108 | 0.83 | 0 | 0.38 | 0.32 | 152.92 | 0.71 | 0.4 |
| Hex | 1D | AD | 6C | 53 | 0 | 26 | 20 | 99 | 47 | 28 |
| Octal | 35 | 255 | 154 | 123 | 0 | 46 | 40 | 231 | 107 | 50 |
| Binary | 11101 | 10101101 | 1101100 | 1010011 | 0 | 100110 | 100000 | 10011001 | 1000111 | 101000 |
Color Harmonies of #1DAD6C
Complementary color
Monochromatic Colors of #1DAD6C
Black with #1DAD6C
Text Example
Text Example
White with #1DAD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAD6C; }
p { color: rgb(29,173,108); }
H1.HeaderClassName
{
color: #1DAD6C;
}
.AnyTagClassName
{
color: #1DAD6C;
}
</style>
background-color css
<style>
a { background-color: #1DAD6C; }
a { background-color: rgb(29,173,108); }
div.DivClassName
{
background-color: #1DAD6C;
}
.BgClassName
{
background-color: #1DAD6C;
}
</style>
border-color css
<style>
span { border-color: #1DAD6C; }
span { border-color: rgb(29,173,108); }
td.TdClassName
{
border-color: #1DAD6C;
}
.TagClassName
{
border-color: #1DAD6C;
}
</style>