Shades of Mountain Meadow #14BC96
Tints of Mountain Meadow #14BC96
RGB
CMYK
RGB Variations
Color information
#14BC96 (or 0x14BC96) is known color: Mountain Meadow. HEX triplet: 14, BC and 96. RGB value is (20,188,150). Sum of RGB (Red+Green+Blue) = 20+188+150=358 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.59% from 358); Green value is 188 (73.83% from 255 or 52.51% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 188 - color contains mainly: green. Hex color #14BC96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BC96 is #EB4369. Grayscale: #858585. Windows color (decimal): -15418218 or 9878548. OLE color: 9878548.
HSL color Cylindrical-coordinate representation of color #14BC96: hue angle of 166.43º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BC96 is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 188 | 150 | - |
| CMYK | 0.89 | 0 | 0.20 | 0.26 |
| HSL | 166.43º | 0.81% | 0.41% | - |
| HSV(B) | 166.43º | 0.89% | 0.74% | - |
| XYZ | 23.78 | 38.32 | 35 | - |
| YUV | 133.44 | 137.34 | 47.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 188 | 150 | 0.89 | 0 | 0.20 | 0.26 | 166.43 | 0.81 | 0.41 |
| Hex | 14 | BC | 96 | 59 | 0 | 14 | 1A | A6 | 51 | 29 |
| Octal | 24 | 274 | 226 | 131 | 0 | 24 | 32 | 246 | 121 | 51 |
| Binary | 10100 | 10111100 | 10010110 | 1011001 | 0 | 10100 | 11010 | 10100110 | 1010001 | 101001 |
Color Harmonies of #14BC96
Complementary color
Monochromatic Colors of #14BC96
Black with #14BC96
Text Example
Text Example
White with #14BC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BC96; }
p { color: rgb(20,188,150); }
H1.HeaderClassName
{
color: #14BC96;
}
.AnyTagClassName
{
color: #14BC96;
}
</style>
background-color css
<style>
a { background-color: #14BC96; }
a { background-color: rgb(20,188,150); }
div.DivClassName
{
background-color: #14BC96;
}
.BgClassName
{
background-color: #14BC96;
}
</style>
border-color css
<style>
span { border-color: #14BC96; }
span { border-color: rgb(20,188,150); }
td.TdClassName
{
border-color: #14BC96;
}
.TagClassName
{
border-color: #14BC96;
}
</style>