Shades of Mountain Meadow #13AD81
Tints of Mountain Meadow #13AD81
RGB
CMYK
RGB Variations
Color information
#13AD81 (or 0x13AD81) is known color: Mountain Meadow. HEX triplet: 13, AD and 81. RGB value is (19,173,129). Sum of RGB (Red+Green+Blue) = 19+173+129=321 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.92% from 321); Green value is 173 (67.97% from 255 or 53.89% from 321); Blue value is 129 (50.78% from 255 or 40.19% from 321); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13AD81 is #EC527E. Grayscale: #797979. Windows color (decimal): -15487615 or 8498451. OLE color: 8498451.
HSL color Cylindrical-coordinate representation of color #13AD81: hue angle of 162.86º 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 #13AD81 is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 173 | 129 | - |
| CMYK | 0.89 | 0 | 0.25 | 0.32 |
| HSL | 162.86º | 0.8% | 0.38% | - |
| HSV(B) | 162.86º | 0.89% | 0.68% | - |
| XYZ | 19.17 | 31.61 | 25.86 | - |
| YUV | 121.94 | 131.98 | 54.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 173 | 129 | 0.89 | 0 | 0.25 | 0.32 | 162.86 | 0.8 | 0.38 |
| Hex | 13 | AD | 81 | 59 | 0 | 19 | 20 | A3 | 50 | 26 |
| Octal | 23 | 255 | 201 | 131 | 0 | 31 | 40 | 243 | 120 | 46 |
| Binary | 10011 | 10101101 | 10000001 | 1011001 | 0 | 11001 | 100000 | 10100011 | 1010000 | 100110 |
Color Harmonies of #13AD81
Complementary color
Monochromatic Colors of #13AD81
Black with #13AD81
Text Example
Text Example
White with #13AD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AD81; }
p { color: rgb(19,173,129); }
H1.HeaderClassName
{
color: #13AD81;
}
.AnyTagClassName
{
color: #13AD81;
}
</style>
background-color css
<style>
a { background-color: #13AD81; }
a { background-color: rgb(19,173,129); }
div.DivClassName
{
background-color: #13AD81;
}
.BgClassName
{
background-color: #13AD81;
}
</style>
border-color css
<style>
span { border-color: #13AD81; }
span { border-color: rgb(19,173,129); }
td.TdClassName
{
border-color: #13AD81;
}
.TagClassName
{
border-color: #13AD81;
}
</style>