Shades of Mountain Meadow #1DAD83
Tints of Mountain Meadow #1DAD83
RGB
CMYK
RGB Variations
Color information
#1DAD83 (or 0x1DAD83) is known color: Mountain Meadow. HEX triplet: 1D, AD and 83. RGB value is (29,173,131). Sum of RGB (Red+Green+Blue) = 29+173+131=333 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.71% from 333); Green value is 173 (67.97% from 255 or 51.95% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 173 - color contains mainly: green. Hex color #1DAD83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DAD83 is #E2527C. Grayscale: #7D7D7D. Windows color (decimal): -14832253 or 8629533. OLE color: 8629533.
HSL color Cylindrical-coordinate representation of color #1DAD83: hue angle of 162.5º 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 #1DAD83 is Cyan = 0.83, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 173 | 131 | - |
| CMYK | 0.83 | 0 | 0.24 | 0.32 |
| HSL | 162.5º | 0.71% | 0.4% | - |
| HSV(B) | 162.5º | 0.83% | 0.68% | - |
| XYZ | 19.55 | 31.79 | 26.58 | - |
| YUV | 125.16 | 131.29 | 59.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 173 | 131 | 0.83 | 0 | 0.24 | 0.32 | 162.5 | 0.71 | 0.4 |
| Hex | 1D | AD | 83 | 53 | 0 | 18 | 20 | A2 | 47 | 28 |
| Octal | 35 | 255 | 203 | 123 | 0 | 30 | 40 | 242 | 107 | 50 |
| Binary | 11101 | 10101101 | 10000011 | 1010011 | 0 | 11000 | 100000 | 10100010 | 1000111 | 101000 |
Color Harmonies of #1DAD83
Complementary color
Monochromatic Colors of #1DAD83
Black with #1DAD83
Text Example
Text Example
White with #1DAD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAD83; }
p { color: rgb(29,173,131); }
H1.HeaderClassName
{
color: #1DAD83;
}
.AnyTagClassName
{
color: #1DAD83;
}
</style>
background-color css
<style>
a { background-color: #1DAD83; }
a { background-color: rgb(29,173,131); }
div.DivClassName
{
background-color: #1DAD83;
}
.BgClassName
{
background-color: #1DAD83;
}
</style>
border-color css
<style>
span { border-color: #1DAD83; }
span { border-color: rgb(29,173,131); }
td.TdClassName
{
border-color: #1DAD83;
}
.TagClassName
{
border-color: #1DAD83;
}
</style>