Shades of Mountain Meadow #14A677
Tints of Mountain Meadow #14A677
RGB
CMYK
RGB Variations
Color information
#14A677 (or 0x14A677) is known color: Mountain Meadow. HEX triplet: 14, A6 and 77. RGB value is (20,166,119). Sum of RGB (Red+Green+Blue) = 20+166+119=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 166 (65.23% from 255 or 54.43% from 305); Blue value is 119 (46.88% from 255 or 39.02% from 305); Max value from RGB is 166 - color contains mainly: green. Hex color #14A677 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A677 is #EB5988. Grayscale: #757575. Windows color (decimal): -15423881 or 7841300. OLE color: 7841300.
HSL color Cylindrical-coordinate representation of color #14A677: hue angle of 160.68º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A677 is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 20 | 166 | 119 | - |
| CMYK | 0.88 | 0 | 0.28 | 0.35 |
| HSL | 160.68º | 0.78% | 0.36% | - |
| HSV(B) | 160.68º | 0.88% | 0.65% | - |
| XYZ | 17.25 | 28.75 | 22.09 | - |
| YUV | 116.99 | 129.13 | 58.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 166 | 119 | 0.88 | 0 | 0.28 | 0.35 | 160.68 | 0.78 | 0.36 |
| Hex | 14 | A6 | 77 | 58 | 0 | 1C | 23 | A1 | 4E | 24 |
| Octal | 24 | 246 | 167 | 130 | 0 | 34 | 43 | 241 | 116 | 44 |
| Binary | 10100 | 10100110 | 1110111 | 1011000 | 0 | 11100 | 100011 | 10100001 | 1001110 | 100100 |
Color Harmonies of #14A677
Complementary color
Monochromatic Colors of #14A677
Black with #14A677
Text Example
Text Example
White with #14A677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A677; }
p { color: rgb(20,166,119); }
H1.HeaderClassName
{
color: #14A677;
}
.AnyTagClassName
{
color: #14A677;
}
</style>
background-color css
<style>
a { background-color: #14A677; }
a { background-color: rgb(20,166,119); }
div.DivClassName
{
background-color: #14A677;
}
.BgClassName
{
background-color: #14A677;
}
</style>
border-color css
<style>
span { border-color: #14A677; }
span { border-color: rgb(20,166,119); }
td.TdClassName
{
border-color: #14A677;
}
.TagClassName
{
border-color: #14A677;
}
</style>