Shades of Malachite #14F04D
Tints of Malachite #14F04D
RGB
CMYK
RGB Variations
Color information
#14F04D (or 0x14F04D) is known color: Malachite. HEX triplet: 14, F0 and 4D. RGB value is (20,240,77). Sum of RGB (Red+Green+Blue) = 20+240+77=337 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.93% from 337); Green value is 240 (94.14% from 255 or 71.22% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 240 - color contains mainly: green. Hex color #14F04D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F04D is #EB0FB2. Grayscale: #9C9C9C. Windows color (decimal): -15404979 or 5107732. OLE color: 5107732.
HSL color Cylindrical-coordinate representation of color #14F04D: hue angle of 135.55º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F04D is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 240 | 77 | - |
| CMYK | 0.92 | 0 | 0.68 | 0.06 |
| HSL | 135.55º | 0.88% | 0.51% | - |
| HSV(B) | 135.55º | 0.92% | 0.94% | - |
| XYZ | 32.79 | 63 | 17.45 | - |
| YUV | 155.64 | 83.61 | 31.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 240 | 77 | 0.92 | 0 | 0.68 | 0.06 | 135.55 | 0.88 | 0.51 |
| Hex | 14 | F0 | 4D | 5C | 0 | 44 | 6 | 88 | 58 | 33 |
| Octal | 24 | 360 | 115 | 134 | 0 | 104 | 6 | 210 | 130 | 63 |
| Binary | 10100 | 11110000 | 1001101 | 1011100 | 0 | 1000100 | 110 | 10001000 | 1011000 | 110011 |
Color Harmonies of #14F04D
Complementary color
Monochromatic Colors of #14F04D
Black with #14F04D
Text Example
Text Example
White with #14F04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F04D; }
p { color: rgb(20,240,77); }
H1.HeaderClassName
{
color: #14F04D;
}
.AnyTagClassName
{
color: #14F04D;
}
</style>
background-color css
<style>
a { background-color: #14F04D; }
a { background-color: rgb(20,240,77); }
div.DivClassName
{
background-color: #14F04D;
}
.BgClassName
{
background-color: #14F04D;
}
</style>
border-color css
<style>
span { border-color: #14F04D; }
span { border-color: rgb(20,240,77); }
td.TdClassName
{
border-color: #14F04D;
}
.TagClassName
{
border-color: #14F04D;
}
</style>