Shades of Malachite #14DC66
Tints of Malachite #14DC66
RGB
CMYK
RGB Variations
Color information
#14DC66 (or 0x14DC66) is known color: Malachite. HEX triplet: 14, DC and 66. RGB value is (20,220,102). Sum of RGB (Red+Green+Blue) = 20+220+102=342 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.85% from 342); Green value is 220 (86.33% from 255 or 64.33% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 220 - color contains mainly: green. Hex color #14DC66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14DC66 is #EB2399. Grayscale: #939393. Windows color (decimal): -15410074 or 6741012. OLE color: 6741012.
HSL color Cylindrical-coordinate representation of color #14DC66: hue angle of 144.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DC66 is Cyan = 0.91, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 220 | 102 | - |
| CMYK | 0.91 | 0 | 0.54 | 0.14 |
| HSL | 144.6º | 0.83% | 0.47% | - |
| HSV(B) | 144.6º | 0.91% | 0.86% | - |
| XYZ | 28.28 | 52.29 | 21.17 | - |
| YUV | 146.75 | 102.74 | 37.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 220 | 102 | 0.91 | 0 | 0.54 | 0.14 | 144.6 | 0.83 | 0.47 |
| Hex | 14 | DC | 66 | 5B | 0 | 36 | E | 91 | 53 | 2F |
| Octal | 24 | 334 | 146 | 133 | 0 | 66 | 16 | 221 | 123 | 57 |
| Binary | 10100 | 11011100 | 1100110 | 1011011 | 0 | 110110 | 1110 | 10010001 | 1010011 | 101111 |
Color Harmonies of #14DC66
Complementary color
Monochromatic Colors of #14DC66
Black with #14DC66
Text Example
Text Example
White with #14DC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DC66; }
p { color: rgb(20,220,102); }
H1.HeaderClassName
{
color: #14DC66;
}
.AnyTagClassName
{
color: #14DC66;
}
</style>
background-color css
<style>
a { background-color: #14DC66; }
a { background-color: rgb(20,220,102); }
div.DivClassName
{
background-color: #14DC66;
}
.BgClassName
{
background-color: #14DC66;
}
</style>
border-color css
<style>
span { border-color: #14DC66; }
span { border-color: rgb(20,220,102); }
td.TdClassName
{
border-color: #14DC66;
}
.TagClassName
{
border-color: #14DC66;
}
</style>