Shades of Malachite #14C45F
Tints of Malachite #14C45F
RGB
CMYK
RGB Variations
Color information
#14C45F (or 0x14C45F) is known color: Malachite. HEX triplet: 14, C4 and 5F. RGB value is (20,196,95). Sum of RGB (Red+Green+Blue) = 20+196+95=311 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.43% from 311); Green value is 196 (76.95% from 255 or 63.02% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 196 - color contains mainly: green. Hex color #14C45F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C45F is #EB3BA0. Grayscale: #848484. Windows color (decimal): -15416225 or 6276116. OLE color: 6276116.
HSL color Cylindrical-coordinate representation of color #14C45F: hue angle of 145.57º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C45F is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 20 | 196 | 95 | - |
| CMYK | 0.90 | 0 | 0.52 | 0.23 |
| HSL | 145.57º | 0.81% | 0.42% | - |
| HSV(B) | 145.57º | 0.9% | 0.77% | - |
| XYZ | 22.09 | 40.45 | 17.47 | - |
| YUV | 131.86 | 107.19 | 48.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 196 | 95 | 0.90 | 0 | 0.52 | 0.23 | 145.57 | 0.81 | 0.42 |
| Hex | 14 | C4 | 5F | 5A | 0 | 34 | 17 | 92 | 51 | 2A |
| Octal | 24 | 304 | 137 | 132 | 0 | 64 | 27 | 222 | 121 | 52 |
| Binary | 10100 | 11000100 | 1011111 | 1011010 | 0 | 110100 | 10111 | 10010010 | 1010001 | 101010 |
Color Harmonies of #14C45F
Complementary color
Monochromatic Colors of #14C45F
Black with #14C45F
Text Example
Text Example
White with #14C45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C45F; }
p { color: rgb(20,196,95); }
H1.HeaderClassName
{
color: #14C45F;
}
.AnyTagClassName
{
color: #14C45F;
}
</style>
background-color css
<style>
a { background-color: #14C45F; }
a { background-color: rgb(20,196,95); }
div.DivClassName
{
background-color: #14C45F;
}
.BgClassName
{
background-color: #14C45F;
}
</style>
border-color css
<style>
span { border-color: #14C45F; }
span { border-color: rgb(20,196,95); }
td.TdClassName
{
border-color: #14C45F;
}
.TagClassName
{
border-color: #14C45F;
}
</style>