Shades of Mountain Meadow #14C486
Tints of Mountain Meadow #14C486
RGB
CMYK
RGB Variations
Color information
#14C486 (or 0x14C486) is known color: Mountain Meadow. HEX triplet: 14, C4 and 86. RGB value is (20,196,134). Sum of RGB (Red+Green+Blue) = 20+196+134=350 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.71% from 350); Green value is 196 (76.95% from 255 or 56% from 350); Blue value is 134 (52.73% from 255 or 38.29% from 350); Max value from RGB is 196 - color contains mainly: green. Hex color #14C486 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C486 is #EB3B79. Grayscale: #888888. Windows color (decimal): -15416186 or 8832020. OLE color: 8832020.
HSL color Cylindrical-coordinate representation of color #14C486: hue angle of 158.86º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C486 is Cyan = 0.90, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 20 | 196 | 134 | - |
| CMYK | 0.90 | 0 | 0.32 | 0.23 |
| HSL | 158.86º | 0.81% | 0.42% | - |
| HSV(B) | 158.86º | 0.9% | 0.77% | - |
| XYZ | 24.33 | 41.35 | 29.25 | - |
| YUV | 136.31 | 126.69 | 45.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 196 | 134 | 0.90 | 0 | 0.32 | 0.23 | 158.86 | 0.81 | 0.42 |
| Hex | 14 | C4 | 86 | 5A | 0 | 20 | 17 | 9F | 51 | 2A |
| Octal | 24 | 304 | 206 | 132 | 0 | 40 | 27 | 237 | 121 | 52 |
| Binary | 10100 | 11000100 | 10000110 | 1011010 | 0 | 100000 | 10111 | 10011111 | 1010001 | 101010 |
Color Harmonies of #14C486
Complementary color
Monochromatic Colors of #14C486
Black with #14C486
Text Example
Text Example
White with #14C486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C486; }
p { color: rgb(20,196,134); }
H1.HeaderClassName
{
color: #14C486;
}
.AnyTagClassName
{
color: #14C486;
}
</style>
background-color css
<style>
a { background-color: #14C486; }
a { background-color: rgb(20,196,134); }
div.DivClassName
{
background-color: #14C486;
}
.BgClassName
{
background-color: #14C486;
}
</style>
border-color css
<style>
span { border-color: #14C486; }
span { border-color: rgb(20,196,134); }
td.TdClassName
{
border-color: #14C486;
}
.TagClassName
{
border-color: #14C486;
}
</style>