Shades of Mountain Meadow #14BA78
Tints of Mountain Meadow #14BA78
RGB
CMYK
RGB Variations
Color information
#14BA78 (or 0x14BA78) is known color: Mountain Meadow. HEX triplet: 14, BA and 78. RGB value is (20,186,120). Sum of RGB (Red+Green+Blue) = 20+186+120=326 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.13% from 326); Green value is 186 (73.05% from 255 or 57.06% from 326); Blue value is 120 (47.27% from 255 or 36.81% from 326); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA78 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BA78 is #EB4587. Grayscale: #808080. Windows color (decimal): -15418760 or 7911956. OLE color: 7911956.
HSL color Cylindrical-coordinate representation of color #14BA78: hue angle of 156.14º 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 #14BA78 is Cyan = 0.89, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 186 | 120 | - |
| CMYK | 0.89 | 0 | 0.35 | 0.27 |
| HSL | 156.14º | 0.81% | 0.4% | - |
| HSV(B) | 156.14º | 0.89% | 0.73% | - |
| XYZ | 21.24 | 36.62 | 23.72 | - |
| YUV | 128.84 | 123 | 50.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 186 | 120 | 0.89 | 0 | 0.35 | 0.27 | 156.14 | 0.81 | 0.4 |
| Hex | 14 | BA | 78 | 59 | 0 | 23 | 1B | 9C | 51 | 28 |
| Octal | 24 | 272 | 170 | 131 | 0 | 43 | 33 | 234 | 121 | 50 |
| Binary | 10100 | 10111010 | 1111000 | 1011001 | 0 | 100011 | 11011 | 10011100 | 1010001 | 101000 |
Color Harmonies of #14BA78
Complementary color
Monochromatic Colors of #14BA78
Black with #14BA78
Text Example
Text Example
White with #14BA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BA78; }
p { color: rgb(20,186,120); }
H1.HeaderClassName
{
color: #14BA78;
}
.AnyTagClassName
{
color: #14BA78;
}
</style>
background-color css
<style>
a { background-color: #14BA78; }
a { background-color: rgb(20,186,120); }
div.DivClassName
{
background-color: #14BA78;
}
.BgClassName
{
background-color: #14BA78;
}
</style>
border-color css
<style>
span { border-color: #14BA78; }
span { border-color: rgb(20,186,120); }
td.TdClassName
{
border-color: #14BA78;
}
.TagClassName
{
border-color: #14BA78;
}
</style>