Shades of Malachite #14E16D
Tints of Malachite #14E16D
RGB
CMYK
RGB Variations
Color information
#14E16D (or 0x14E16D) is known color: Malachite. HEX triplet: 14, E1 and 6D. RGB value is (20,225,109). Sum of RGB (Red+Green+Blue) = 20+225+109=354 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.65% from 354); Green value is 225 (88.28% from 255 or 63.56% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 225 - color contains mainly: green. Hex color #14E16D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14E16D is #EB1E92. Grayscale: #969696. Windows color (decimal): -15408787 or 7201044. OLE color: 7201044.
HSL color Cylindrical-coordinate representation of color #14E16D: hue angle of 146.05º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E16D is Cyan = 0.91, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 225 | 109 | - |
| CMYK | 0.91 | 0 | 0.52 | 0.12 |
| HSL | 146.05º | 0.84% | 0.48% | - |
| HSV(B) | 146.05º | 0.91% | 0.88% | - |
| XYZ | 29.97 | 55.1 | 23.52 | - |
| YUV | 150.48 | 104.58 | 34.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 225 | 109 | 0.91 | 0 | 0.52 | 0.12 | 146.05 | 0.84 | 0.48 |
| Hex | 14 | E1 | 6D | 5B | 0 | 34 | C | 92 | 54 | 30 |
| Octal | 24 | 341 | 155 | 133 | 0 | 64 | 14 | 222 | 124 | 60 |
| Binary | 10100 | 11100001 | 1101101 | 1011011 | 0 | 110100 | 1100 | 10010010 | 1010100 | 110000 |
Color Harmonies of #14E16D
Complementary color
Monochromatic Colors of #14E16D
Black with #14E16D
Text Example
Text Example
White with #14E16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E16D; }
p { color: rgb(20,225,109); }
H1.HeaderClassName
{
color: #14E16D;
}
.AnyTagClassName
{
color: #14E16D;
}
</style>
background-color css
<style>
a { background-color: #14E16D; }
a { background-color: rgb(20,225,109); }
div.DivClassName
{
background-color: #14E16D;
}
.BgClassName
{
background-color: #14E16D;
}
</style>
border-color css
<style>
span { border-color: #14E16D; }
span { border-color: rgb(20,225,109); }
td.TdClassName
{
border-color: #14E16D;
}
.TagClassName
{
border-color: #14E16D;
}
</style>