Shades of Malachite #14C063
Tints of Malachite #14C063
RGB
CMYK
RGB Variations
Color information
#14C063 (or 0x14C063) is known color: Malachite. HEX triplet: 14, C0 and 63. RGB value is (20,192,99). Sum of RGB (Red+Green+Blue) = 20+192+99=311 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.43% from 311); Green value is 192 (75.39% from 255 or 61.74% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 192 - color contains mainly: green. Hex color #14C063 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C063 is #EB3F9C. Grayscale: #828282. Windows color (decimal): -15417245 or 6537236. OLE color: 6537236.
HSL color Cylindrical-coordinate representation of color #14C063: hue angle of 147.56º 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 #14C063 is Cyan = 0.90, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 192 | 99 | - |
| CMYK | 0.90 | 0 | 0.48 | 0.25 |
| HSL | 147.56º | 0.81% | 0.42% | - |
| HSV(B) | 147.56º | 0.9% | 0.75% | - |
| XYZ | 21.39 | 38.75 | 18.16 | - |
| YUV | 129.97 | 110.52 | 49.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 192 | 99 | 0.90 | 0 | 0.48 | 0.25 | 147.56 | 0.81 | 0.42 |
| Hex | 14 | C0 | 63 | 5A | 0 | 30 | 19 | 94 | 51 | 2A |
| Octal | 24 | 300 | 143 | 132 | 0 | 60 | 31 | 224 | 121 | 52 |
| Binary | 10100 | 11000000 | 1100011 | 1011010 | 0 | 110000 | 11001 | 10010100 | 1010001 | 101010 |
Color Harmonies of #14C063
Complementary color
Monochromatic Colors of #14C063
Black with #14C063
Text Example
Text Example
White with #14C063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C063; }
p { color: rgb(20,192,99); }
H1.HeaderClassName
{
color: #14C063;
}
.AnyTagClassName
{
color: #14C063;
}
</style>
background-color css
<style>
a { background-color: #14C063; }
a { background-color: rgb(20,192,99); }
div.DivClassName
{
background-color: #14C063;
}
.BgClassName
{
background-color: #14C063;
}
</style>
border-color css
<style>
span { border-color: #14C063; }
span { border-color: rgb(20,192,99); }
td.TdClassName
{
border-color: #14C063;
}
.TagClassName
{
border-color: #14C063;
}
</style>