Shades of Mountain Meadow #14B86F
Tints of Mountain Meadow #14B86F
RGB
CMYK
RGB Variations
Color information
#14B86F (or 0x14B86F) is known color: Mountain Meadow. HEX triplet: 14, B8 and 6F. RGB value is (20,184,111). Sum of RGB (Red+Green+Blue) = 20+184+111=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 184 (72.27% from 255 or 58.41% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 184 - color contains mainly: green. Hex color #14B86F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B86F is #EB4790. Grayscale: #7E7E7E. Windows color (decimal): -15419281 or 7321620. OLE color: 7321620.
HSL color Cylindrical-coordinate representation of color #14B86F: hue angle of 153.29º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B86F is Cyan = 0.89, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 20 | 184 | 111 | - |
| CMYK | 0.89 | 0 | 0.40 | 0.28 |
| HSL | 153.29º | 0.8% | 0.4% | - |
| HSV(B) | 153.29º | 0.89% | 0.72% | - |
| XYZ | 20.3 | 35.58 | 20.84 | - |
| YUV | 126.64 | 119.17 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 184 | 111 | 0.89 | 0 | 0.40 | 0.28 | 153.29 | 0.8 | 0.4 |
| Hex | 14 | B8 | 6F | 59 | 0 | 28 | 1C | 99 | 50 | 28 |
| Octal | 24 | 270 | 157 | 131 | 0 | 50 | 34 | 231 | 120 | 50 |
| Binary | 10100 | 10111000 | 1101111 | 1011001 | 0 | 101000 | 11100 | 10011001 | 1010000 | 101000 |
Color Harmonies of #14B86F
Complementary color
Monochromatic Colors of #14B86F
Black with #14B86F
Text Example
Text Example
White with #14B86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B86F; }
p { color: rgb(20,184,111); }
H1.HeaderClassName
{
color: #14B86F;
}
.AnyTagClassName
{
color: #14B86F;
}
</style>
background-color css
<style>
a { background-color: #14B86F; }
a { background-color: rgb(20,184,111); }
div.DivClassName
{
background-color: #14B86F;
}
.BgClassName
{
background-color: #14B86F;
}
</style>
border-color css
<style>
span { border-color: #14B86F; }
span { border-color: rgb(20,184,111); }
td.TdClassName
{
border-color: #14B86F;
}
.TagClassName
{
border-color: #14B86F;
}
</style>