Shades of Malachite #14CE53
Tints of Malachite #14CE53
RGB
CMYK
RGB Variations
Color information
#14CE53 (or 0x14CE53) is known color: Malachite. HEX triplet: 14, CE and 53. RGB value is (20,206,83). Sum of RGB (Red+Green+Blue) = 20+206+83=309 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.47% from 309); Green value is 206 (80.86% from 255 or 66.67% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 206 - color contains mainly: green. Hex color #14CE53 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CE53 is #EB31AC. Grayscale: #888888. Windows color (decimal): -15413677 or 5492244. OLE color: 5492244.
HSL color Cylindrical-coordinate representation of color #14CE53: hue angle of 140.32º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CE53 is Cyan = 0.90, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 206 | 83 | - |
| CMYK | 0.90 | 0 | 0.60 | 0.19 |
| HSL | 140.32º | 0.82% | 0.44% | - |
| HSV(B) | 140.32º | 0.9% | 0.81% | - |
| XYZ | 23.92 | 44.92 | 15.59 | - |
| YUV | 136.36 | 97.88 | 45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 206 | 83 | 0.90 | 0 | 0.60 | 0.19 | 140.32 | 0.82 | 0.44 |
| Hex | 14 | CE | 53 | 5A | 0 | 3C | 13 | 8C | 52 | 2C |
| Octal | 24 | 316 | 123 | 132 | 0 | 74 | 23 | 214 | 122 | 54 |
| Binary | 10100 | 11001110 | 1010011 | 1011010 | 0 | 111100 | 10011 | 10001100 | 1010010 | 101100 |
Color Harmonies of #14CE53
Complementary color
Monochromatic Colors of #14CE53
Black with #14CE53
Text Example
Text Example
White with #14CE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CE53; }
p { color: rgb(20,206,83); }
H1.HeaderClassName
{
color: #14CE53;
}
.AnyTagClassName
{
color: #14CE53;
}
</style>
background-color css
<style>
a { background-color: #14CE53; }
a { background-color: rgb(20,206,83); }
div.DivClassName
{
background-color: #14CE53;
}
.BgClassName
{
background-color: #14CE53;
}
</style>
border-color css
<style>
span { border-color: #14CE53; }
span { border-color: rgb(20,206,83); }
td.TdClassName
{
border-color: #14CE53;
}
.TagClassName
{
border-color: #14CE53;
}
</style>