Shades of Mountain Meadow #14AB90
Tints of Mountain Meadow #14AB90
RGB
CMYK
RGB Variations
Color information
#14AB90 (or 0x14AB90) is known color: Mountain Meadow. HEX triplet: 14, AB and 90. RGB value is (20,171,144). Sum of RGB (Red+Green+Blue) = 20+171+144=335 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.97% from 335); Green value is 171 (67.19% from 255 or 51.04% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 171 - color contains mainly: green. Hex color #14AB90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AB90 is #EB546F. Grayscale: #7A7A7A. Windows color (decimal): -15422576 or 9480980. OLE color: 9480980.
HSL color Cylindrical-coordinate representation of color #14AB90: hue angle of 169.27º 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 #14AB90 is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 171 | 144 | - |
| CMYK | 0.88 | 0 | 0.16 | 0.33 |
| HSL | 169.27º | 0.79% | 0.37% | - |
| HSV(B) | 169.27º | 0.88% | 0.67% | - |
| XYZ | 19.89 | 31.29 | 31.38 | - |
| YUV | 122.77 | 139.97 | 54.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 171 | 144 | 0.88 | 0 | 0.16 | 0.33 | 169.27 | 0.79 | 0.37 |
| Hex | 14 | AB | 90 | 58 | 0 | 10 | 21 | A9 | 4F | 25 |
| Octal | 24 | 253 | 220 | 130 | 0 | 20 | 41 | 251 | 117 | 45 |
| Binary | 10100 | 10101011 | 10010000 | 1011000 | 0 | 10000 | 100001 | 10101001 | 1001111 | 100101 |
Color Harmonies of #14AB90
Complementary color
Monochromatic Colors of #14AB90
Black with #14AB90
Text Example
Text Example
White with #14AB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AB90; }
p { color: rgb(20,171,144); }
H1.HeaderClassName
{
color: #14AB90;
}
.AnyTagClassName
{
color: #14AB90;
}
</style>
background-color css
<style>
a { background-color: #14AB90; }
a { background-color: rgb(20,171,144); }
div.DivClassName
{
background-color: #14AB90;
}
.BgClassName
{
background-color: #14AB90;
}
</style>
border-color css
<style>
span { border-color: #14AB90; }
span { border-color: rgb(20,171,144); }
td.TdClassName
{
border-color: #14AB90;
}
.TagClassName
{
border-color: #14AB90;
}
</style>