Shades of Malachite #14E040
Tints of Malachite #14E040
RGB
CMYK
RGB Variations
Color information
#14E040 (or 0x14E040) is known color: Malachite. HEX triplet: 14, E0 and 40. RGB value is (20,224,64). Sum of RGB (Red+Green+Blue) = 20+224+64=308 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.49% from 308); Green value is 224 (87.89% from 255 or 72.73% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 224 - color contains mainly: green. Hex color #14E040 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14E040 is #EB1FBF. Grayscale: #919191. Windows color (decimal): -15409088 or 4251668. OLE color: 4251668.
HSL color Cylindrical-coordinate representation of color #14E040: hue angle of 132.94º 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 #14E040 is Cyan = 0.91, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 224 | 64 | - |
| CMYK | 0.91 | 0 | 0.71 | 0.12 |
| HSL | 132.94º | 0.84% | 0.48% | - |
| HSV(B) | 132.94º | 0.91% | 0.88% | - |
| XYZ | 27.87 | 53.83 | 13.77 | - |
| YUV | 144.76 | 82.41 | 39.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 224 | 64 | 0.91 | 0 | 0.71 | 0.12 | 132.94 | 0.84 | 0.48 |
| Hex | 14 | E0 | 40 | 5B | 0 | 47 | C | 85 | 54 | 30 |
| Octal | 24 | 340 | 100 | 133 | 0 | 107 | 14 | 205 | 124 | 60 |
| Binary | 10100 | 11100000 | 1000000 | 1011011 | 0 | 1000111 | 1100 | 10000101 | 1010100 | 110000 |
Color Harmonies of #14E040
Complementary color
Monochromatic Colors of #14E040
Black with #14E040
Text Example
Text Example
White with #14E040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E040; }
p { color: rgb(20,224,64); }
H1.HeaderClassName
{
color: #14E040;
}
.AnyTagClassName
{
color: #14E040;
}
</style>
background-color css
<style>
a { background-color: #14E040; }
a { background-color: rgb(20,224,64); }
div.DivClassName
{
background-color: #14E040;
}
.BgClassName
{
background-color: #14E040;
}
</style>
border-color css
<style>
span { border-color: #14E040; }
span { border-color: rgb(20,224,64); }
td.TdClassName
{
border-color: #14E040;
}
.TagClassName
{
border-color: #14E040;
}
</style>