Shades of Malachite #14C054
Tints of Malachite #14C054
RGB
CMYK
RGB Variations
Color information
#14C054 (or 0x14C054) is known color: Malachite. HEX triplet: 14, C0 and 54. RGB value is (20,192,84). Sum of RGB (Red+Green+Blue) = 20+192+84=296 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.76% from 296); Green value is 192 (75.39% from 255 or 64.86% from 296); Blue value is 84 (33.20% from 255 or 28.38% from 296); Max value from RGB is 192 - color contains mainly: green. Hex color #14C054 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C054 is #EB3FAB. Grayscale: #808080. Windows color (decimal): -15417260 or 5554196. OLE color: 5554196.
HSL color Cylindrical-coordinate representation of color #14C054: hue angle of 142.33º 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 #14C054 is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 192 | 84 | - |
| CMYK | 0.90 | 0 | 0.56 | 0.25 |
| HSL | 142.33º | 0.81% | 0.42% | - |
| HSV(B) | 142.33º | 0.9% | 0.75% | - |
| XYZ | 20.74 | 38.49 | 14.72 | - |
| YUV | 128.26 | 103.02 | 50.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 192 | 84 | 0.90 | 0 | 0.56 | 0.25 | 142.33 | 0.81 | 0.42 |
| Hex | 14 | C0 | 54 | 5A | 0 | 38 | 19 | 8E | 51 | 2A |
| Octal | 24 | 300 | 124 | 132 | 0 | 70 | 31 | 216 | 121 | 52 |
| Binary | 10100 | 11000000 | 1010100 | 1011010 | 0 | 111000 | 11001 | 10001110 | 1010001 | 101010 |
Color Harmonies of #14C054
Complementary color
Monochromatic Colors of #14C054
Black with #14C054
Text Example
Text Example
White with #14C054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C054; }
p { color: rgb(20,192,84); }
H1.HeaderClassName
{
color: #14C054;
}
.AnyTagClassName
{
color: #14C054;
}
</style>
background-color css
<style>
a { background-color: #14C054; }
a { background-color: rgb(20,192,84); }
div.DivClassName
{
background-color: #14C054;
}
.BgClassName
{
background-color: #14C054;
}
</style>
border-color css
<style>
span { border-color: #14C054; }
span { border-color: rgb(20,192,84); }
td.TdClassName
{
border-color: #14C054;
}
.TagClassName
{
border-color: #14C054;
}
</style>