Shades of Malachite #14C060
Tints of Malachite #14C060
RGB
CMYK
RGB Variations
Color information
#14C060 (or 0x14C060) is known color: Malachite. HEX triplet: 14, C0 and 60. RGB value is (20,192,96). Sum of RGB (Red+Green+Blue) = 20+192+96=308 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.49% from 308); Green value is 192 (75.39% from 255 or 62.34% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 192 - color contains mainly: green. Hex color #14C060 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C060 is #EB3F9F. Grayscale: #818181. Windows color (decimal): -15417248 or 6340628. OLE color: 6340628.
HSL color Cylindrical-coordinate representation of color #14C060: hue angle of 146.51º 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 #14C060 is Cyan = 0.90, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 192 | 96 | - |
| CMYK | 0.90 | 0 | 0.50 | 0.25 |
| HSL | 146.51º | 0.81% | 0.42% | - |
| HSV(B) | 146.51º | 0.9% | 0.75% | - |
| XYZ | 21.25 | 38.69 | 17.41 | - |
| YUV | 129.63 | 109.02 | 49.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 192 | 96 | 0.90 | 0 | 0.50 | 0.25 | 146.51 | 0.81 | 0.42 |
| Hex | 14 | C0 | 60 | 5A | 0 | 32 | 19 | 93 | 51 | 2A |
| Octal | 24 | 300 | 140 | 132 | 0 | 62 | 31 | 223 | 121 | 52 |
| Binary | 10100 | 11000000 | 1100000 | 1011010 | 0 | 110010 | 11001 | 10010011 | 1010001 | 101010 |
Color Harmonies of #14C060
Complementary color
Monochromatic Colors of #14C060
Black with #14C060
Text Example
Text Example
White with #14C060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C060; }
p { color: rgb(20,192,96); }
H1.HeaderClassName
{
color: #14C060;
}
.AnyTagClassName
{
color: #14C060;
}
</style>
background-color css
<style>
a { background-color: #14C060; }
a { background-color: rgb(20,192,96); }
div.DivClassName
{
background-color: #14C060;
}
.BgClassName
{
background-color: #14C060;
}
</style>
border-color css
<style>
span { border-color: #14C060; }
span { border-color: rgb(20,192,96); }
td.TdClassName
{
border-color: #14C060;
}
.TagClassName
{
border-color: #14C060;
}
</style>