Shades of Mountain Meadow #14BA96
Tints of Mountain Meadow #14BA96
RGB
CMYK
RGB Variations
Color information
#14BA96 (or 0x14BA96) is known color: Mountain Meadow. HEX triplet: 14, BA and 96. RGB value is (20,186,150). Sum of RGB (Red+Green+Blue) = 20+186+150=356 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.62% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BA96 is #EB4569. Grayscale: #848484. Windows color (decimal): -15418730 or 9878036. OLE color: 9878036.
HSL color Cylindrical-coordinate representation of color #14BA96: hue angle of 166.99º 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 #14BA96 is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 186 | 150 | - |
| CMYK | 0.89 | 0 | 0.19 | 0.27 |
| HSL | 166.99º | 0.81% | 0.4% | - |
| HSV(B) | 166.99º | 0.89% | 0.73% | - |
| XYZ | 23.35 | 37.47 | 34.86 | - |
| YUV | 132.26 | 138 | 47.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 186 | 150 | 0.89 | 0 | 0.19 | 0.27 | 166.99 | 0.81 | 0.4 |
| Hex | 14 | BA | 96 | 59 | 0 | 13 | 1B | A7 | 51 | 28 |
| Octal | 24 | 272 | 226 | 131 | 0 | 23 | 33 | 247 | 121 | 50 |
| Binary | 10100 | 10111010 | 10010110 | 1011001 | 0 | 10011 | 11011 | 10100111 | 1010001 | 101000 |
Color Harmonies of #14BA96
Complementary color
Monochromatic Colors of #14BA96
Black with #14BA96
Text Example
Text Example
White with #14BA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BA96; }
p { color: rgb(20,186,150); }
H1.HeaderClassName
{
color: #14BA96;
}
.AnyTagClassName
{
color: #14BA96;
}
</style>
background-color css
<style>
a { background-color: #14BA96; }
a { background-color: rgb(20,186,150); }
div.DivClassName
{
background-color: #14BA96;
}
.BgClassName
{
background-color: #14BA96;
}
</style>
border-color css
<style>
span { border-color: #14BA96; }
span { border-color: rgb(20,186,150); }
td.TdClassName
{
border-color: #14BA96;
}
.TagClassName
{
border-color: #14BA96;
}
</style>