Shades of Mountain Meadow #14AA77
Tints of Mountain Meadow #14AA77
RGB
CMYK
RGB Variations
Color information
#14AA77 (or 0x14AA77) is known color: Mountain Meadow. HEX triplet: 14, AA and 77. RGB value is (20,170,119). Sum of RGB (Red+Green+Blue) = 20+170+119=309 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.47% from 309); Green value is 170 (66.80% from 255 or 55.02% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 170 - color contains mainly: green. Hex color #14AA77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AA77 is #EB5588. Grayscale: #777777. Windows color (decimal): -15422857 or 7842324. OLE color: 7842324.
HSL color Cylindrical-coordinate representation of color #14AA77: hue angle of 159.6º 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 #14AA77 is Cyan = 0.88, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 170 | 119 | - |
| CMYK | 0.88 | 0 | 0.3 | 0.33 |
| HSL | 159.6º | 0.79% | 0.37% | - |
| HSV(B) | 159.6º | 0.88% | 0.67% | - |
| XYZ | 17.99 | 30.23 | 22.34 | - |
| YUV | 119.34 | 127.81 | 57.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 170 | 119 | 0.88 | 0 | 0.3 | 0.33 | 159.6 | 0.79 | 0.37 |
| Hex | 14 | AA | 77 | 58 | 0 | 1E | 21 | A0 | 4F | 25 |
| Octal | 24 | 252 | 167 | 130 | 0 | 36 | 41 | 240 | 117 | 45 |
| Binary | 10100 | 10101010 | 1110111 | 1011000 | 0 | 11110 | 100001 | 10100000 | 1001111 | 100101 |
Color Harmonies of #14AA77
Complementary color
Monochromatic Colors of #14AA77
Black with #14AA77
Text Example
Text Example
White with #14AA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AA77; }
p { color: rgb(20,170,119); }
H1.HeaderClassName
{
color: #14AA77;
}
.AnyTagClassName
{
color: #14AA77;
}
</style>
background-color css
<style>
a { background-color: #14AA77; }
a { background-color: rgb(20,170,119); }
div.DivClassName
{
background-color: #14AA77;
}
.BgClassName
{
background-color: #14AA77;
}
</style>
border-color css
<style>
span { border-color: #14AA77; }
span { border-color: rgb(20,170,119); }
td.TdClassName
{
border-color: #14AA77;
}
.TagClassName
{
border-color: #14AA77;
}
</style>