Shades of Mountain Meadow #14C079
Tints of Mountain Meadow #14C079
RGB
CMYK
RGB Variations
Color information
#14C079 (or 0x14C079) is known color: Mountain Meadow. HEX triplet: 14, C0 and 79. RGB value is (20,192,121). Sum of RGB (Red+Green+Blue) = 20+192+121=333 (44% of max value = 765). Red value is 20 (8.20% from 255 or 6.01% from 333); Green value is 192 (75.39% from 255 or 57.66% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 192 - color contains mainly: green. Hex color #14C079 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C079 is #EB3F86. Grayscale: #848484. Windows color (decimal): -15417223 or 7979028. OLE color: 7979028.
HSL color Cylindrical-coordinate representation of color #14C079: hue angle of 155.23º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C079 is Cyan = 0.90, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 192 | 121 | - |
| CMYK | 0.90 | 0 | 0.37 | 0.25 |
| HSL | 155.23º | 0.81% | 0.42% | - |
| HSV(B) | 155.23º | 0.9% | 0.75% | - |
| XYZ | 22.59 | 39.23 | 24.47 | - |
| YUV | 132.48 | 121.52 | 47.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 192 | 121 | 0.90 | 0 | 0.37 | 0.25 | 155.23 | 0.81 | 0.42 |
| Hex | 14 | C0 | 79 | 5A | 0 | 25 | 19 | 9B | 51 | 2A |
| Octal | 24 | 300 | 171 | 132 | 0 | 45 | 31 | 233 | 121 | 52 |
| Binary | 10100 | 11000000 | 1111001 | 1011010 | 0 | 100101 | 11001 | 10011011 | 1010001 | 101010 |
Color Harmonies of #14C079
Complementary color
Monochromatic Colors of #14C079
Black with #14C079
Text Example
Text Example
White with #14C079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C079; }
p { color: rgb(20,192,121); }
H1.HeaderClassName
{
color: #14C079;
}
.AnyTagClassName
{
color: #14C079;
}
</style>
background-color css
<style>
a { background-color: #14C079; }
a { background-color: rgb(20,192,121); }
div.DivClassName
{
background-color: #14C079;
}
.BgClassName
{
background-color: #14C079;
}
</style>
border-color css
<style>
span { border-color: #14C079; }
span { border-color: rgb(20,192,121); }
td.TdClassName
{
border-color: #14C079;
}
.TagClassName
{
border-color: #14C079;
}
</style>