Shades of Mountain Meadow #14AD89
Tints of Mountain Meadow #14AD89
RGB
CMYK
RGB Variations
Color information
#14AD89 (or 0x14AD89) is known color: Mountain Meadow. HEX triplet: 14, AD and 89. RGB value is (20,173,137). Sum of RGB (Red+Green+Blue) = 20+173+137=330 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.06% from 330); Green value is 173 (67.97% from 255 or 52.42% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 173 - color contains mainly: green. Hex color #14AD89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AD89 is #EB5276. Grayscale: #7B7B7B. Windows color (decimal): -15422071 or 9022740. OLE color: 9022740.
HSL color Cylindrical-coordinate representation of color #14AD89: hue angle of 165.88º 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 #14AD89 is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 173 | 137 | - |
| CMYK | 0.88 | 0 | 0.21 | 0.32 |
| HSL | 165.88º | 0.79% | 0.38% | - |
| HSV(B) | 165.88º | 0.88% | 0.68% | - |
| XYZ | 19.75 | 31.84 | 28.77 | - |
| YUV | 123.15 | 135.81 | 54.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 173 | 137 | 0.88 | 0 | 0.21 | 0.32 | 165.88 | 0.79 | 0.38 |
| Hex | 14 | AD | 89 | 58 | 0 | 15 | 20 | A6 | 4F | 26 |
| Octal | 24 | 255 | 211 | 130 | 0 | 25 | 40 | 246 | 117 | 46 |
| Binary | 10100 | 10101101 | 10001001 | 1011000 | 0 | 10101 | 100000 | 10100110 | 1001111 | 100110 |
Color Harmonies of #14AD89
Complementary color
Monochromatic Colors of #14AD89
Black with #14AD89
Text Example
Text Example
White with #14AD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AD89; }
p { color: rgb(20,173,137); }
H1.HeaderClassName
{
color: #14AD89;
}
.AnyTagClassName
{
color: #14AD89;
}
</style>
background-color css
<style>
a { background-color: #14AD89; }
a { background-color: rgb(20,173,137); }
div.DivClassName
{
background-color: #14AD89;
}
.BgClassName
{
background-color: #14AD89;
}
</style>
border-color css
<style>
span { border-color: #14AD89; }
span { border-color: rgb(20,173,137); }
td.TdClassName
{
border-color: #14AD89;
}
.TagClassName
{
border-color: #14AD89;
}
</style>