Shades of Malachite #14CB4E
Tints of Malachite #14CB4E
RGB
CMYK
RGB Variations
Color information
#14CB4E (or 0x14CB4E) is known color: Malachite. HEX triplet: 14, CB and 4E. RGB value is (20,203,78). Sum of RGB (Red+Green+Blue) = 20+203+78=301 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.64% from 301); Green value is 203 (79.69% from 255 or 67.44% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 203 - color contains mainly: green. Hex color #14CB4E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CB4E is #EB34B1. Grayscale: #868686. Windows color (decimal): -15414450 or 5163796. OLE color: 5163796.
HSL color Cylindrical-coordinate representation of color #14CB4E: hue angle of 139.02º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CB4E is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 203 | 78 | - |
| CMYK | 0.90 | 0 | 0.62 | 0.20 |
| HSL | 139.02º | 0.82% | 0.44% | - |
| HSV(B) | 139.02º | 0.9% | 0.8% | - |
| XYZ | 23.02 | 43.41 | 14.37 | - |
| YUV | 134.03 | 96.37 | 46.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 203 | 78 | 0.90 | 0 | 0.62 | 0.20 | 139.02 | 0.82 | 0.44 |
| Hex | 14 | CB | 4E | 5A | 0 | 3E | 14 | 8B | 52 | 2C |
| Octal | 24 | 313 | 116 | 132 | 0 | 76 | 24 | 213 | 122 | 54 |
| Binary | 10100 | 11001011 | 1001110 | 1011010 | 0 | 111110 | 10100 | 10001011 | 1010010 | 101100 |
Color Harmonies of #14CB4E
Complementary color
Monochromatic Colors of #14CB4E
Black with #14CB4E
Text Example
Text Example
White with #14CB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CB4E; }
p { color: rgb(20,203,78); }
H1.HeaderClassName
{
color: #14CB4E;
}
.AnyTagClassName
{
color: #14CB4E;
}
</style>
background-color css
<style>
a { background-color: #14CB4E; }
a { background-color: rgb(20,203,78); }
div.DivClassName
{
background-color: #14CB4E;
}
.BgClassName
{
background-color: #14CB4E;
}
</style>
border-color css
<style>
span { border-color: #14CB4E; }
span { border-color: rgb(20,203,78); }
td.TdClassName
{
border-color: #14CB4E;
}
.TagClassName
{
border-color: #14CB4E;
}
</style>