Shades of Mountain Meadow #14A991
Tints of Mountain Meadow #14A991
RGB
CMYK
RGB Variations
Color information
#14A991 (or 0x14A991) is known color: Mountain Meadow. HEX triplet: 14, A9 and 91. RGB value is (20,169,145). Sum of RGB (Red+Green+Blue) = 20+169+145=334 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.99% from 334); Green value is 169 (66.41% from 255 or 50.60% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 169 - color contains mainly: green. Hex color #14A991 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A991 is #EB566E. Grayscale: #797979. Windows color (decimal): -15423087 or 9546004. OLE color: 9546004.
HSL color Cylindrical-coordinate representation of color #14A991: hue angle of 170.34º 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 #14A991 is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 20 | 169 | 145 | - |
| CMYK | 0.88 | 0 | 0.14 | 0.34 |
| HSL | 170.34º | 0.79% | 0.37% | - |
| HSV(B) | 170.34º | 0.88% | 0.66% | - |
| XYZ | 19.59 | 30.57 | 31.66 | - |
| YUV | 121.71 | 141.14 | 55.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 169 | 145 | 0.88 | 0 | 0.14 | 0.34 | 170.34 | 0.79 | 0.37 |
| Hex | 14 | A9 | 91 | 58 | 0 | E | 22 | AA | 4F | 25 |
| Octal | 24 | 251 | 221 | 130 | 0 | 16 | 42 | 252 | 117 | 45 |
| Binary | 10100 | 10101001 | 10010001 | 1011000 | 0 | 1110 | 100010 | 10101010 | 1001111 | 100101 |
Color Harmonies of #14A991
Complementary color
Monochromatic Colors of #14A991
Black with #14A991
Text Example
Text Example
White with #14A991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A991; }
p { color: rgb(20,169,145); }
H1.HeaderClassName
{
color: #14A991;
}
.AnyTagClassName
{
color: #14A991;
}
</style>
background-color css
<style>
a { background-color: #14A991; }
a { background-color: rgb(20,169,145); }
div.DivClassName
{
background-color: #14A991;
}
.BgClassName
{
background-color: #14A991;
}
</style>
border-color css
<style>
span { border-color: #14A991; }
span { border-color: rgb(20,169,145); }
td.TdClassName
{
border-color: #14A991;
}
.TagClassName
{
border-color: #14A991;
}
</style>