Shades of Mountain Meadow #14BA71
Tints of Mountain Meadow #14BA71
RGB
CMYK
RGB Variations
Color information
#14BA71 (or 0x14BA71) is known color: Mountain Meadow. HEX triplet: 14, BA and 71. RGB value is (20,186,113). Sum of RGB (Red+Green+Blue) = 20+186+113=319 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.27% from 319); Green value is 186 (73.05% from 255 or 58.31% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BA71 is #EB458E. Grayscale: #808080. Windows color (decimal): -15418767 or 7453204. OLE color: 7453204.
HSL color Cylindrical-coordinate representation of color #14BA71: hue angle of 153.61º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BA71 is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 186 | 113 | - |
| CMYK | 0.89 | 0 | 0.39 | 0.27 |
| HSL | 153.61º | 0.81% | 0.4% | - |
| HSV(B) | 153.61º | 0.89% | 0.73% | - |
| XYZ | 20.83 | 36.46 | 21.56 | - |
| YUV | 128.04 | 119.5 | 50.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 186 | 113 | 0.89 | 0 | 0.39 | 0.27 | 153.61 | 0.81 | 0.4 |
| Hex | 14 | BA | 71 | 59 | 0 | 27 | 1B | 9A | 51 | 28 |
| Octal | 24 | 272 | 161 | 131 | 0 | 47 | 33 | 232 | 121 | 50 |
| Binary | 10100 | 10111010 | 1110001 | 1011001 | 0 | 100111 | 11011 | 10011010 | 1010001 | 101000 |
Color Harmonies of #14BA71
Complementary color
Monochromatic Colors of #14BA71
Black with #14BA71
Text Example
Text Example
White with #14BA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BA71; }
p { color: rgb(20,186,113); }
H1.HeaderClassName
{
color: #14BA71;
}
.AnyTagClassName
{
color: #14BA71;
}
</style>
background-color css
<style>
a { background-color: #14BA71; }
a { background-color: rgb(20,186,113); }
div.DivClassName
{
background-color: #14BA71;
}
.BgClassName
{
background-color: #14BA71;
}
</style>
border-color css
<style>
span { border-color: #14BA71; }
span { border-color: rgb(20,186,113); }
td.TdClassName
{
border-color: #14BA71;
}
.TagClassName
{
border-color: #14BA71;
}
</style>