Shades of Malachite #14E14E
Tints of Malachite #14E14E
RGB
CMYK
RGB Variations
Color information
#14E14E (or 0x14E14E) is known color: Malachite. HEX triplet: 14, E1 and 4E. RGB value is (20,225,78). Sum of RGB (Red+Green+Blue) = 20+225+78=323 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.19% from 323); Green value is 225 (88.28% from 255 or 69.66% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 225 - color contains mainly: green. Hex color #14E14E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14E14E is #EB1EB1. Grayscale: #939393. Windows color (decimal): -15408818 or 5169428. OLE color: 5169428.
HSL color Cylindrical-coordinate representation of color #14E14E: hue angle of 136.98º 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 #14E14E is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 225 | 78 | - |
| CMYK | 0.91 | 0 | 0.65 | 0.12 |
| HSL | 136.98º | 0.84% | 0.48% | - |
| HSV(B) | 136.98º | 0.91% | 0.88% | - |
| XYZ | 28.59 | 54.55 | 16.23 | - |
| YUV | 146.95 | 89.08 | 37.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 225 | 78 | 0.91 | 0 | 0.65 | 0.12 | 136.98 | 0.84 | 0.48 |
| Hex | 14 | E1 | 4E | 5B | 0 | 41 | C | 89 | 54 | 30 |
| Octal | 24 | 341 | 116 | 133 | 0 | 101 | 14 | 211 | 124 | 60 |
| Binary | 10100 | 11100001 | 1001110 | 1011011 | 0 | 1000001 | 1100 | 10001001 | 1010100 | 110000 |
Color Harmonies of #14E14E
Complementary color
Monochromatic Colors of #14E14E
Black with #14E14E
Text Example
Text Example
White with #14E14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E14E; }
p { color: rgb(20,225,78); }
H1.HeaderClassName
{
color: #14E14E;
}
.AnyTagClassName
{
color: #14E14E;
}
</style>
background-color css
<style>
a { background-color: #14E14E; }
a { background-color: rgb(20,225,78); }
div.DivClassName
{
background-color: #14E14E;
}
.BgClassName
{
background-color: #14E14E;
}
</style>
border-color css
<style>
span { border-color: #14E14E; }
span { border-color: rgb(20,225,78); }
td.TdClassName
{
border-color: #14E14E;
}
.TagClassName
{
border-color: #14E14E;
}
</style>