Shades of Mountain Meadow #14CE86
Tints of Mountain Meadow #14CE86
RGB
CMYK
RGB Variations
Color information
#14CE86 (or 0x14CE86) is known color: Mountain Meadow. HEX triplet: 14, CE and 86. RGB value is (20,206,134). Sum of RGB (Red+Green+Blue) = 20+206+134=360 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.56% from 360); Green value is 206 (80.86% from 255 or 57.22% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 206 - color contains mainly: green. Hex color #14CE86 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CE86 is #EB3179. Grayscale: #8E8E8E. Windows color (decimal): -15413626 or 8834580. OLE color: 8834580.
HSL color Cylindrical-coordinate representation of color #14CE86: hue angle of 156.77º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CE86 is Cyan = 0.90, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 206 | 134 | - |
| CMYK | 0.90 | 0 | 0.35 | 0.19 |
| HSL | 156.77º | 0.82% | 0.44% | - |
| HSV(B) | 156.77º | 0.9% | 0.81% | - |
| XYZ | 26.66 | 46.01 | 30.03 | - |
| YUV | 142.18 | 123.38 | 40.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 206 | 134 | 0.90 | 0 | 0.35 | 0.19 | 156.77 | 0.82 | 0.44 |
| Hex | 14 | CE | 86 | 5A | 0 | 23 | 13 | 9D | 52 | 2C |
| Octal | 24 | 316 | 206 | 132 | 0 | 43 | 23 | 235 | 122 | 54 |
| Binary | 10100 | 11001110 | 10000110 | 1011010 | 0 | 100011 | 10011 | 10011101 | 1010010 | 101100 |
Color Harmonies of #14CE86
Complementary color
Monochromatic Colors of #14CE86
Black with #14CE86
Text Example
Text Example
White with #14CE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CE86; }
p { color: rgb(20,206,134); }
H1.HeaderClassName
{
color: #14CE86;
}
.AnyTagClassName
{
color: #14CE86;
}
</style>
background-color css
<style>
a { background-color: #14CE86; }
a { background-color: rgb(20,206,134); }
div.DivClassName
{
background-color: #14CE86;
}
.BgClassName
{
background-color: #14CE86;
}
</style>
border-color css
<style>
span { border-color: #14CE86; }
span { border-color: rgb(20,206,134); }
td.TdClassName
{
border-color: #14CE86;
}
.TagClassName
{
border-color: #14CE86;
}
</style>