Shades of Malachite #14F040
Tints of Malachite #14F040
RGB
CMYK
RGB Variations
Color information
#14F040 (or 0x14F040) is known color: Malachite. HEX triplet: 14, F0 and 40. RGB value is (20,240,64). Sum of RGB (Red+Green+Blue) = 20+240+64=324 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.17% from 324); Green value is 240 (94.14% from 255 or 74.07% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 240 - color contains mainly: green. Hex color #14F040 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F040 is #EB0FBF. Grayscale: #9A9A9A. Windows color (decimal): -15404992 or 4255764. OLE color: 4255764.
HSL color Cylindrical-coordinate representation of color #14F040: hue angle of 132º 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 #14F040 is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 240 | 64 | - |
| CMYK | 0.92 | 0 | 0.73 | 0.06 |
| HSL | 132º | 0.88% | 0.51% | - |
| HSV(B) | 132º | 0.92% | 0.94% | - |
| XYZ | 32.37 | 62.84 | 15.27 | - |
| YUV | 154.16 | 77.11 | 32.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 240 | 64 | 0.92 | 0 | 0.73 | 0.06 | 132 | 0.88 | 0.51 |
| Hex | 14 | F0 | 40 | 5C | 0 | 49 | 6 | 84 | 58 | 33 |
| Octal | 24 | 360 | 100 | 134 | 0 | 111 | 6 | 204 | 130 | 63 |
| Binary | 10100 | 11110000 | 1000000 | 1011100 | 0 | 1001001 | 110 | 10000100 | 1011000 | 110011 |
Color Harmonies of #14F040
Complementary color
Monochromatic Colors of #14F040
Black with #14F040
Text Example
Text Example
White with #14F040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F040; }
p { color: rgb(20,240,64); }
H1.HeaderClassName
{
color: #14F040;
}
.AnyTagClassName
{
color: #14F040;
}
</style>
background-color css
<style>
a { background-color: #14F040; }
a { background-color: rgb(20,240,64); }
div.DivClassName
{
background-color: #14F040;
}
.BgClassName
{
background-color: #14F040;
}
</style>
border-color css
<style>
span { border-color: #14F040; }
span { border-color: rgb(20,240,64); }
td.TdClassName
{
border-color: #14F040;
}
.TagClassName
{
border-color: #14F040;
}
</style>