Shades of Malachite #14C84D
Tints of Malachite #14C84D
RGB
CMYK
RGB Variations
Color information
#14C84D (or 0x14C84D) is known color: Malachite. HEX triplet: 14, C8 and 4D. RGB value is (20,200,77). Sum of RGB (Red+Green+Blue) = 20+200+77=297 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.73% from 297); Green value is 200 (78.52% from 255 or 67.34% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 200 - color contains mainly: green. Hex color #14C84D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C84D is #EB37B2. Grayscale: #848484. Windows color (decimal): -15415219 or 5097492. OLE color: 5097492.
HSL color Cylindrical-coordinate representation of color #14C84D: hue angle of 139º 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 #14C84D is Cyan = 0.9, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 20 | 200 | 77 | - |
| CMYK | 0.9 | 0 | 0.62 | 0.22 |
| HSL | 139º | 0.82% | 0.43% | - |
| HSV(B) | 139º | 0.9% | 0.78% | - |
| XYZ | 22.28 | 41.99 | 13.95 | - |
| YUV | 132.16 | 96.87 | 48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 200 | 77 | 0.9 | 0 | 0.62 | 0.22 | 139 | 0.82 | 0.43 |
| Hex | 14 | C8 | 4D | 5A | 0 | 3E | 16 | 8B | 52 | 2B |
| Octal | 24 | 310 | 115 | 132 | 0 | 76 | 26 | 213 | 122 | 53 |
| Binary | 10100 | 11001000 | 1001101 | 1011010 | 0 | 111110 | 10110 | 10001011 | 1010010 | 101011 |
Color Harmonies of #14C84D
Complementary color
Monochromatic Colors of #14C84D
Black with #14C84D
Text Example
Text Example
White with #14C84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C84D; }
p { color: rgb(20,200,77); }
H1.HeaderClassName
{
color: #14C84D;
}
.AnyTagClassName
{
color: #14C84D;
}
</style>
background-color css
<style>
a { background-color: #14C84D; }
a { background-color: rgb(20,200,77); }
div.DivClassName
{
background-color: #14C84D;
}
.BgClassName
{
background-color: #14C84D;
}
</style>
border-color css
<style>
span { border-color: #14C84D; }
span { border-color: rgb(20,200,77); }
td.TdClassName
{
border-color: #14C84D;
}
.TagClassName
{
border-color: #14C84D;
}
</style>