Shades of Malachite #14DC39
Tints of Malachite #14DC39
RGB
CMYK
RGB Variations
Color information
#14DC39 (or 0x14DC39) is known color: Malachite. HEX triplet: 14, DC and 39. RGB value is (20,220,57). Sum of RGB (Red+Green+Blue) = 20+220+57=297 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.73% from 297); Green value is 220 (86.33% from 255 or 74.07% from 297); Blue value is 57 (22.66% from 255 or 19.19% from 297); Max value from RGB is 220 - color contains mainly: green. Hex color #14DC39 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DC39 is #EB23C6. Grayscale: #8E8E8E. Windows color (decimal): -15410119 or 3791892. OLE color: 3791892.
HSL color Cylindrical-coordinate representation of color #14DC39: hue angle of 131.1º 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 #14DC39 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 220 | 57 | - |
| CMYK | 0.91 | 0 | 0.74 | 0.14 |
| HSL | 131.1º | 0.83% | 0.47% | - |
| HSV(B) | 131.1º | 0.91% | 0.86% | - |
| XYZ | 26.62 | 51.63 | 12.43 | - |
| YUV | 141.62 | 80.24 | 41.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 220 | 57 | 0.91 | 0 | 0.74 | 0.14 | 131.1 | 0.83 | 0.47 |
| Hex | 14 | DC | 39 | 5B | 0 | 4A | E | 83 | 53 | 2F |
| Octal | 24 | 334 | 71 | 133 | 0 | 112 | 16 | 203 | 123 | 57 |
| Binary | 10100 | 11011100 | 111001 | 1011011 | 0 | 1001010 | 1110 | 10000011 | 1010011 | 101111 |
Color Harmonies of #14DC39
Complementary color
Monochromatic Colors of #14DC39
Black with #14DC39
Text Example
Text Example
White with #14DC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DC39; }
p { color: rgb(20,220,57); }
H1.HeaderClassName
{
color: #14DC39;
}
.AnyTagClassName
{
color: #14DC39;
}
</style>
background-color css
<style>
a { background-color: #14DC39; }
a { background-color: rgb(20,220,57); }
div.DivClassName
{
background-color: #14DC39;
}
.BgClassName
{
background-color: #14DC39;
}
</style>
border-color css
<style>
span { border-color: #14DC39; }
span { border-color: rgb(20,220,57); }
td.TdClassName
{
border-color: #14DC39;
}
.TagClassName
{
border-color: #14DC39;
}
</style>