Shades of Mountain Meadow #14AD91
Tints of Mountain Meadow #14AD91
RGB
CMYK
RGB Variations
Color information
#14AD91 (or 0x14AD91) is known color: Mountain Meadow. HEX triplet: 14, AD and 91. RGB value is (20,173,145). Sum of RGB (Red+Green+Blue) = 20+173+145=338 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.92% from 338); Green value is 173 (67.97% from 255 or 51.18% from 338); Blue value is 145 (57.03% from 255 or 42.90% from 338); Max value from RGB is 173 - color contains mainly: green. Hex color #14AD91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AD91 is #EB526E. Grayscale: #7C7C7C. Windows color (decimal): -15422063 or 9547028. OLE color: 9547028.
HSL color Cylindrical-coordinate representation of color #14AD91: hue angle of 169.02º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AD91 is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 173 | 145 | - |
| CMYK | 0.88 | 0 | 0.16 | 0.32 |
| HSL | 169.02º | 0.79% | 0.38% | - |
| HSV(B) | 169.02º | 0.88% | 0.68% | - |
| XYZ | 20.34 | 32.08 | 31.91 | - |
| YUV | 124.06 | 139.81 | 53.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 173 | 145 | 0.88 | 0 | 0.16 | 0.32 | 169.02 | 0.79 | 0.38 |
| Hex | 14 | AD | 91 | 58 | 0 | 10 | 20 | A9 | 4F | 26 |
| Octal | 24 | 255 | 221 | 130 | 0 | 20 | 40 | 251 | 117 | 46 |
| Binary | 10100 | 10101101 | 10010001 | 1011000 | 0 | 10000 | 100000 | 10101001 | 1001111 | 100110 |
Color Harmonies of #14AD91
Complementary color
Monochromatic Colors of #14AD91
Black with #14AD91
Text Example
Text Example
White with #14AD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AD91; }
p { color: rgb(20,173,145); }
H1.HeaderClassName
{
color: #14AD91;
}
.AnyTagClassName
{
color: #14AD91;
}
</style>
background-color css
<style>
a { background-color: #14AD91; }
a { background-color: rgb(20,173,145); }
div.DivClassName
{
background-color: #14AD91;
}
.BgClassName
{
background-color: #14AD91;
}
</style>
border-color css
<style>
span { border-color: #14AD91; }
span { border-color: rgb(20,173,145); }
td.TdClassName
{
border-color: #14AD91;
}
.TagClassName
{
border-color: #14AD91;
}
</style>