Shades of Malachite #14C15E
Tints of Malachite #14C15E
RGB
CMYK
RGB Variations
Color information
#14C15E (or 0x14C15E) is known color: Malachite. HEX triplet: 14, C1 and 5E. RGB value is (20,193,94). Sum of RGB (Red+Green+Blue) = 20+193+94=307 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.51% from 307); Green value is 193 (75.78% from 255 or 62.87% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 193 - color contains mainly: green. Hex color #14C15E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C15E is #EB3EA1. Grayscale: #828282. Windows color (decimal): -15416994 or 6209812. OLE color: 6209812.
HSL color Cylindrical-coordinate representation of color #14C15E: hue angle of 145.66º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C15E is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 193 | 94 | - |
| CMYK | 0.90 | 0 | 0.51 | 0.24 |
| HSL | 145.66º | 0.81% | 0.42% | - |
| HSV(B) | 145.66º | 0.9% | 0.76% | - |
| XYZ | 21.38 | 39.1 | 17.01 | - |
| YUV | 129.99 | 107.69 | 49.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 193 | 94 | 0.90 | 0 | 0.51 | 0.24 | 145.66 | 0.81 | 0.42 |
| Hex | 14 | C1 | 5E | 5A | 0 | 33 | 18 | 92 | 51 | 2A |
| Octal | 24 | 301 | 136 | 132 | 0 | 63 | 30 | 222 | 121 | 52 |
| Binary | 10100 | 11000001 | 1011110 | 1011010 | 0 | 110011 | 11000 | 10010010 | 1010001 | 101010 |
Color Harmonies of #14C15E
Complementary color
Monochromatic Colors of #14C15E
Black with #14C15E
Text Example
Text Example
White with #14C15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C15E; }
p { color: rgb(20,193,94); }
H1.HeaderClassName
{
color: #14C15E;
}
.AnyTagClassName
{
color: #14C15E;
}
</style>
background-color css
<style>
a { background-color: #14C15E; }
a { background-color: rgb(20,193,94); }
div.DivClassName
{
background-color: #14C15E;
}
.BgClassName
{
background-color: #14C15E;
}
</style>
border-color css
<style>
span { border-color: #14C15E; }
span { border-color: rgb(20,193,94); }
td.TdClassName
{
border-color: #14C15E;
}
.TagClassName
{
border-color: #14C15E;
}
</style>