Shades of Mountain Meadow #14BA95
Tints of Mountain Meadow #14BA95
RGB
CMYK
RGB Variations
Color information
#14BA95 (or 0x14BA95) is known color: Mountain Meadow. HEX triplet: 14, BA and 95. RGB value is (20,186,149). Sum of RGB (Red+Green+Blue) = 20+186+149=355 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.63% from 355); Green value is 186 (73.05% from 255 or 52.39% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA95 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BA95 is #EB456A. Grayscale: #848484. Windows color (decimal): -15418731 or 9812500. OLE color: 9812500.
HSL color Cylindrical-coordinate representation of color #14BA95: hue angle of 166.63º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BA95 is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 186 | 149 | - |
| CMYK | 0.89 | 0 | 0.20 | 0.27 |
| HSL | 166.63º | 0.81% | 0.4% | - |
| HSV(B) | 166.63º | 0.89% | 0.73% | - |
| XYZ | 23.27 | 37.44 | 34.43 | - |
| YUV | 132.15 | 137.5 | 48.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 186 | 149 | 0.89 | 0 | 0.20 | 0.27 | 166.63 | 0.81 | 0.4 |
| Hex | 14 | BA | 95 | 59 | 0 | 14 | 1B | A7 | 51 | 28 |
| Octal | 24 | 272 | 225 | 131 | 0 | 24 | 33 | 247 | 121 | 50 |
| Binary | 10100 | 10111010 | 10010101 | 1011001 | 0 | 10100 | 11011 | 10100111 | 1010001 | 101000 |
Color Harmonies of #14BA95
Complementary color
Monochromatic Colors of #14BA95
Black with #14BA95
Text Example
Text Example
White with #14BA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BA95; }
p { color: rgb(20,186,149); }
H1.HeaderClassName
{
color: #14BA95;
}
.AnyTagClassName
{
color: #14BA95;
}
</style>
background-color css
<style>
a { background-color: #14BA95; }
a { background-color: rgb(20,186,149); }
div.DivClassName
{
background-color: #14BA95;
}
.BgClassName
{
background-color: #14BA95;
}
</style>
border-color css
<style>
span { border-color: #14BA95; }
span { border-color: rgb(20,186,149); }
td.TdClassName
{
border-color: #14BA95;
}
.TagClassName
{
border-color: #14BA95;
}
</style>