Shades of Malachite #14DD4A
Tints of Malachite #14DD4A
RGB
CMYK
RGB Variations
Color information
#14DD4A (or 0x14DD4A) is known color: Malachite. HEX triplet: 14, DD and 4A. RGB value is (20,221,74). Sum of RGB (Red+Green+Blue) = 20+221+74=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 221 (86.72% from 255 or 70.16% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 221 - color contains mainly: green. Hex color #14DD4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DD4A is #EB22B5. Grayscale: #909090. Windows color (decimal): -15409846 or 4906260. OLE color: 4906260.
HSL color Cylindrical-coordinate representation of color #14DD4A: hue angle of 136.12º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DD4A is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 221 | 74 | - |
| CMYK | 0.91 | 0 | 0.67 | 0.13 |
| HSL | 136.12º | 0.83% | 0.47% | - |
| HSV(B) | 136.12º | 0.91% | 0.87% | - |
| XYZ | 27.38 | 52.36 | 15.14 | - |
| YUV | 144.14 | 88.41 | 39.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 221 | 74 | 0.91 | 0 | 0.67 | 0.13 | 136.12 | 0.83 | 0.47 |
| Hex | 14 | DD | 4A | 5B | 0 | 43 | D | 88 | 53 | 2F |
| Octal | 24 | 335 | 112 | 133 | 0 | 103 | 15 | 210 | 123 | 57 |
| Binary | 10100 | 11011101 | 1001010 | 1011011 | 0 | 1000011 | 1101 | 10001000 | 1010011 | 101111 |
Color Harmonies of #14DD4A
Complementary color
Monochromatic Colors of #14DD4A
Black with #14DD4A
Text Example
Text Example
White with #14DD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DD4A; }
p { color: rgb(20,221,74); }
H1.HeaderClassName
{
color: #14DD4A;
}
.AnyTagClassName
{
color: #14DD4A;
}
</style>
background-color css
<style>
a { background-color: #14DD4A; }
a { background-color: rgb(20,221,74); }
div.DivClassName
{
background-color: #14DD4A;
}
.BgClassName
{
background-color: #14DD4A;
}
</style>
border-color css
<style>
span { border-color: #14DD4A; }
span { border-color: rgb(20,221,74); }
td.TdClassName
{
border-color: #14DD4A;
}
.TagClassName
{
border-color: #14DD4A;
}
</style>