Shades of Mountain Meadow #14BC70
Tints of Mountain Meadow #14BC70
RGB
CMYK
RGB Variations
Color information
#14BC70 (or 0x14BC70) is known color: Mountain Meadow. HEX triplet: 14, BC and 70. RGB value is (20,188,112). Sum of RGB (Red+Green+Blue) = 20+188+112=320 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.25% from 320); Green value is 188 (73.83% from 255 or 58.75% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 188 - color contains mainly: green. Hex color #14BC70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BC70 is #EB438F. Grayscale: #818181. Windows color (decimal): -15418256 or 7388180. OLE color: 7388180.
HSL color Cylindrical-coordinate representation of color #14BC70: hue angle of 152.86º 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 #14BC70 is Cyan = 0.89, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 188 | 112 | - |
| CMYK | 0.89 | 0 | 0.40 | 0.26 |
| HSL | 152.86º | 0.81% | 0.41% | - |
| HSV(B) | 152.86º | 0.89% | 0.74% | - |
| XYZ | 21.2 | 37.29 | 21.41 | - |
| YUV | 129.1 | 118.34 | 50.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 188 | 112 | 0.89 | 0 | 0.40 | 0.26 | 152.86 | 0.81 | 0.41 |
| Hex | 14 | BC | 70 | 59 | 0 | 28 | 1A | 99 | 51 | 29 |
| Octal | 24 | 274 | 160 | 131 | 0 | 50 | 32 | 231 | 121 | 51 |
| Binary | 10100 | 10111100 | 1110000 | 1011001 | 0 | 101000 | 11010 | 10011001 | 1010001 | 101001 |
Color Harmonies of #14BC70
Complementary color
Monochromatic Colors of #14BC70
Black with #14BC70
Text Example
Text Example
White with #14BC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BC70; }
p { color: rgb(20,188,112); }
H1.HeaderClassName
{
color: #14BC70;
}
.AnyTagClassName
{
color: #14BC70;
}
</style>
background-color css
<style>
a { background-color: #14BC70; }
a { background-color: rgb(20,188,112); }
div.DivClassName
{
background-color: #14BC70;
}
.BgClassName
{
background-color: #14BC70;
}
</style>
border-color css
<style>
span { border-color: #14BC70; }
span { border-color: rgb(20,188,112); }
td.TdClassName
{
border-color: #14BC70;
}
.TagClassName
{
border-color: #14BC70;
}
</style>