Shades of Mountain Meadow #14C579
Tints of Mountain Meadow #14C579
RGB
CMYK
RGB Variations
Color information
#14C579 (or 0x14C579) is known color: Mountain Meadow. HEX triplet: 14, C5 and 79. RGB value is (20,197,121). Sum of RGB (Red+Green+Blue) = 20+197+121=338 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.92% from 338); Green value is 197 (77.34% from 255 or 58.28% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 197 - color contains mainly: green. Hex color #14C579 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C579 is #EB3A86. Grayscale: #878787. Windows color (decimal): -15415943 or 7980308. OLE color: 7980308.
HSL color Cylindrical-coordinate representation of color #14C579: hue angle of 154.24º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C579 is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 20 | 197 | 121 | - |
| CMYK | 0.90 | 0 | 0.39 | 0.23 |
| HSL | 154.24º | 0.82% | 0.43% | - |
| HSV(B) | 154.24º | 0.9% | 0.77% | - |
| XYZ | 23.71 | 41.46 | 24.84 | - |
| YUV | 135.41 | 119.86 | 45.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 197 | 121 | 0.90 | 0 | 0.39 | 0.23 | 154.24 | 0.82 | 0.43 |
| Hex | 14 | C5 | 79 | 5A | 0 | 27 | 17 | 9A | 52 | 2B |
| Octal | 24 | 305 | 171 | 132 | 0 | 47 | 27 | 232 | 122 | 53 |
| Binary | 10100 | 11000101 | 1111001 | 1011010 | 0 | 100111 | 10111 | 10011010 | 1010010 | 101011 |
Color Harmonies of #14C579
Complementary color
Monochromatic Colors of #14C579
Black with #14C579
Text Example
Text Example
White with #14C579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C579; }
p { color: rgb(20,197,121); }
H1.HeaderClassName
{
color: #14C579;
}
.AnyTagClassName
{
color: #14C579;
}
</style>
background-color css
<style>
a { background-color: #14C579; }
a { background-color: rgb(20,197,121); }
div.DivClassName
{
background-color: #14C579;
}
.BgClassName
{
background-color: #14C579;
}
</style>
border-color css
<style>
span { border-color: #14C579; }
span { border-color: rgb(20,197,121); }
td.TdClassName
{
border-color: #14C579;
}
.TagClassName
{
border-color: #14C579;
}
</style>