Shades of Mountain Meadow #14C489
Tints of Mountain Meadow #14C489
RGB
CMYK
RGB Variations
Color information
#14C489 (or 0x14C489) is known color: Mountain Meadow. HEX triplet: 14, C4 and 89. RGB value is (20,196,137). Sum of RGB (Red+Green+Blue) = 20+196+137=353 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.67% from 353); Green value is 196 (76.95% from 255 or 55.52% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 196 - color contains mainly: green. Hex color #14C489 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C489 is #EB3B76. Grayscale: #888888. Windows color (decimal): -15416183 or 9028628. OLE color: 9028628.
HSL color Cylindrical-coordinate representation of color #14C489: hue angle of 159.89º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C489 is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 20 | 196 | 137 | - |
| CMYK | 0.90 | 0 | 0.30 | 0.23 |
| HSL | 159.89º | 0.81% | 0.42% | - |
| HSV(B) | 159.89º | 0.9% | 0.77% | - |
| XYZ | 24.54 | 41.43 | 30.37 | - |
| YUV | 136.65 | 128.19 | 44.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 196 | 137 | 0.90 | 0 | 0.30 | 0.23 | 159.89 | 0.81 | 0.42 |
| Hex | 14 | C4 | 89 | 5A | 0 | 1E | 17 | A0 | 51 | 2A |
| Octal | 24 | 304 | 211 | 132 | 0 | 36 | 27 | 240 | 121 | 52 |
| Binary | 10100 | 11000100 | 10001001 | 1011010 | 0 | 11110 | 10111 | 10100000 | 1010001 | 101010 |
Color Harmonies of #14C489
Complementary color
Monochromatic Colors of #14C489
Black with #14C489
Text Example
Text Example
White with #14C489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C489; }
p { color: rgb(20,196,137); }
H1.HeaderClassName
{
color: #14C489;
}
.AnyTagClassName
{
color: #14C489;
}
</style>
background-color css
<style>
a { background-color: #14C489; }
a { background-color: rgb(20,196,137); }
div.DivClassName
{
background-color: #14C489;
}
.BgClassName
{
background-color: #14C489;
}
</style>
border-color css
<style>
span { border-color: #14C489; }
span { border-color: rgb(20,196,137); }
td.TdClassName
{
border-color: #14C489;
}
.TagClassName
{
border-color: #14C489;
}
</style>