Shades of Mountain Meadow #14A186
Tints of Mountain Meadow #14A186
RGB
CMYK
RGB Variations
Color information
#14A186 (or 0x14A186) is known color: Mountain Meadow. HEX triplet: 14, A1 and 86. RGB value is (20,161,134). Sum of RGB (Red+Green+Blue) = 20+161+134=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 161 (63.28% from 255 or 51.11% from 315); Blue value is 134 (52.73% from 255 or 42.54% from 315); Max value from RGB is 161 - color contains mainly: green. Hex color #14A186 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A186 is #EB5E79. Grayscale: #737373. Windows color (decimal): -15425146 or 8823060. OLE color: 8823060.
HSL color Cylindrical-coordinate representation of color #14A186: hue angle of 168.51º 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 #14A186 is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 20 | 161 | 134 | - |
| CMYK | 0.88 | 0 | 0.17 | 0.37 |
| HSL | 168.51º | 0.78% | 0.35% | - |
| HSV(B) | 168.51º | 0.88% | 0.63% | - |
| XYZ | 17.34 | 27.36 | 26.92 | - |
| YUV | 115.76 | 138.29 | 59.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 161 | 134 | 0.88 | 0 | 0.17 | 0.37 | 168.51 | 0.78 | 0.35 |
| Hex | 14 | A1 | 86 | 58 | 0 | 11 | 25 | A9 | 4E | 23 |
| Octal | 24 | 241 | 206 | 130 | 0 | 21 | 45 | 251 | 116 | 43 |
| Binary | 10100 | 10100001 | 10000110 | 1011000 | 0 | 10001 | 100101 | 10101001 | 1001110 | 100011 |
Color Harmonies of #14A186
Complementary color
Monochromatic Colors of #14A186
Black with #14A186
Text Example
Text Example
White with #14A186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A186; }
p { color: rgb(20,161,134); }
H1.HeaderClassName
{
color: #14A186;
}
.AnyTagClassName
{
color: #14A186;
}
</style>
background-color css
<style>
a { background-color: #14A186; }
a { background-color: rgb(20,161,134); }
div.DivClassName
{
background-color: #14A186;
}
.BgClassName
{
background-color: #14A186;
}
</style>
border-color css
<style>
span { border-color: #14A186; }
span { border-color: rgb(20,161,134); }
td.TdClassName
{
border-color: #14A186;
}
.TagClassName
{
border-color: #14A186;
}
</style>