Shades of Mountain Meadow #14BC80
Tints of Mountain Meadow #14BC80
RGB
CMYK
RGB Variations
Color information
#14BC80 (or 0x14BC80) is known color: Mountain Meadow. HEX triplet: 14, BC and 80. RGB value is (20,188,128). Sum of RGB (Red+Green+Blue) = 20+188+128=336 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.95% from 336); Green value is 188 (73.83% from 255 or 55.95% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 188 - color contains mainly: green. Hex color #14BC80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BC80 is #EB437F. Grayscale: #838383. Windows color (decimal): -15418240 or 8436756. OLE color: 8436756.
HSL color Cylindrical-coordinate representation of color #14BC80: hue angle of 158.57º 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 #14BC80 is Cyan = 0.89, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 188 | 128 | - |
| CMYK | 0.89 | 0 | 0.32 | 0.26 |
| HSL | 158.57º | 0.81% | 0.41% | - |
| HSV(B) | 158.57º | 0.89% | 0.74% | - |
| XYZ | 22.17 | 37.67 | 26.53 | - |
| YUV | 130.93 | 126.34 | 48.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 188 | 128 | 0.89 | 0 | 0.32 | 0.26 | 158.57 | 0.81 | 0.41 |
| Hex | 14 | BC | 80 | 59 | 0 | 20 | 1A | 9F | 51 | 29 |
| Octal | 24 | 274 | 200 | 131 | 0 | 40 | 32 | 237 | 121 | 51 |
| Binary | 10100 | 10111100 | 10000000 | 1011001 | 0 | 100000 | 11010 | 10011111 | 1010001 | 101001 |
Color Harmonies of #14BC80
Complementary color
Monochromatic Colors of #14BC80
Black with #14BC80
Text Example
Text Example
White with #14BC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BC80; }
p { color: rgb(20,188,128); }
H1.HeaderClassName
{
color: #14BC80;
}
.AnyTagClassName
{
color: #14BC80;
}
</style>
background-color css
<style>
a { background-color: #14BC80; }
a { background-color: rgb(20,188,128); }
div.DivClassName
{
background-color: #14BC80;
}
.BgClassName
{
background-color: #14BC80;
}
</style>
border-color css
<style>
span { border-color: #14BC80; }
span { border-color: rgb(20,188,128); }
td.TdClassName
{
border-color: #14BC80;
}
.TagClassName
{
border-color: #14BC80;
}
</style>