Shades of Mountain Meadow #14CB86
Tints of Mountain Meadow #14CB86
RGB
CMYK
RGB Variations
Color information
#14CB86 (or 0x14CB86) is known color: Mountain Meadow. HEX triplet: 14, CB and 86. RGB value is (20,203,134). Sum of RGB (Red+Green+Blue) = 20+203+134=357 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.60% from 357); Green value is 203 (79.69% from 255 or 56.86% from 357); Blue value is 134 (52.73% from 255 or 37.54% from 357); Max value from RGB is 203 - color contains mainly: green. Hex color #14CB86 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CB86 is #EB3479. Grayscale: #8C8C8C. Windows color (decimal): -15414394 or 8833812. OLE color: 8833812.
HSL color Cylindrical-coordinate representation of color #14CB86: hue angle of 157.38º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CB86 is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 203 | 134 | - |
| CMYK | 0.90 | 0 | 0.34 | 0.20 |
| HSL | 157.38º | 0.82% | 0.44% | - |
| HSV(B) | 157.38º | 0.9% | 0.8% | - |
| XYZ | 25.95 | 44.58 | 29.79 | - |
| YUV | 140.42 | 124.37 | 42.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 203 | 134 | 0.90 | 0 | 0.34 | 0.20 | 157.38 | 0.82 | 0.44 |
| Hex | 14 | CB | 86 | 5A | 0 | 22 | 14 | 9D | 52 | 2C |
| Octal | 24 | 313 | 206 | 132 | 0 | 42 | 24 | 235 | 122 | 54 |
| Binary | 10100 | 11001011 | 10000110 | 1011010 | 0 | 100010 | 10100 | 10011101 | 1010010 | 101100 |
Color Harmonies of #14CB86
Complementary color
Monochromatic Colors of #14CB86
Black with #14CB86
Text Example
Text Example
White with #14CB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CB86; }
p { color: rgb(20,203,134); }
H1.HeaderClassName
{
color: #14CB86;
}
.AnyTagClassName
{
color: #14CB86;
}
</style>
background-color css
<style>
a { background-color: #14CB86; }
a { background-color: rgb(20,203,134); }
div.DivClassName
{
background-color: #14CB86;
}
.BgClassName
{
background-color: #14CB86;
}
</style>
border-color css
<style>
span { border-color: #14CB86; }
span { border-color: rgb(20,203,134); }
td.TdClassName
{
border-color: #14CB86;
}
.TagClassName
{
border-color: #14CB86;
}
</style>