Shades of Malachite #14DD6A
Tints of Malachite #14DD6A
RGB
CMYK
RGB Variations
Color information
#14DD6A (or 0x14DD6A) is known color: Malachite. HEX triplet: 14, DD and 6A. RGB value is (20,221,106). Sum of RGB (Red+Green+Blue) = 20+221+106=347 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.76% from 347); Green value is 221 (86.72% from 255 or 63.69% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 221 - color contains mainly: green. Hex color #14DD6A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14DD6A is #EB2295. Grayscale: #949494. Windows color (decimal): -15409814 or 7003412. OLE color: 7003412.
HSL color Cylindrical-coordinate representation of color #14DD6A: hue angle of 145.67º 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 #14DD6A is Cyan = 0.91, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 221 | 106 | - |
| CMYK | 0.91 | 0 | 0.52 | 0.13 |
| HSL | 145.67º | 0.83% | 0.47% | - |
| HSV(B) | 145.67º | 0.91% | 0.87% | - |
| XYZ | 28.75 | 52.9 | 22.33 | - |
| YUV | 147.79 | 104.41 | 36.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 221 | 106 | 0.91 | 0 | 0.52 | 0.13 | 145.67 | 0.83 | 0.47 |
| Hex | 14 | DD | 6A | 5B | 0 | 34 | D | 92 | 53 | 2F |
| Octal | 24 | 335 | 152 | 133 | 0 | 64 | 15 | 222 | 123 | 57 |
| Binary | 10100 | 11011101 | 1101010 | 1011011 | 0 | 110100 | 1101 | 10010010 | 1010011 | 101111 |
Color Harmonies of #14DD6A
Complementary color
Monochromatic Colors of #14DD6A
Black with #14DD6A
Text Example
Text Example
White with #14DD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DD6A; }
p { color: rgb(20,221,106); }
H1.HeaderClassName
{
color: #14DD6A;
}
.AnyTagClassName
{
color: #14DD6A;
}
</style>
background-color css
<style>
a { background-color: #14DD6A; }
a { background-color: rgb(20,221,106); }
div.DivClassName
{
background-color: #14DD6A;
}
.BgClassName
{
background-color: #14DD6A;
}
</style>
border-color css
<style>
span { border-color: #14DD6A; }
span { border-color: rgb(20,221,106); }
td.TdClassName
{
border-color: #14DD6A;
}
.TagClassName
{
border-color: #14DD6A;
}
</style>