Shades of Malachite #14E562
Tints of Malachite #14E562
RGB
CMYK
RGB Variations
Color information
#14E562 (or 0x14E562) is known color: Malachite. HEX triplet: 14, E5 and 62. RGB value is (20,229,98). Sum of RGB (Red+Green+Blue) = 20+229+98=347 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.76% from 347); Green value is 229 (89.84% from 255 or 65.99% from 347); Blue value is 98 (38.67% from 255 or 28.24% from 347); Max value from RGB is 229 - color contains mainly: green. Hex color #14E562 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14E562 is #EB1A9D. Grayscale: #979797. Windows color (decimal): -15407774 or 6481172. OLE color: 6481172.
HSL color Cylindrical-coordinate representation of color #14E562: hue angle of 142.39º 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 #14E562 is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 20 | 229 | 98 | - |
| CMYK | 0.91 | 0 | 0.57 | 0.10 |
| HSL | 142.39º | 0.84% | 0.49% | - |
| HSV(B) | 142.39º | 0.91% | 0.9% | - |
| XYZ | 30.51 | 57.07 | 20.96 | - |
| YUV | 151.58 | 97.76 | 34.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 229 | 98 | 0.91 | 0 | 0.57 | 0.10 | 142.39 | 0.84 | 0.49 |
| Hex | 14 | E5 | 62 | 5B | 0 | 39 | A | 8E | 54 | 31 |
| Octal | 24 | 345 | 142 | 133 | 0 | 71 | 12 | 216 | 124 | 61 |
| Binary | 10100 | 11100101 | 1100010 | 1011011 | 0 | 111001 | 1010 | 10001110 | 1010100 | 110001 |
Color Harmonies of #14E562
Complementary color
Monochromatic Colors of #14E562
Black with #14E562
Text Example
Text Example
White with #14E562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E562; }
p { color: rgb(20,229,98); }
H1.HeaderClassName
{
color: #14E562;
}
.AnyTagClassName
{
color: #14E562;
}
</style>
background-color css
<style>
a { background-color: #14E562; }
a { background-color: rgb(20,229,98); }
div.DivClassName
{
background-color: #14E562;
}
.BgClassName
{
background-color: #14E562;
}
</style>
border-color css
<style>
span { border-color: #14E562; }
span { border-color: rgb(20,229,98); }
td.TdClassName
{
border-color: #14E562;
}
.TagClassName
{
border-color: #14E562;
}
</style>