Shades of Malachite #14D647
Tints of Malachite #14D647
RGB
CMYK
RGB Variations
Color information
#14D647 (or 0x14D647) is known color: Malachite. HEX triplet: 14, D6 and 47. RGB value is (20,214,71). Sum of RGB (Red+Green+Blue) = 20+214+71=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 214 (83.98% from 255 or 70.16% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 214 - color contains mainly: green. Hex color #14D647 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D647 is #EB29B8. Grayscale: #8C8C8C. Windows color (decimal): -15411641 or 4707860. OLE color: 4707860.
HSL color Cylindrical-coordinate representation of color #14D647: hue angle of 135.77º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D647 is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 214 | 71 | - |
| CMYK | 0.91 | 0 | 0.67 | 0.16 |
| HSL | 135.77º | 0.83% | 0.46% | - |
| HSV(B) | 135.77º | 0.91% | 0.84% | - |
| XYZ | 25.47 | 48.7 | 14.02 | - |
| YUV | 139.69 | 89.23 | 42.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 214 | 71 | 0.91 | 0 | 0.67 | 0.16 | 135.77 | 0.83 | 0.46 |
| Hex | 14 | D6 | 47 | 5B | 0 | 43 | 10 | 88 | 53 | 2E |
| Octal | 24 | 326 | 107 | 133 | 0 | 103 | 20 | 210 | 123 | 56 |
| Binary | 10100 | 11010110 | 1000111 | 1011011 | 0 | 1000011 | 10000 | 10001000 | 1010011 | 101110 |
Color Harmonies of #14D647
Complementary color
Monochromatic Colors of #14D647
Black with #14D647
Text Example
Text Example
White with #14D647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D647; }
p { color: rgb(20,214,71); }
H1.HeaderClassName
{
color: #14D647;
}
.AnyTagClassName
{
color: #14D647;
}
</style>
background-color css
<style>
a { background-color: #14D647; }
a { background-color: rgb(20,214,71); }
div.DivClassName
{
background-color: #14D647;
}
.BgClassName
{
background-color: #14D647;
}
</style>
border-color css
<style>
span { border-color: #14D647; }
span { border-color: rgb(20,214,71); }
td.TdClassName
{
border-color: #14D647;
}
.TagClassName
{
border-color: #14D647;
}
</style>