Shades of Mountain Meadow #13A977
Tints of Mountain Meadow #13A977
RGB
CMYK
RGB Variations
Color information
#13A977 (or 0x13A977) is known color: Mountain Meadow. HEX triplet: 13, A9 and 77. RGB value is (19,169,119). Sum of RGB (Red+Green+Blue) = 19+169+119=307 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.19% from 307); Green value is 169 (66.41% from 255 or 55.05% from 307); Blue value is 119 (46.88% from 255 or 38.76% from 307); Max value from RGB is 169 - color contains mainly: green. Hex color #13A977 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A977 is #EC5688. Grayscale: #767676. Windows color (decimal): -15488649 or 7842067. OLE color: 7842067.
HSL color Cylindrical-coordinate representation of color #13A977: hue angle of 160º 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 #13A977 is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 19 | 169 | 119 | - |
| CMYK | 0.89 | 0 | 0.30 | 0.34 |
| HSL | 160º | 0.8% | 0.37% | - |
| HSV(B) | 160º | 0.89% | 0.66% | - |
| XYZ | 17.79 | 29.85 | 22.28 | - |
| YUV | 118.45 | 128.31 | 57.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 169 | 119 | 0.89 | 0 | 0.30 | 0.34 | 160 | 0.8 | 0.37 |
| Hex | 13 | A9 | 77 | 59 | 0 | 1E | 22 | A0 | 50 | 25 |
| Octal | 23 | 251 | 167 | 131 | 0 | 36 | 42 | 240 | 120 | 45 |
| Binary | 10011 | 10101001 | 1110111 | 1011001 | 0 | 11110 | 100010 | 10100000 | 1010000 | 100101 |
Color Harmonies of #13A977
Complementary color
Monochromatic Colors of #13A977
Black with #13A977
Text Example
Text Example
White with #13A977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A977; }
p { color: rgb(19,169,119); }
H1.HeaderClassName
{
color: #13A977;
}
.AnyTagClassName
{
color: #13A977;
}
</style>
background-color css
<style>
a { background-color: #13A977; }
a { background-color: rgb(19,169,119); }
div.DivClassName
{
background-color: #13A977;
}
.BgClassName
{
background-color: #13A977;
}
</style>
border-color css
<style>
span { border-color: #13A977; }
span { border-color: rgb(19,169,119); }
td.TdClassName
{
border-color: #13A977;
}
.TagClassName
{
border-color: #13A977;
}
</style>