Shades of Malachite #14DF4A
Tints of Malachite #14DF4A
RGB
CMYK
RGB Variations
Color information
#14DF4A (or 0x14DF4A) is known color: Malachite. HEX triplet: 14, DF and 4A. RGB value is (20,223,74). Sum of RGB (Red+Green+Blue) = 20+223+74=317 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.31% from 317); Green value is 223 (87.5% from 255 or 70.35% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 223 - color contains mainly: green. Hex color #14DF4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DF4A is #EB20B5. Grayscale: #919191. Windows color (decimal): -15409334 or 4906772. OLE color: 4906772.
HSL color Cylindrical-coordinate representation of color #14DF4A: hue angle of 135.96º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DF4A is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 223 | 74 | - |
| CMYK | 0.91 | 0 | 0.67 | 0.13 |
| HSL | 135.96º | 0.84% | 0.48% | - |
| HSV(B) | 135.96º | 0.91% | 0.87% | - |
| XYZ | 27.91 | 53.42 | 15.32 | - |
| YUV | 145.32 | 87.75 | 38.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 223 | 74 | 0.91 | 0 | 0.67 | 0.13 | 135.96 | 0.84 | 0.48 |
| Hex | 14 | DF | 4A | 5B | 0 | 43 | D | 88 | 54 | 30 |
| Octal | 24 | 337 | 112 | 133 | 0 | 103 | 15 | 210 | 124 | 60 |
| Binary | 10100 | 11011111 | 1001010 | 1011011 | 0 | 1000011 | 1101 | 10001000 | 1010100 | 110000 |
Color Harmonies of #14DF4A
Complementary color
Monochromatic Colors of #14DF4A
Black with #14DF4A
Text Example
Text Example
White with #14DF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DF4A; }
p { color: rgb(20,223,74); }
H1.HeaderClassName
{
color: #14DF4A;
}
.AnyTagClassName
{
color: #14DF4A;
}
</style>
background-color css
<style>
a { background-color: #14DF4A; }
a { background-color: rgb(20,223,74); }
div.DivClassName
{
background-color: #14DF4A;
}
.BgClassName
{
background-color: #14DF4A;
}
</style>
border-color css
<style>
span { border-color: #14DF4A; }
span { border-color: rgb(20,223,74); }
td.TdClassName
{
border-color: #14DF4A;
}
.TagClassName
{
border-color: #14DF4A;
}
</style>