Shades of Mountain Meadow #14BA7C
Tints of Mountain Meadow #14BA7C
RGB
CMYK
RGB Variations
Color information
#14BA7C (or 0x14BA7C) is known color: Mountain Meadow. HEX triplet: 14, BA and 7C. RGB value is (20,186,124). Sum of RGB (Red+Green+Blue) = 20+186+124=330 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.06% from 330); Green value is 186 (73.05% from 255 or 56.36% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BA7C is #EB4583. Grayscale: #818181. Windows color (decimal): -15418756 or 8174100. OLE color: 8174100.
HSL color Cylindrical-coordinate representation of color #14BA7C: hue angle of 157.59º 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 #14BA7C is Cyan = 0.89, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 186 | 124 | - |
| CMYK | 0.89 | 0 | 0.33 | 0.27 |
| HSL | 157.59º | 0.81% | 0.4% | - |
| HSV(B) | 157.59º | 0.89% | 0.73% | - |
| XYZ | 21.49 | 36.72 | 25.02 | - |
| YUV | 129.3 | 125 | 50.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 186 | 124 | 0.89 | 0 | 0.33 | 0.27 | 157.59 | 0.81 | 0.4 |
| Hex | 14 | BA | 7C | 59 | 0 | 21 | 1B | 9E | 51 | 28 |
| Octal | 24 | 272 | 174 | 131 | 0 | 41 | 33 | 236 | 121 | 50 |
| Binary | 10100 | 10111010 | 1111100 | 1011001 | 0 | 100001 | 11011 | 10011110 | 1010001 | 101000 |
Color Harmonies of #14BA7C
Complementary color
Monochromatic Colors of #14BA7C
Black with #14BA7C
Text Example
Text Example
White with #14BA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BA7C; }
p { color: rgb(20,186,124); }
H1.HeaderClassName
{
color: #14BA7C;
}
.AnyTagClassName
{
color: #14BA7C;
}
</style>
background-color css
<style>
a { background-color: #14BA7C; }
a { background-color: rgb(20,186,124); }
div.DivClassName
{
background-color: #14BA7C;
}
.BgClassName
{
background-color: #14BA7C;
}
</style>
border-color css
<style>
span { border-color: #14BA7C; }
span { border-color: rgb(20,186,124); }
td.TdClassName
{
border-color: #14BA7C;
}
.TagClassName
{
border-color: #14BA7C;
}
</style>