Shades of Malachite #14E032
Tints of Malachite #14E032
RGB
CMYK
RGB Variations
Color information
#14E032 (or 0x14E032) is known color: Malachite. HEX triplet: 14, E0 and 32. RGB value is (20,224,50). Sum of RGB (Red+Green+Blue) = 20+224+50=294 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.80% from 294); Green value is 224 (87.89% from 255 or 76.19% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 224 - color contains mainly: green. Hex color #14E032 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14E032 is #EB1FCD. Grayscale: #8F8F8F. Windows color (decimal): -15409102 or 3334164. OLE color: 3334164.
HSL color Cylindrical-coordinate representation of color #14E032: hue angle of 128.82º 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 #14E032 is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 224 | 50 | - |
| CMYK | 0.91 | 0 | 0.78 | 0.12 |
| HSL | 128.82º | 0.84% | 0.48% | - |
| HSV(B) | 128.82º | 0.91% | 0.88% | - |
| XYZ | 27.52 | 53.69 | 11.93 | - |
| YUV | 143.17 | 75.41 | 40.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 224 | 50 | 0.91 | 0 | 0.78 | 0.12 | 128.82 | 0.84 | 0.48 |
| Hex | 14 | E0 | 32 | 5B | 0 | 4E | C | 81 | 54 | 30 |
| Octal | 24 | 340 | 62 | 133 | 0 | 116 | 14 | 201 | 124 | 60 |
| Binary | 10100 | 11100000 | 110010 | 1011011 | 0 | 1001110 | 1100 | 10000001 | 1010100 | 110000 |
Color Harmonies of #14E032
Complementary color
Monochromatic Colors of #14E032
Black with #14E032
Text Example
Text Example
White with #14E032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E032; }
p { color: rgb(20,224,50); }
H1.HeaderClassName
{
color: #14E032;
}
.AnyTagClassName
{
color: #14E032;
}
</style>
background-color css
<style>
a { background-color: #14E032; }
a { background-color: rgb(20,224,50); }
div.DivClassName
{
background-color: #14E032;
}
.BgClassName
{
background-color: #14E032;
}
</style>
border-color css
<style>
span { border-color: #14E032; }
span { border-color: rgb(20,224,50); }
td.TdClassName
{
border-color: #14E032;
}
.TagClassName
{
border-color: #14E032;
}
</style>