Shades of Malachite #14C85D
Tints of Malachite #14C85D
RGB
CMYK
RGB Variations
Color information
#14C85D (or 0x14C85D) is known color: Malachite. HEX triplet: 14, C8 and 5D. RGB value is (20,200,93). Sum of RGB (Red+Green+Blue) = 20+200+93=313 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.39% from 313); Green value is 200 (78.52% from 255 or 63.90% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 200 - color contains mainly: green. Hex color #14C85D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C85D is #EB37A2. Grayscale: #868686. Windows color (decimal): -15415203 or 6146068. OLE color: 6146068.
HSL color Cylindrical-coordinate representation of color #14C85D: hue angle of 144.33º 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 #14C85D is Cyan = 0.9, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 20 | 200 | 93 | - |
| CMYK | 0.9 | 0 | 0.54 | 0.22 |
| HSL | 144.33º | 0.82% | 0.43% | - |
| HSV(B) | 144.33º | 0.9% | 0.78% | - |
| XYZ | 22.92 | 42.25 | 17.3 | - |
| YUV | 133.98 | 104.87 | 46.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 200 | 93 | 0.9 | 0 | 0.54 | 0.22 | 144.33 | 0.82 | 0.43 |
| Hex | 14 | C8 | 5D | 5A | 0 | 36 | 16 | 90 | 52 | 2B |
| Octal | 24 | 310 | 135 | 132 | 0 | 66 | 26 | 220 | 122 | 53 |
| Binary | 10100 | 11001000 | 1011101 | 1011010 | 0 | 110110 | 10110 | 10010000 | 1010010 | 101011 |
Color Harmonies of #14C85D
Complementary color
Monochromatic Colors of #14C85D
Black with #14C85D
Text Example
Text Example
White with #14C85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C85D; }
p { color: rgb(20,200,93); }
H1.HeaderClassName
{
color: #14C85D;
}
.AnyTagClassName
{
color: #14C85D;
}
</style>
background-color css
<style>
a { background-color: #14C85D; }
a { background-color: rgb(20,200,93); }
div.DivClassName
{
background-color: #14C85D;
}
.BgClassName
{
background-color: #14C85D;
}
</style>
border-color css
<style>
span { border-color: #14C85D; }
span { border-color: rgb(20,200,93); }
td.TdClassName
{
border-color: #14C85D;
}
.TagClassName
{
border-color: #14C85D;
}
</style>