Shades of Mountain Meadow #14BA74
Tints of Mountain Meadow #14BA74
RGB
CMYK
RGB Variations
Color information
#14BA74 (or 0x14BA74) is known color: Mountain Meadow. HEX triplet: 14, BA and 74. RGB value is (20,186,116). Sum of RGB (Red+Green+Blue) = 20+186+116=322 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.21% from 322); Green value is 186 (73.05% from 255 or 57.76% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BA74 is #EB458B. Grayscale: #808080. Windows color (decimal): -15418764 or 7649812. OLE color: 7649812.
HSL color Cylindrical-coordinate representation of color #14BA74: hue angle of 154.7º 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 #14BA74 is Cyan = 0.89, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 186 | 116 | - |
| CMYK | 0.89 | 0 | 0.38 | 0.27 |
| HSL | 154.7º | 0.81% | 0.4% | - |
| HSV(B) | 154.7º | 0.89% | 0.73% | - |
| XYZ | 21 | 36.53 | 22.47 | - |
| YUV | 128.39 | 121 | 50.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 186 | 116 | 0.89 | 0 | 0.38 | 0.27 | 154.7 | 0.81 | 0.4 |
| Hex | 14 | BA | 74 | 59 | 0 | 26 | 1B | 9B | 51 | 28 |
| Octal | 24 | 272 | 164 | 131 | 0 | 46 | 33 | 233 | 121 | 50 |
| Binary | 10100 | 10111010 | 1110100 | 1011001 | 0 | 100110 | 11011 | 10011011 | 1010001 | 101000 |
Color Harmonies of #14BA74
Complementary color
Monochromatic Colors of #14BA74
Black with #14BA74
Text Example
Text Example
White with #14BA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BA74; }
p { color: rgb(20,186,116); }
H1.HeaderClassName
{
color: #14BA74;
}
.AnyTagClassName
{
color: #14BA74;
}
</style>
background-color css
<style>
a { background-color: #14BA74; }
a { background-color: rgb(20,186,116); }
div.DivClassName
{
background-color: #14BA74;
}
.BgClassName
{
background-color: #14BA74;
}
</style>
border-color css
<style>
span { border-color: #14BA74; }
span { border-color: rgb(20,186,116); }
td.TdClassName
{
border-color: #14BA74;
}
.TagClassName
{
border-color: #14BA74;
}
</style>