Shades of Malachite #14CE58
Tints of Malachite #14CE58
RGB
CMYK
RGB Variations
Color information
#14CE58 (or 0x14CE58) is known color: Malachite. HEX triplet: 14, CE and 58. RGB value is (20,206,88). Sum of RGB (Red+Green+Blue) = 20+206+88=314 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.37% from 314); Green value is 206 (80.86% from 255 or 65.61% from 314); Blue value is 88 (34.77% from 255 or 28.03% from 314); Max value from RGB is 206 - color contains mainly: green. Hex color #14CE58 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CE58 is #EB31A7. Grayscale: #898989. Windows color (decimal): -15413672 or 5819924. OLE color: 5819924.
HSL color Cylindrical-coordinate representation of color #14CE58: hue angle of 141.94º 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 #14CE58 is Cyan = 0.90, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 206 | 88 | - |
| CMYK | 0.90 | 0 | 0.57 | 0.19 |
| HSL | 141.94º | 0.82% | 0.44% | - |
| HSV(B) | 141.94º | 0.9% | 0.81% | - |
| XYZ | 24.12 | 45 | 16.65 | - |
| YUV | 136.93 | 100.38 | 44.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 206 | 88 | 0.90 | 0 | 0.57 | 0.19 | 141.94 | 0.82 | 0.44 |
| Hex | 14 | CE | 58 | 5A | 0 | 39 | 13 | 8E | 52 | 2C |
| Octal | 24 | 316 | 130 | 132 | 0 | 71 | 23 | 216 | 122 | 54 |
| Binary | 10100 | 11001110 | 1011000 | 1011010 | 0 | 111001 | 10011 | 10001110 | 1010010 | 101100 |
Color Harmonies of #14CE58
Complementary color
Monochromatic Colors of #14CE58
Black with #14CE58
Text Example
Text Example
White with #14CE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CE58; }
p { color: rgb(20,206,88); }
H1.HeaderClassName
{
color: #14CE58;
}
.AnyTagClassName
{
color: #14CE58;
}
</style>
background-color css
<style>
a { background-color: #14CE58; }
a { background-color: rgb(20,206,88); }
div.DivClassName
{
background-color: #14CE58;
}
.BgClassName
{
background-color: #14CE58;
}
</style>
border-color css
<style>
span { border-color: #14CE58; }
span { border-color: rgb(20,206,88); }
td.TdClassName
{
border-color: #14CE58;
}
.TagClassName
{
border-color: #14CE58;
}
</style>