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