Shades of Malachite #14C856
Tints of Malachite #14C856
RGB
CMYK
RGB Variations
Color information
#14C856 (or 0x14C856) is known color: Malachite. HEX triplet: 14, C8 and 56. RGB value is (20,200,86). Sum of RGB (Red+Green+Blue) = 20+200+86=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 200 (78.52% from 255 or 65.36% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 200 - color contains mainly: green. Hex color #14C856 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C856 is #EB37A9. Grayscale: #858585. Windows color (decimal): -15415210 or 5687316. OLE color: 5687316.
HSL color Cylindrical-coordinate representation of color #14C856: hue angle of 142º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C856 is Cyan = 0.9, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 20 | 200 | 86 | - |
| CMYK | 0.9 | 0 | 0.57 | 0.22 |
| HSL | 142º | 0.82% | 0.43% | - |
| HSV(B) | 142º | 0.9% | 0.78% | - |
| XYZ | 22.62 | 42.13 | 15.74 | - |
| YUV | 133.18 | 101.37 | 47.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 200 | 86 | 0.9 | 0 | 0.57 | 0.22 | 142 | 0.82 | 0.43 |
| Hex | 14 | C8 | 56 | 5A | 0 | 39 | 16 | 8E | 52 | 2B |
| Octal | 24 | 310 | 126 | 132 | 0 | 71 | 26 | 216 | 122 | 53 |
| Binary | 10100 | 11001000 | 1010110 | 1011010 | 0 | 111001 | 10110 | 10001110 | 1010010 | 101011 |
Color Harmonies of #14C856
Complementary color
Monochromatic Colors of #14C856
Black with #14C856
Text Example
Text Example
White with #14C856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C856; }
p { color: rgb(20,200,86); }
H1.HeaderClassName
{
color: #14C856;
}
.AnyTagClassName
{
color: #14C856;
}
</style>
background-color css
<style>
a { background-color: #14C856; }
a { background-color: rgb(20,200,86); }
div.DivClassName
{
background-color: #14C856;
}
.BgClassName
{
background-color: #14C856;
}
</style>
border-color css
<style>
span { border-color: #14C856; }
span { border-color: rgb(20,200,86); }
td.TdClassName
{
border-color: #14C856;
}
.TagClassName
{
border-color: #14C856;
}
</style>