Shades of Malachite #14C55E
Tints of Malachite #14C55E
RGB
CMYK
RGB Variations
Color information
#14C55E (or 0x14C55E) is known color: Malachite. HEX triplet: 14, C5 and 5E. RGB value is (20,197,94). Sum of RGB (Red+Green+Blue) = 20+197+94=311 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.43% from 311); Green value is 197 (77.34% from 255 or 63.34% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 197 - color contains mainly: green. Hex color #14C55E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C55E is #EB3AA1. Grayscale: #848484. Windows color (decimal): -15415970 or 6210836. OLE color: 6210836.
HSL color Cylindrical-coordinate representation of color #14C55E: hue angle of 145.08º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C55E is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 20 | 197 | 94 | - |
| CMYK | 0.90 | 0 | 0.52 | 0.23 |
| HSL | 145.08º | 0.82% | 0.43% | - |
| HSV(B) | 145.08º | 0.9% | 0.77% | - |
| XYZ | 22.28 | 40.89 | 17.31 | - |
| YUV | 132.34 | 106.36 | 47.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 197 | 94 | 0.90 | 0 | 0.52 | 0.23 | 145.08 | 0.82 | 0.43 |
| Hex | 14 | C5 | 5E | 5A | 0 | 34 | 17 | 91 | 52 | 2B |
| Octal | 24 | 305 | 136 | 132 | 0 | 64 | 27 | 221 | 122 | 53 |
| Binary | 10100 | 11000101 | 1011110 | 1011010 | 0 | 110100 | 10111 | 10010001 | 1010010 | 101011 |
Color Harmonies of #14C55E
Complementary color
Monochromatic Colors of #14C55E
Black with #14C55E
Text Example
Text Example
White with #14C55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C55E; }
p { color: rgb(20,197,94); }
H1.HeaderClassName
{
color: #14C55E;
}
.AnyTagClassName
{
color: #14C55E;
}
</style>
background-color css
<style>
a { background-color: #14C55E; }
a { background-color: rgb(20,197,94); }
div.DivClassName
{
background-color: #14C55E;
}
.BgClassName
{
background-color: #14C55E;
}
</style>
border-color css
<style>
span { border-color: #14C55E; }
span { border-color: rgb(20,197,94); }
td.TdClassName
{
border-color: #14C55E;
}
.TagClassName
{
border-color: #14C55E;
}
</style>