Shades of Malachite #14C85F
Tints of Malachite #14C85F
RGB
CMYK
RGB Variations
Color information
#14C85F (or 0x14C85F) is known color: Malachite. HEX triplet: 14, C8 and 5F. RGB value is (20,200,95). Sum of RGB (Red+Green+Blue) = 20+200+95=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 200 (78.52% from 255 or 63.49% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 200 - color contains mainly: green. Hex color #14C85F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C85F is #EB37A0. Grayscale: #868686. Windows color (decimal): -15415201 or 6277140. OLE color: 6277140.
HSL color Cylindrical-coordinate representation of color #14C85F: hue angle of 145º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C85F is Cyan = 0.9, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 20 | 200 | 95 | - |
| CMYK | 0.9 | 0 | 0.52 | 0.22 |
| HSL | 145º | 0.82% | 0.43% | - |
| HSV(B) | 145º | 0.9% | 0.78% | - |
| XYZ | 23.01 | 42.28 | 17.78 | - |
| YUV | 134.21 | 105.87 | 46.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 200 | 95 | 0.9 | 0 | 0.52 | 0.22 | 145 | 0.82 | 0.43 |
| Hex | 14 | C8 | 5F | 5A | 0 | 34 | 16 | 91 | 52 | 2B |
| Octal | 24 | 310 | 137 | 132 | 0 | 64 | 26 | 221 | 122 | 53 |
| Binary | 10100 | 11001000 | 1011111 | 1011010 | 0 | 110100 | 10110 | 10010001 | 1010010 | 101011 |
Color Harmonies of #14C85F
Complementary color
Monochromatic Colors of #14C85F
Black with #14C85F
Text Example
Text Example
White with #14C85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C85F; }
p { color: rgb(20,200,95); }
H1.HeaderClassName
{
color: #14C85F;
}
.AnyTagClassName
{
color: #14C85F;
}
</style>
background-color css
<style>
a { background-color: #14C85F; }
a { background-color: rgb(20,200,95); }
div.DivClassName
{
background-color: #14C85F;
}
.BgClassName
{
background-color: #14C85F;
}
</style>
border-color css
<style>
span { border-color: #14C85F; }
span { border-color: rgb(20,200,95); }
td.TdClassName
{
border-color: #14C85F;
}
.TagClassName
{
border-color: #14C85F;
}
</style>