Shades of Malachite #14F44D
Tints of Malachite #14F44D
RGB
CMYK
RGB Variations
Color information
#14F44D (or 0x14F44D) is known color: Malachite. HEX triplet: 14, F4 and 4D. RGB value is (20,244,77). Sum of RGB (Red+Green+Blue) = 20+244+77=341 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.87% from 341); Green value is 244 (95.70% from 255 or 71.55% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 244 - color contains mainly: green. Hex color #14F44D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F44D is #EB0BB2. Grayscale: #9E9E9E. Windows color (decimal): -15403955 or 5108756. OLE color: 5108756.
HSL color Cylindrical-coordinate representation of color #14F44D: hue angle of 135.27º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F44D is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 244 | 77 | - |
| CMYK | 0.92 | 0 | 0.68 | 0.04 |
| HSL | 135.27º | 0.91% | 0.52% | - |
| HSV(B) | 135.27º | 0.92% | 0.96% | - |
| XYZ | 33.98 | 65.39 | 17.85 | - |
| YUV | 157.99 | 82.29 | 29.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 244 | 77 | 0.92 | 0 | 0.68 | 0.04 | 135.27 | 0.91 | 0.52 |
| Hex | 14 | F4 | 4D | 5C | 0 | 44 | 4 | 87 | 5B | 34 |
| Octal | 24 | 364 | 115 | 134 | 0 | 104 | 4 | 207 | 133 | 64 |
| Binary | 10100 | 11110100 | 1001101 | 1011100 | 0 | 1000100 | 100 | 10000111 | 1011011 | 110100 |
Color Harmonies of #14F44D
Complementary color
Monochromatic Colors of #14F44D
Black with #14F44D
Text Example
Text Example
White with #14F44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F44D; }
p { color: rgb(20,244,77); }
H1.HeaderClassName
{
color: #14F44D;
}
.AnyTagClassName
{
color: #14F44D;
}
</style>
background-color css
<style>
a { background-color: #14F44D; }
a { background-color: rgb(20,244,77); }
div.DivClassName
{
background-color: #14F44D;
}
.BgClassName
{
background-color: #14F44D;
}
</style>
border-color css
<style>
span { border-color: #14F44D; }
span { border-color: rgb(20,244,77); }
td.TdClassName
{
border-color: #14F44D;
}
.TagClassName
{
border-color: #14F44D;
}
</style>