Shades of Malachite #14DF5A
Tints of Malachite #14DF5A
RGB
CMYK
RGB Variations
Color information
#14DF5A (or 0x14DF5A) is known color: Malachite. HEX triplet: 14, DF and 5A. RGB value is (20,223,90). Sum of RGB (Red+Green+Blue) = 20+223+90=333 (44% of max value = 765). Red value is 20 (8.20% from 255 or 6.01% from 333); Green value is 223 (87.5% from 255 or 66.97% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 223 - color contains mainly: green. Hex color #14DF5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14DF5A is #EB20A5. Grayscale: #939393. Windows color (decimal): -15409318 or 5955348. OLE color: 5955348.
HSL color Cylindrical-coordinate representation of color #14DF5A: hue angle of 140.69º 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 #14DF5A is Cyan = 0.91, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 223 | 90 | - |
| CMYK | 0.91 | 0 | 0.60 | 0.13 |
| HSL | 140.69º | 0.84% | 0.48% | - |
| HSV(B) | 140.69º | 0.91% | 0.87% | - |
| XYZ | 28.52 | 53.66 | 18.53 | - |
| YUV | 147.14 | 95.75 | 37.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 223 | 90 | 0.91 | 0 | 0.60 | 0.13 | 140.69 | 0.84 | 0.48 |
| Hex | 14 | DF | 5A | 5B | 0 | 3C | D | 8D | 54 | 30 |
| Octal | 24 | 337 | 132 | 133 | 0 | 74 | 15 | 215 | 124 | 60 |
| Binary | 10100 | 11011111 | 1011010 | 1011011 | 0 | 111100 | 1101 | 10001101 | 1010100 | 110000 |
Color Harmonies of #14DF5A
Complementary color
Monochromatic Colors of #14DF5A
Black with #14DF5A
Text Example
Text Example
White with #14DF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DF5A; }
p { color: rgb(20,223,90); }
H1.HeaderClassName
{
color: #14DF5A;
}
.AnyTagClassName
{
color: #14DF5A;
}
</style>
background-color css
<style>
a { background-color: #14DF5A; }
a { background-color: rgb(20,223,90); }
div.DivClassName
{
background-color: #14DF5A;
}
.BgClassName
{
background-color: #14DF5A;
}
</style>
border-color css
<style>
span { border-color: #14DF5A; }
span { border-color: rgb(20,223,90); }
td.TdClassName
{
border-color: #14DF5A;
}
.TagClassName
{
border-color: #14DF5A;
}
</style>