Shades of Mountain Meadow #13A986
Tints of Mountain Meadow #13A986
RGB
CMYK
RGB Variations
Color information
#13A986 (or 0x13A986) is known color: Mountain Meadow. HEX triplet: 13, A9 and 86. RGB value is (19,169,134). Sum of RGB (Red+Green+Blue) = 19+169+134=322 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.90% from 322); Green value is 169 (66.41% from 255 or 52.48% from 322); Blue value is 134 (52.73% from 255 or 41.61% from 322); Max value from RGB is 169 - color contains mainly: green. Hex color #13A986 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A986 is #EC5679. Grayscale: #787878. Windows color (decimal): -15488634 or 8825107. OLE color: 8825107.
HSL color Cylindrical-coordinate representation of color #13A986: hue angle of 166º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13A986 is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 19 | 169 | 134 | - |
| CMYK | 0.89 | 0 | 0.21 | 0.34 |
| HSL | 166º | 0.8% | 0.37% | - |
| HSV(B) | 166º | 0.89% | 0.66% | - |
| XYZ | 18.76 | 30.24 | 27.4 | - |
| YUV | 120.16 | 135.81 | 55.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 169 | 134 | 0.89 | 0 | 0.21 | 0.34 | 166 | 0.8 | 0.37 |
| Hex | 13 | A9 | 86 | 59 | 0 | 15 | 22 | A6 | 50 | 25 |
| Octal | 23 | 251 | 206 | 131 | 0 | 25 | 42 | 246 | 120 | 45 |
| Binary | 10011 | 10101001 | 10000110 | 1011001 | 0 | 10101 | 100010 | 10100110 | 1010000 | 100101 |
Color Harmonies of #13A986
Complementary color
Monochromatic Colors of #13A986
Black with #13A986
Text Example
Text Example
White with #13A986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A986; }
p { color: rgb(19,169,134); }
H1.HeaderClassName
{
color: #13A986;
}
.AnyTagClassName
{
color: #13A986;
}
</style>
background-color css
<style>
a { background-color: #13A986; }
a { background-color: rgb(19,169,134); }
div.DivClassName
{
background-color: #13A986;
}
.BgClassName
{
background-color: #13A986;
}
</style>
border-color css
<style>
span { border-color: #13A986; }
span { border-color: rgb(19,169,134); }
td.TdClassName
{
border-color: #13A986;
}
.TagClassName
{
border-color: #13A986;
}
</style>