Shades of Malachite #14E863
Tints of Malachite #14E863
RGB
CMYK
RGB Variations
Color information
#14E863 (or 0x14E863) is known color: Malachite. HEX triplet: 14, E8 and 63. RGB value is (20,232,99). Sum of RGB (Red+Green+Blue) = 20+232+99=351 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.70% from 351); Green value is 232 (91.02% from 255 or 66.10% from 351); Blue value is 99 (39.06% from 255 or 28.21% from 351); Max value from RGB is 232 - color contains mainly: green. Hex color #14E863 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14E863 is #EB179C. Grayscale: #999999. Windows color (decimal): -15407005 or 6547476. OLE color: 6547476.
HSL color Cylindrical-coordinate representation of color #14E863: hue angle of 142.36º 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 #14E863 is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 232 | 99 | - |
| CMYK | 0.91 | 0 | 0.57 | 0.09 |
| HSL | 142.36º | 0.84% | 0.49% | - |
| HSV(B) | 142.36º | 0.91% | 0.91% | - |
| XYZ | 31.4 | 58.76 | 21.49 | - |
| YUV | 153.45 | 97.26 | 32.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 232 | 99 | 0.91 | 0 | 0.57 | 0.09 | 142.36 | 0.84 | 0.49 |
| Hex | 14 | E8 | 63 | 5B | 0 | 39 | 9 | 8E | 54 | 31 |
| Octal | 24 | 350 | 143 | 133 | 0 | 71 | 11 | 216 | 124 | 61 |
| Binary | 10100 | 11101000 | 1100011 | 1011011 | 0 | 111001 | 1001 | 10001110 | 1010100 | 110001 |
Color Harmonies of #14E863
Complementary color
Monochromatic Colors of #14E863
Black with #14E863
Text Example
Text Example
White with #14E863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E863; }
p { color: rgb(20,232,99); }
H1.HeaderClassName
{
color: #14E863;
}
.AnyTagClassName
{
color: #14E863;
}
</style>
background-color css
<style>
a { background-color: #14E863; }
a { background-color: rgb(20,232,99); }
div.DivClassName
{
background-color: #14E863;
}
.BgClassName
{
background-color: #14E863;
}
</style>
border-color css
<style>
span { border-color: #14E863; }
span { border-color: rgb(20,232,99); }
td.TdClassName
{
border-color: #14E863;
}
.TagClassName
{
border-color: #14E863;
}
</style>