Shades of Mountain Meadow #13AD73
Tints of Mountain Meadow #13AD73
RGB
CMYK
RGB Variations
Color information
#13AD73 (or 0x13AD73) is known color: Mountain Meadow. HEX triplet: 13, AD and 73. RGB value is (19,173,115). Sum of RGB (Red+Green+Blue) = 19+173+115=307 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.19% from 307); Green value is 173 (67.97% from 255 or 56.35% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AD73 is #EC528C. Grayscale: #787878. Windows color (decimal): -15487629 or 7580947. OLE color: 7580947.
HSL color Cylindrical-coordinate representation of color #13AD73: hue angle of 157.4º 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 #13AD73 is Cyan = 0.89, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 173 | 115 | - |
| CMYK | 0.89 | 0 | 0.34 | 0.32 |
| HSL | 157.4º | 0.8% | 0.38% | - |
| HSV(B) | 157.4º | 0.89% | 0.68% | - |
| XYZ | 18.31 | 31.26 | 21.29 | - |
| YUV | 120.34 | 124.98 | 55.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 173 | 115 | 0.89 | 0 | 0.34 | 0.32 | 157.4 | 0.8 | 0.38 |
| Hex | 13 | AD | 73 | 59 | 0 | 22 | 20 | 9D | 50 | 26 |
| Octal | 23 | 255 | 163 | 131 | 0 | 42 | 40 | 235 | 120 | 46 |
| Binary | 10011 | 10101101 | 1110011 | 1011001 | 0 | 100010 | 100000 | 10011101 | 1010000 | 100110 |
Color Harmonies of #13AD73
Complementary color
Monochromatic Colors of #13AD73
Black with #13AD73
Text Example
Text Example
White with #13AD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AD73; }
p { color: rgb(19,173,115); }
H1.HeaderClassName
{
color: #13AD73;
}
.AnyTagClassName
{
color: #13AD73;
}
</style>
background-color css
<style>
a { background-color: #13AD73; }
a { background-color: rgb(19,173,115); }
div.DivClassName
{
background-color: #13AD73;
}
.BgClassName
{
background-color: #13AD73;
}
</style>
border-color css
<style>
span { border-color: #13AD73; }
span { border-color: rgb(19,173,115); }
td.TdClassName
{
border-color: #13AD73;
}
.TagClassName
{
border-color: #13AD73;
}
</style>