Shades of Mountain Meadow #13AA74
Tints of Mountain Meadow #13AA74
RGB
CMYK
RGB Variations
Color information
#13AA74 (or 0x13AA74) is known color: Mountain Meadow. HEX triplet: 13, AA and 74. RGB value is (19,170,116). Sum of RGB (Red+Green+Blue) = 19+170+116=305 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.23% from 305); Green value is 170 (66.80% from 255 or 55.74% from 305); Blue value is 116 (45.70% from 255 or 38.03% from 305); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AA74 is #EC558B. Grayscale: #767676. Windows color (decimal): -15488396 or 7645715. OLE color: 7645715.
HSL color Cylindrical-coordinate representation of color #13AA74: hue angle of 158.54º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AA74 is Cyan = 0.89, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 170 | 116 | - |
| CMYK | 0.89 | 0 | 0.32 | 0.33 |
| HSL | 158.54º | 0.8% | 0.37% | - |
| HSV(B) | 158.54º | 0.89% | 0.67% | - |
| XYZ | 17.8 | 30.15 | 21.4 | - |
| YUV | 118.7 | 126.47 | 56.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 170 | 116 | 0.89 | 0 | 0.32 | 0.33 | 158.54 | 0.8 | 0.37 |
| Hex | 13 | AA | 74 | 59 | 0 | 20 | 21 | 9F | 50 | 25 |
| Octal | 23 | 252 | 164 | 131 | 0 | 40 | 41 | 237 | 120 | 45 |
| Binary | 10011 | 10101010 | 1110100 | 1011001 | 0 | 100000 | 100001 | 10011111 | 1010000 | 100101 |
Color Harmonies of #13AA74
Complementary color
Monochromatic Colors of #13AA74
Black with #13AA74
Text Example
Text Example
White with #13AA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AA74; }
p { color: rgb(19,170,116); }
H1.HeaderClassName
{
color: #13AA74;
}
.AnyTagClassName
{
color: #13AA74;
}
</style>
background-color css
<style>
a { background-color: #13AA74; }
a { background-color: rgb(19,170,116); }
div.DivClassName
{
background-color: #13AA74;
}
.BgClassName
{
background-color: #13AA74;
}
</style>
border-color css
<style>
span { border-color: #13AA74; }
span { border-color: rgb(19,170,116); }
td.TdClassName
{
border-color: #13AA74;
}
.TagClassName
{
border-color: #13AA74;
}
</style>