Shades of Mountain Meadow #13AA7F
Tints of Mountain Meadow #13AA7F
RGB
CMYK
RGB Variations
Color information
#13AA7F (or 0x13AA7F) is known color: Mountain Meadow. HEX triplet: 13, AA and 7F. RGB value is (19,170,127). Sum of RGB (Red+Green+Blue) = 19+170+127=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 170 (66.80% from 255 or 53.80% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AA7F is #EC5580. Grayscale: #777777. Windows color (decimal): -15488385 or 8366611. OLE color: 8366611.
HSL color Cylindrical-coordinate representation of color #13AA7F: hue angle of 162.91º 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 #13AA7F is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 170 | 127 | - |
| CMYK | 0.89 | 0 | 0.25 | 0.33 |
| HSL | 162.91º | 0.8% | 0.37% | - |
| HSV(B) | 162.91º | 0.89% | 0.67% | - |
| XYZ | 18.47 | 30.42 | 24.98 | - |
| YUV | 119.95 | 131.97 | 56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 170 | 127 | 0.89 | 0 | 0.25 | 0.33 | 162.91 | 0.8 | 0.37 |
| Hex | 13 | AA | 7F | 59 | 0 | 19 | 21 | A3 | 50 | 25 |
| Octal | 23 | 252 | 177 | 131 | 0 | 31 | 41 | 243 | 120 | 45 |
| Binary | 10011 | 10101010 | 1111111 | 1011001 | 0 | 11001 | 100001 | 10100011 | 1010000 | 100101 |
Color Harmonies of #13AA7F
Complementary color
Monochromatic Colors of #13AA7F
Black with #13AA7F
Text Example
Text Example
White with #13AA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AA7F; }
p { color: rgb(19,170,127); }
H1.HeaderClassName
{
color: #13AA7F;
}
.AnyTagClassName
{
color: #13AA7F;
}
</style>
background-color css
<style>
a { background-color: #13AA7F; }
a { background-color: rgb(19,170,127); }
div.DivClassName
{
background-color: #13AA7F;
}
.BgClassName
{
background-color: #13AA7F;
}
</style>
border-color css
<style>
span { border-color: #13AA7F; }
span { border-color: rgb(19,170,127); }
td.TdClassName
{
border-color: #13AA7F;
}
.TagClassName
{
border-color: #13AA7F;
}
</style>