Shades of Mountain Meadow #14A978
Tints of Mountain Meadow #14A978
RGB
CMYK
RGB Variations
Color information
#14A978 (or 0x14A978) is known color: Mountain Meadow. HEX triplet: 14, A9 and 78. RGB value is (20,169,120). Sum of RGB (Red+Green+Blue) = 20+169+120=309 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.47% from 309); Green value is 169 (66.41% from 255 or 54.69% from 309); Blue value is 120 (47.27% from 255 or 38.83% from 309); Max value from RGB is 169 - color contains mainly: green. Hex color #14A978 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A978 is #EB5687. Grayscale: #767676. Windows color (decimal): -15423112 or 7907604. OLE color: 7907604.
HSL color Cylindrical-coordinate representation of color #14A978: hue angle of 160.27º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A978 is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 20 | 169 | 120 | - |
| CMYK | 0.88 | 0 | 0.29 | 0.34 |
| HSL | 160.27º | 0.79% | 0.37% | - |
| HSV(B) | 160.27º | 0.88% | 0.66% | - |
| XYZ | 17.87 | 29.88 | 22.6 | - |
| YUV | 118.86 | 128.64 | 57.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 169 | 120 | 0.88 | 0 | 0.29 | 0.34 | 160.27 | 0.79 | 0.37 |
| Hex | 14 | A9 | 78 | 58 | 0 | 1D | 22 | A0 | 4F | 25 |
| Octal | 24 | 251 | 170 | 130 | 0 | 35 | 42 | 240 | 117 | 45 |
| Binary | 10100 | 10101001 | 1111000 | 1011000 | 0 | 11101 | 100010 | 10100000 | 1001111 | 100101 |
Color Harmonies of #14A978
Complementary color
Monochromatic Colors of #14A978
Black with #14A978
Text Example
Text Example
White with #14A978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A978; }
p { color: rgb(20,169,120); }
H1.HeaderClassName
{
color: #14A978;
}
.AnyTagClassName
{
color: #14A978;
}
</style>
background-color css
<style>
a { background-color: #14A978; }
a { background-color: rgb(20,169,120); }
div.DivClassName
{
background-color: #14A978;
}
.BgClassName
{
background-color: #14A978;
}
</style>
border-color css
<style>
span { border-color: #14A978; }
span { border-color: rgb(20,169,120); }
td.TdClassName
{
border-color: #14A978;
}
.TagClassName
{
border-color: #14A978;
}
</style>