Shades of Mountain Meadow #13A978
Tints of Mountain Meadow #13A978
RGB
CMYK
RGB Variations
Color information
#13A978 (or 0x13A978) is known color: Mountain Meadow. HEX triplet: 13, A9 and 78. RGB value is (19,169,120). Sum of RGB (Red+Green+Blue) = 19+169+120=308 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.17% from 308); Green value is 169 (66.41% from 255 or 54.87% from 308); Blue value is 120 (47.27% from 255 or 38.96% from 308); Max value from RGB is 169 - color contains mainly: green. Hex color #13A978 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A978 is #EC5687. Grayscale: #767676. Windows color (decimal): -15488648 or 7907603. OLE color: 7907603.
HSL color Cylindrical-coordinate representation of color #13A978: hue angle of 160.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 #13A978 is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 19 | 169 | 120 | - |
| CMYK | 0.89 | 0 | 0.29 | 0.34 |
| HSL | 160.4º | 0.8% | 0.37% | - |
| HSV(B) | 160.4º | 0.89% | 0.66% | - |
| XYZ | 17.85 | 29.87 | 22.59 | - |
| YUV | 118.56 | 128.81 | 56.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 169 | 120 | 0.89 | 0 | 0.29 | 0.34 | 160.4 | 0.8 | 0.37 |
| Hex | 13 | A9 | 78 | 59 | 0 | 1D | 22 | A0 | 50 | 25 |
| Octal | 23 | 251 | 170 | 131 | 0 | 35 | 42 | 240 | 120 | 45 |
| Binary | 10011 | 10101001 | 1111000 | 1011001 | 0 | 11101 | 100010 | 10100000 | 1010000 | 100101 |
Color Harmonies of #13A978
Complementary color
Monochromatic Colors of #13A978
Black with #13A978
Text Example
Text Example
White with #13A978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A978; }
p { color: rgb(19,169,120); }
H1.HeaderClassName
{
color: #13A978;
}
.AnyTagClassName
{
color: #13A978;
}
</style>
background-color css
<style>
a { background-color: #13A978; }
a { background-color: rgb(19,169,120); }
div.DivClassName
{
background-color: #13A978;
}
.BgClassName
{
background-color: #13A978;
}
</style>
border-color css
<style>
span { border-color: #13A978; }
span { border-color: rgb(19,169,120); }
td.TdClassName
{
border-color: #13A978;
}
.TagClassName
{
border-color: #13A978;
}
</style>