Shades of Malachite #14E143
Tints of Malachite #14E143
RGB
CMYK
RGB Variations
Color information
#14E143 (or 0x14E143) is known color: Malachite. HEX triplet: 14, E1 and 43. RGB value is (20,225,67). Sum of RGB (Red+Green+Blue) = 20+225+67=312 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.41% from 312); Green value is 225 (88.28% from 255 or 72.12% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 225 - color contains mainly: green. Hex color #14E143 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14E143 is #EB1EBC. Grayscale: #929292. Windows color (decimal): -15408829 or 4448532. OLE color: 4448532.
HSL color Cylindrical-coordinate representation of color #14E143: hue angle of 133.76º 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 #14E143 is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 225 | 67 | - |
| CMYK | 0.91 | 0 | 0.70 | 0.12 |
| HSL | 133.76º | 0.84% | 0.48% | - |
| HSV(B) | 133.76º | 0.91% | 0.88% | - |
| XYZ | 28.23 | 54.4 | 14.32 | - |
| YUV | 145.69 | 83.58 | 38.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 225 | 67 | 0.91 | 0 | 0.70 | 0.12 | 133.76 | 0.84 | 0.48 |
| Hex | 14 | E1 | 43 | 5B | 0 | 46 | C | 86 | 54 | 30 |
| Octal | 24 | 341 | 103 | 133 | 0 | 106 | 14 | 206 | 124 | 60 |
| Binary | 10100 | 11100001 | 1000011 | 1011011 | 0 | 1000110 | 1100 | 10000110 | 1010100 | 110000 |
Color Harmonies of #14E143
Complementary color
Monochromatic Colors of #14E143
Black with #14E143
Text Example
Text Example
White with #14E143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E143; }
p { color: rgb(20,225,67); }
H1.HeaderClassName
{
color: #14E143;
}
.AnyTagClassName
{
color: #14E143;
}
</style>
background-color css
<style>
a { background-color: #14E143; }
a { background-color: rgb(20,225,67); }
div.DivClassName
{
background-color: #14E143;
}
.BgClassName
{
background-color: #14E143;
}
</style>
border-color css
<style>
span { border-color: #14E143; }
span { border-color: rgb(20,225,67); }
td.TdClassName
{
border-color: #14E143;
}
.TagClassName
{
border-color: #14E143;
}
</style>