Shades of Malachite #14DC52
Tints of Malachite #14DC52
RGB
CMYK
RGB Variations
Color information
#14DC52 (or 0x14DC52) is known color: Malachite. HEX triplet: 14, DC and 52. RGB value is (20,220,82). Sum of RGB (Red+Green+Blue) = 20+220+82=322 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.21% from 322); Green value is 220 (86.33% from 255 or 68.32% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 220 - color contains mainly: green. Hex color #14DC52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14DC52 is #EB23AD. Grayscale: #909090. Windows color (decimal): -15410094 or 5430292. OLE color: 5430292.
HSL color Cylindrical-coordinate representation of color #14DC52: hue angle of 138.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 #14DC52 is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 220 | 82 | - |
| CMYK | 0.91 | 0 | 0.63 | 0.14 |
| HSL | 138.6º | 0.83% | 0.47% | - |
| HSV(B) | 138.6º | 0.91% | 0.86% | - |
| XYZ | 27.4 | 51.94 | 16.56 | - |
| YUV | 144.47 | 92.74 | 39.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 220 | 82 | 0.91 | 0 | 0.63 | 0.14 | 138.6 | 0.83 | 0.47 |
| Hex | 14 | DC | 52 | 5B | 0 | 3F | E | 8B | 53 | 2F |
| Octal | 24 | 334 | 122 | 133 | 0 | 77 | 16 | 213 | 123 | 57 |
| Binary | 10100 | 11011100 | 1010010 | 1011011 | 0 | 111111 | 1110 | 10001011 | 1010011 | 101111 |
Color Harmonies of #14DC52
Complementary color
Monochromatic Colors of #14DC52
Black with #14DC52
Text Example
Text Example
White with #14DC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DC52; }
p { color: rgb(20,220,82); }
H1.HeaderClassName
{
color: #14DC52;
}
.AnyTagClassName
{
color: #14DC52;
}
</style>
background-color css
<style>
a { background-color: #14DC52; }
a { background-color: rgb(20,220,82); }
div.DivClassName
{
background-color: #14DC52;
}
.BgClassName
{
background-color: #14DC52;
}
</style>
border-color css
<style>
span { border-color: #14DC52; }
span { border-color: rgb(20,220,82); }
td.TdClassName
{
border-color: #14DC52;
}
.TagClassName
{
border-color: #14DC52;
}
</style>