Shades of Malachite #14DC34
Tints of Malachite #14DC34
RGB
CMYK
RGB Variations
Color information
#14DC34 (or 0x14DC34) is known color: Malachite. HEX triplet: 14, DC and 34. RGB value is (20,220,52). Sum of RGB (Red+Green+Blue) = 20+220+52=292 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.85% from 292); Green value is 220 (86.33% from 255 or 75.34% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 220 - color contains mainly: green. Hex color #14DC34 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DC34 is #EB23CB. Grayscale: #8D8D8D. Windows color (decimal): -15410124 or 3464212. OLE color: 3464212.
HSL color Cylindrical-coordinate representation of color #14DC34: hue angle of 129.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 #14DC34 is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 220 | 52 | - |
| CMYK | 0.91 | 0 | 0.76 | 0.14 |
| HSL | 129.6º | 0.83% | 0.47% | - |
| HSV(B) | 129.6º | 0.91% | 0.86% | - |
| XYZ | 26.5 | 51.58 | 11.81 | - |
| YUV | 141.05 | 77.74 | 41.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 220 | 52 | 0.91 | 0 | 0.76 | 0.14 | 129.6 | 0.83 | 0.47 |
| Hex | 14 | DC | 34 | 5B | 0 | 4C | E | 82 | 53 | 2F |
| Octal | 24 | 334 | 64 | 133 | 0 | 114 | 16 | 202 | 123 | 57 |
| Binary | 10100 | 11011100 | 110100 | 1011011 | 0 | 1001100 | 1110 | 10000010 | 1010011 | 101111 |
Color Harmonies of #14DC34
Complementary color
Monochromatic Colors of #14DC34
Black with #14DC34
Text Example
Text Example
White with #14DC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DC34; }
p { color: rgb(20,220,52); }
H1.HeaderClassName
{
color: #14DC34;
}
.AnyTagClassName
{
color: #14DC34;
}
</style>
background-color css
<style>
a { background-color: #14DC34; }
a { background-color: rgb(20,220,52); }
div.DivClassName
{
background-color: #14DC34;
}
.BgClassName
{
background-color: #14DC34;
}
</style>
border-color css
<style>
span { border-color: #14DC34; }
span { border-color: rgb(20,220,52); }
td.TdClassName
{
border-color: #14DC34;
}
.TagClassName
{
border-color: #14DC34;
}
</style>