Shades of Mountain Meadow #13A982
Tints of Mountain Meadow #13A982
RGB
CMYK
RGB Variations
Color information
#13A982 (or 0x13A982) is known color: Mountain Meadow. HEX triplet: 13, A9 and 82. RGB value is (19,169,130). Sum of RGB (Red+Green+Blue) = 19+169+130=318 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.97% from 318); Green value is 169 (66.41% from 255 or 53.14% from 318); Blue value is 130 (51.17% from 255 or 40.88% from 318); Max value from RGB is 169 - color contains mainly: green. Hex color #13A982 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A982 is #EC567D. Grayscale: #777777. Windows color (decimal): -15488638 or 8562963. OLE color: 8562963.
HSL color Cylindrical-coordinate representation of color #13A982: hue angle of 164.4º 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 #13A982 is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 19 | 169 | 130 | - |
| CMYK | 0.89 | 0 | 0.23 | 0.34 |
| HSL | 164.4º | 0.8% | 0.37% | - |
| HSV(B) | 164.4º | 0.89% | 0.66% | - |
| XYZ | 18.49 | 30.13 | 25.96 | - |
| YUV | 119.7 | 133.81 | 56.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 169 | 130 | 0.89 | 0 | 0.23 | 0.34 | 164.4 | 0.8 | 0.37 |
| Hex | 13 | A9 | 82 | 59 | 0 | 17 | 22 | A4 | 50 | 25 |
| Octal | 23 | 251 | 202 | 131 | 0 | 27 | 42 | 244 | 120 | 45 |
| Binary | 10011 | 10101001 | 10000010 | 1011001 | 0 | 10111 | 100010 | 10100100 | 1010000 | 100101 |
Color Harmonies of #13A982
Complementary color
Monochromatic Colors of #13A982
Black with #13A982
Text Example
Text Example
White with #13A982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A982; }
p { color: rgb(19,169,130); }
H1.HeaderClassName
{
color: #13A982;
}
.AnyTagClassName
{
color: #13A982;
}
</style>
background-color css
<style>
a { background-color: #13A982; }
a { background-color: rgb(19,169,130); }
div.DivClassName
{
background-color: #13A982;
}
.BgClassName
{
background-color: #13A982;
}
</style>
border-color css
<style>
span { border-color: #13A982; }
span { border-color: rgb(19,169,130); }
td.TdClassName
{
border-color: #13A982;
}
.TagClassName
{
border-color: #13A982;
}
</style>