Shades of Mountain Meadow #13AA7D
Tints of Mountain Meadow #13AA7D
RGB
CMYK
RGB Variations
Color information
#13AA7D (or 0x13AA7D) is known color: Mountain Meadow. HEX triplet: 13, AA and 7D. RGB value is (19,170,125). Sum of RGB (Red+Green+Blue) = 19+170+125=314 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.05% from 314); Green value is 170 (66.80% from 255 or 54.14% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AA7D is #EC5582. Grayscale: #777777. Windows color (decimal): -15488387 or 8235539. OLE color: 8235539.
HSL color Cylindrical-coordinate representation of color #13AA7D: hue angle of 162.12º 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 #13AA7D is Cyan = 0.89, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 170 | 125 | - |
| CMYK | 0.89 | 0 | 0.26 | 0.33 |
| HSL | 162.12º | 0.8% | 0.37% | - |
| HSV(B) | 162.12º | 0.89% | 0.67% | - |
| XYZ | 18.34 | 30.37 | 24.3 | - |
| YUV | 119.72 | 130.97 | 56.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 170 | 125 | 0.89 | 0 | 0.26 | 0.33 | 162.12 | 0.8 | 0.37 |
| Hex | 13 | AA | 7D | 59 | 0 | 1A | 21 | A2 | 50 | 25 |
| Octal | 23 | 252 | 175 | 131 | 0 | 32 | 41 | 242 | 120 | 45 |
| Binary | 10011 | 10101010 | 1111101 | 1011001 | 0 | 11010 | 100001 | 10100010 | 1010000 | 100101 |
Color Harmonies of #13AA7D
Complementary color
Monochromatic Colors of #13AA7D
Black with #13AA7D
Text Example
Text Example
White with #13AA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AA7D; }
p { color: rgb(19,170,125); }
H1.HeaderClassName
{
color: #13AA7D;
}
.AnyTagClassName
{
color: #13AA7D;
}
</style>
background-color css
<style>
a { background-color: #13AA7D; }
a { background-color: rgb(19,170,125); }
div.DivClassName
{
background-color: #13AA7D;
}
.BgClassName
{
background-color: #13AA7D;
}
</style>
border-color css
<style>
span { border-color: #13AA7D; }
span { border-color: rgb(19,170,125); }
td.TdClassName
{
border-color: #13AA7D;
}
.TagClassName
{
border-color: #13AA7D;
}
</style>