Shades of Malachite #14E540
Tints of Malachite #14E540
RGB
CMYK
RGB Variations
Color information
#14E540 (or 0x14E540) is known color: Malachite. HEX triplet: 14, E5 and 40. RGB value is (20,229,64). Sum of RGB (Red+Green+Blue) = 20+229+64=313 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.39% from 313); Green value is 229 (89.84% from 255 or 73.16% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 229 - color contains mainly: green. Hex color #14E540 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14E540 is #EB1ABF. Grayscale: #949494. Windows color (decimal): -15407808 or 4252948. OLE color: 4252948.
HSL color Cylindrical-coordinate representation of color #14E540: hue angle of 132.63º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E540 is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 20 | 229 | 64 | - |
| CMYK | 0.91 | 0 | 0.72 | 0.10 |
| HSL | 132.63º | 0.84% | 0.49% | - |
| HSV(B) | 132.63º | 0.91% | 0.9% | - |
| XYZ | 29.23 | 56.56 | 14.23 | - |
| YUV | 147.7 | 80.76 | 36.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 229 | 64 | 0.91 | 0 | 0.72 | 0.10 | 132.63 | 0.84 | 0.49 |
| Hex | 14 | E5 | 40 | 5B | 0 | 48 | A | 85 | 54 | 31 |
| Octal | 24 | 345 | 100 | 133 | 0 | 110 | 12 | 205 | 124 | 61 |
| Binary | 10100 | 11100101 | 1000000 | 1011011 | 0 | 1001000 | 1010 | 10000101 | 1010100 | 110001 |
Color Harmonies of #14E540
Complementary color
Monochromatic Colors of #14E540
Black with #14E540
Text Example
Text Example
White with #14E540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E540; }
p { color: rgb(20,229,64); }
H1.HeaderClassName
{
color: #14E540;
}
.AnyTagClassName
{
color: #14E540;
}
</style>
background-color css
<style>
a { background-color: #14E540; }
a { background-color: rgb(20,229,64); }
div.DivClassName
{
background-color: #14E540;
}
.BgClassName
{
background-color: #14E540;
}
</style>
border-color css
<style>
span { border-color: #14E540; }
span { border-color: rgb(20,229,64); }
td.TdClassName
{
border-color: #14E540;
}
.TagClassName
{
border-color: #14E540;
}
</style>