Shades of Mountain Meadow #13AD7D
Tints of Mountain Meadow #13AD7D
RGB
CMYK
RGB Variations
Color information
#13AD7D (or 0x13AD7D) is known color: Mountain Meadow. HEX triplet: 13, AD and 7D. RGB value is (19,173,125). Sum of RGB (Red+Green+Blue) = 19+173+125=317 (41% of max value = 765). Red value is 19 (7.81% from 255 or 5.99% from 317); Green value is 173 (67.97% from 255 or 54.57% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AD7D is #EC5282. Grayscale: #797979. Windows color (decimal): -15487619 or 8236307. OLE color: 8236307.
HSL color Cylindrical-coordinate representation of color #13AD7D: hue angle of 161.3º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AD7D is Cyan = 0.89, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 173 | 125 | - |
| CMYK | 0.89 | 0 | 0.28 | 0.32 |
| HSL | 161.3º | 0.8% | 0.38% | - |
| HSV(B) | 161.3º | 0.89% | 0.68% | - |
| XYZ | 18.91 | 31.51 | 24.49 | - |
| YUV | 121.48 | 129.98 | 54.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 173 | 125 | 0.89 | 0 | 0.28 | 0.32 | 161.3 | 0.8 | 0.38 |
| Hex | 13 | AD | 7D | 59 | 0 | 1C | 20 | A1 | 50 | 26 |
| Octal | 23 | 255 | 175 | 131 | 0 | 34 | 40 | 241 | 120 | 46 |
| Binary | 10011 | 10101101 | 1111101 | 1011001 | 0 | 11100 | 100000 | 10100001 | 1010000 | 100110 |
Color Harmonies of #13AD7D
Complementary color
Monochromatic Colors of #13AD7D
Black with #13AD7D
Text Example
Text Example
White with #13AD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AD7D; }
p { color: rgb(19,173,125); }
H1.HeaderClassName
{
color: #13AD7D;
}
.AnyTagClassName
{
color: #13AD7D;
}
</style>
background-color css
<style>
a { background-color: #13AD7D; }
a { background-color: rgb(19,173,125); }
div.DivClassName
{
background-color: #13AD7D;
}
.BgClassName
{
background-color: #13AD7D;
}
</style>
border-color css
<style>
span { border-color: #13AD7D; }
span { border-color: rgb(19,173,125); }
td.TdClassName
{
border-color: #13AD7D;
}
.TagClassName
{
border-color: #13AD7D;
}
</style>