Shades of Mountain Meadow #14A189
Tints of Mountain Meadow #14A189
RGB
CMYK
RGB Variations
Color information
#14A189 (or 0x14A189) is known color: Mountain Meadow. HEX triplet: 14, A1 and 89. RGB value is (20,161,137). Sum of RGB (Red+Green+Blue) = 20+161+137=318 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.29% from 318); Green value is 161 (63.28% from 255 or 50.63% from 318); Blue value is 137 (53.91% from 255 or 43.08% from 318); Max value from RGB is 161 - color contains mainly: green. Hex color #14A189 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A189 is #EB5E76. Grayscale: #747474. Windows color (decimal): -15425143 or 9019668. OLE color: 9019668.
HSL color Cylindrical-coordinate representation of color #14A189: hue angle of 169.79º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A189 is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 20 | 161 | 137 | - |
| CMYK | 0.88 | 0 | 0.15 | 0.37 |
| HSL | 169.79º | 0.78% | 0.35% | - |
| HSV(B) | 169.79º | 0.88% | 0.63% | - |
| XYZ | 17.55 | 27.44 | 28.04 | - |
| YUV | 116.11 | 139.79 | 59.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 161 | 137 | 0.88 | 0 | 0.15 | 0.37 | 169.79 | 0.78 | 0.35 |
| Hex | 14 | A1 | 89 | 58 | 0 | F | 25 | AA | 4E | 23 |
| Octal | 24 | 241 | 211 | 130 | 0 | 17 | 45 | 252 | 116 | 43 |
| Binary | 10100 | 10100001 | 10001001 | 1011000 | 0 | 1111 | 100101 | 10101010 | 1001110 | 100011 |
Color Harmonies of #14A189
Complementary color
Monochromatic Colors of #14A189
Black with #14A189
Text Example
Text Example
White with #14A189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A189; }
p { color: rgb(20,161,137); }
H1.HeaderClassName
{
color: #14A189;
}
.AnyTagClassName
{
color: #14A189;
}
</style>
background-color css
<style>
a { background-color: #14A189; }
a { background-color: rgb(20,161,137); }
div.DivClassName
{
background-color: #14A189;
}
.BgClassName
{
background-color: #14A189;
}
</style>
border-color css
<style>
span { border-color: #14A189; }
span { border-color: rgb(20,161,137); }
td.TdClassName
{
border-color: #14A189;
}
.TagClassName
{
border-color: #14A189;
}
</style>