Shades of Malachite #14DC4B
Tints of Malachite #14DC4B
RGB
CMYK
RGB Variations
Color information
#14DC4B (or 0x14DC4B) is known color: Malachite. HEX triplet: 14, DC and 4B. RGB value is (20,220,75). Sum of RGB (Red+Green+Blue) = 20+220+75=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 220 (86.33% from 255 or 69.84% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 220 - color contains mainly: green. Hex color #14DC4B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DC4B is #EB23B4. Grayscale: #909090. Windows color (decimal): -15410101 or 4971540. OLE color: 4971540.
HSL color Cylindrical-coordinate representation of color #14DC4B: hue angle of 136.5º 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 #14DC4B is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 220 | 75 | - |
| CMYK | 0.91 | 0 | 0.66 | 0.14 |
| HSL | 136.5º | 0.83% | 0.47% | - |
| HSV(B) | 136.5º | 0.91% | 0.86% | - |
| XYZ | 27.15 | 51.84 | 15.23 | - |
| YUV | 143.67 | 89.24 | 39.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 220 | 75 | 0.91 | 0 | 0.66 | 0.14 | 136.5 | 0.83 | 0.47 |
| Hex | 14 | DC | 4B | 5B | 0 | 42 | E | 88 | 53 | 2F |
| Octal | 24 | 334 | 113 | 133 | 0 | 102 | 16 | 210 | 123 | 57 |
| Binary | 10100 | 11011100 | 1001011 | 1011011 | 0 | 1000010 | 1110 | 10001000 | 1010011 | 101111 |
Color Harmonies of #14DC4B
Complementary color
Monochromatic Colors of #14DC4B
Black with #14DC4B
Text Example
Text Example
White with #14DC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DC4B; }
p { color: rgb(20,220,75); }
H1.HeaderClassName
{
color: #14DC4B;
}
.AnyTagClassName
{
color: #14DC4B;
}
</style>
background-color css
<style>
a { background-color: #14DC4B; }
a { background-color: rgb(20,220,75); }
div.DivClassName
{
background-color: #14DC4B;
}
.BgClassName
{
background-color: #14DC4B;
}
</style>
border-color css
<style>
span { border-color: #14DC4B; }
span { border-color: rgb(20,220,75); }
td.TdClassName
{
border-color: #14DC4B;
}
.TagClassName
{
border-color: #14DC4B;
}
</style>