Shades of Mountain Meadow #14A084
Tints of Mountain Meadow #14A084
RGB
CMYK
RGB Variations
Color information
#14A084 (or 0x14A084) is known color: Mountain Meadow. HEX triplet: 14, A0 and 84. RGB value is (20,160,132). Sum of RGB (Red+Green+Blue) = 20+160+132=312 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.41% from 312); Green value is 160 (62.89% from 255 or 51.28% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 160 - color contains mainly: green. Hex color #14A084 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A084 is #EB5F7B. Grayscale: #727272. Windows color (decimal): -15425404 or 8691732. OLE color: 8691732.
HSL color Cylindrical-coordinate representation of color #14A084: hue angle of 168º 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 #14A084 is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 20 | 160 | 132 | - |
| CMYK | 0.88 | 0 | 0.17 | 0.37 |
| HSL | 168º | 0.78% | 0.35% | - |
| HSV(B) | 168º | 0.88% | 0.63% | - |
| XYZ | 17.02 | 26.96 | 26.14 | - |
| YUV | 114.95 | 137.62 | 60.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 160 | 132 | 0.88 | 0 | 0.17 | 0.37 | 168 | 0.78 | 0.35 |
| Hex | 14 | A0 | 84 | 58 | 0 | 11 | 25 | A8 | 4E | 23 |
| Octal | 24 | 240 | 204 | 130 | 0 | 21 | 45 | 250 | 116 | 43 |
| Binary | 10100 | 10100000 | 10000100 | 1011000 | 0 | 10001 | 100101 | 10101000 | 1001110 | 100011 |
Color Harmonies of #14A084
Complementary color
Monochromatic Colors of #14A084
Black with #14A084
Text Example
Text Example
White with #14A084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A084; }
p { color: rgb(20,160,132); }
H1.HeaderClassName
{
color: #14A084;
}
.AnyTagClassName
{
color: #14A084;
}
</style>
background-color css
<style>
a { background-color: #14A084; }
a { background-color: rgb(20,160,132); }
div.DivClassName
{
background-color: #14A084;
}
.BgClassName
{
background-color: #14A084;
}
</style>
border-color css
<style>
span { border-color: #14A084; }
span { border-color: rgb(20,160,132); }
td.TdClassName
{
border-color: #14A084;
}
.TagClassName
{
border-color: #14A084;
}
</style>