Shades of Malachite #14E86D
Tints of Malachite #14E86D
RGB
CMYK
RGB Variations
Color information
#14E86D (or 0x14E86D) is known color: Malachite. HEX triplet: 14, E8 and 6D. RGB value is (20,232,109). Sum of RGB (Red+Green+Blue) = 20+232+109=361 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.54% from 361); Green value is 232 (91.02% from 255 or 64.27% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 232 - color contains mainly: green. Hex color #14E86D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14E86D is #EB1792. Grayscale: #9A9A9A. Windows color (decimal): -15406995 or 7202836. OLE color: 7202836.
HSL color Cylindrical-coordinate representation of color #14E86D: hue angle of 145.19º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E86D is Cyan = 0.91, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 232 | 109 | - |
| CMYK | 0.91 | 0 | 0.53 | 0.09 |
| HSL | 145.19º | 0.84% | 0.49% | - |
| HSV(B) | 145.19º | 0.91% | 0.91% | - |
| XYZ | 31.91 | 58.97 | 24.17 | - |
| YUV | 154.59 | 102.26 | 32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 232 | 109 | 0.91 | 0 | 0.53 | 0.09 | 145.19 | 0.84 | 0.49 |
| Hex | 14 | E8 | 6D | 5B | 0 | 35 | 9 | 91 | 54 | 31 |
| Octal | 24 | 350 | 155 | 133 | 0 | 65 | 11 | 221 | 124 | 61 |
| Binary | 10100 | 11101000 | 1101101 | 1011011 | 0 | 110101 | 1001 | 10010001 | 1010100 | 110001 |
Color Harmonies of #14E86D
Complementary color
Monochromatic Colors of #14E86D
Black with #14E86D
Text Example
Text Example
White with #14E86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E86D; }
p { color: rgb(20,232,109); }
H1.HeaderClassName
{
color: #14E86D;
}
.AnyTagClassName
{
color: #14E86D;
}
</style>
background-color css
<style>
a { background-color: #14E86D; }
a { background-color: rgb(20,232,109); }
div.DivClassName
{
background-color: #14E86D;
}
.BgClassName
{
background-color: #14E86D;
}
</style>
border-color css
<style>
span { border-color: #14E86D; }
span { border-color: rgb(20,232,109); }
td.TdClassName
{
border-color: #14E86D;
}
.TagClassName
{
border-color: #14E86D;
}
</style>