Shades of Malachite #14CD64
Tints of Malachite #14CD64
RGB
CMYK
RGB Variations
Color information
#14CD64 (or 0x14CD64) is known color: Malachite. HEX triplet: 14, CD and 64. RGB value is (20,205,100). Sum of RGB (Red+Green+Blue) = 20+205+100=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 205 (80.47% from 255 or 63.08% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 205 - color contains mainly: green. Hex color #14CD64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CD64 is #EB329B. Grayscale: #898989. Windows color (decimal): -15413916 or 6606100. OLE color: 6606100.
HSL color Cylindrical-coordinate representation of color #14CD64: hue angle of 145.95º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CD64 is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 205 | 100 | - |
| CMYK | 0.90 | 0 | 0.51 | 0.20 |
| HSL | 145.95º | 0.82% | 0.44% | - |
| HSV(B) | 145.95º | 0.9% | 0.8% | - |
| XYZ | 24.42 | 44.73 | 19.4 | - |
| YUV | 137.72 | 106.71 | 44.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 205 | 100 | 0.90 | 0 | 0.51 | 0.20 | 145.95 | 0.82 | 0.44 |
| Hex | 14 | CD | 64 | 5A | 0 | 33 | 14 | 92 | 52 | 2C |
| Octal | 24 | 315 | 144 | 132 | 0 | 63 | 24 | 222 | 122 | 54 |
| Binary | 10100 | 11001101 | 1100100 | 1011010 | 0 | 110011 | 10100 | 10010010 | 1010010 | 101100 |
Color Harmonies of #14CD64
Complementary color
Monochromatic Colors of #14CD64
Black with #14CD64
Text Example
Text Example
White with #14CD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CD64; }
p { color: rgb(20,205,100); }
H1.HeaderClassName
{
color: #14CD64;
}
.AnyTagClassName
{
color: #14CD64;
}
</style>
background-color css
<style>
a { background-color: #14CD64; }
a { background-color: rgb(20,205,100); }
div.DivClassName
{
background-color: #14CD64;
}
.BgClassName
{
background-color: #14CD64;
}
</style>
border-color css
<style>
span { border-color: #14CD64; }
span { border-color: rgb(20,205,100); }
td.TdClassName
{
border-color: #14CD64;
}
.TagClassName
{
border-color: #14CD64;
}
</style>