Shades of Mountain Meadow #14AA89
Tints of Mountain Meadow #14AA89
RGB
CMYK
RGB Variations
Color information
#14AA89 (or 0x14AA89) is known color: Mountain Meadow. HEX triplet: 14, AA and 89. RGB value is (20,170,137). Sum of RGB (Red+Green+Blue) = 20+170+137=327 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.12% from 327); Green value is 170 (66.80% from 255 or 51.99% from 327); Blue value is 137 (53.91% from 255 or 41.90% from 327); Max value from RGB is 170 - color contains mainly: green. Hex color #14AA89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AA89 is #EB5576. Grayscale: #797979. Windows color (decimal): -15422839 or 9021972. OLE color: 9021972.
HSL color Cylindrical-coordinate representation of color #14AA89: hue angle of 166.8º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AA89 is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 170 | 137 | - |
| CMYK | 0.88 | 0 | 0.19 | 0.33 |
| HSL | 166.8º | 0.79% | 0.37% | - |
| HSV(B) | 166.8º | 0.88% | 0.67% | - |
| XYZ | 19.18 | 30.7 | 28.58 | - |
| YUV | 121.39 | 136.81 | 55.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 170 | 137 | 0.88 | 0 | 0.19 | 0.33 | 166.8 | 0.79 | 0.37 |
| Hex | 14 | AA | 89 | 58 | 0 | 13 | 21 | A7 | 4F | 25 |
| Octal | 24 | 252 | 211 | 130 | 0 | 23 | 41 | 247 | 117 | 45 |
| Binary | 10100 | 10101010 | 10001001 | 1011000 | 0 | 10011 | 100001 | 10100111 | 1001111 | 100101 |
Color Harmonies of #14AA89
Complementary color
Monochromatic Colors of #14AA89
Black with #14AA89
Text Example
Text Example
White with #14AA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AA89; }
p { color: rgb(20,170,137); }
H1.HeaderClassName
{
color: #14AA89;
}
.AnyTagClassName
{
color: #14AA89;
}
</style>
background-color css
<style>
a { background-color: #14AA89; }
a { background-color: rgb(20,170,137); }
div.DivClassName
{
background-color: #14AA89;
}
.BgClassName
{
background-color: #14AA89;
}
</style>
border-color css
<style>
span { border-color: #14AA89; }
span { border-color: rgb(20,170,137); }
td.TdClassName
{
border-color: #14AA89;
}
.TagClassName
{
border-color: #14AA89;
}
</style>