Shades of Malachite #14FA40
Tints of Malachite #14FA40
RGB
CMYK
RGB Variations
Color information
#14FA40 (or 0x14FA40) is known color: Malachite. HEX triplet: 14, FA and 40. RGB value is (20,250,64). Sum of RGB (Red+Green+Blue) = 20+250+64=334 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.99% from 334); Green value is 250 (98.05% from 255 or 74.85% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 250 - color contains mainly: green. Hex color #14FA40 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14FA40 is #EB05BF. Grayscale: #A0A0A0. Windows color (decimal): -15402432 or 4258324. OLE color: 4258324.
HSL color Cylindrical-coordinate representation of color #14FA40: hue angle of 131.48º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FA40 is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 250 | 64 | - |
| CMYK | 0.92 | 0 | 0.74 | 0.02 |
| HSL | 131.48º | 0.96% | 0.53% | - |
| HSV(B) | 131.48º | 0.92% | 0.98% | - |
| XYZ | 35.4 | 68.89 | 16.28 | - |
| YUV | 160.03 | 73.8 | 28.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 250 | 64 | 0.92 | 0 | 0.74 | 0.02 | 131.48 | 0.96 | 0.53 |
| Hex | 14 | FA | 40 | 5C | 0 | 4A | 2 | 83 | 60 | 35 |
| Octal | 24 | 372 | 100 | 134 | 0 | 112 | 2 | 203 | 140 | 65 |
| Binary | 10100 | 11111010 | 1000000 | 1011100 | 0 | 1001010 | 10 | 10000011 | 1100000 | 110101 |
Color Harmonies of #14FA40
Complementary color
Monochromatic Colors of #14FA40
Black with #14FA40
Text Example
Text Example
White with #14FA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FA40; }
p { color: rgb(20,250,64); }
H1.HeaderClassName
{
color: #14FA40;
}
.AnyTagClassName
{
color: #14FA40;
}
</style>
background-color css
<style>
a { background-color: #14FA40; }
a { background-color: rgb(20,250,64); }
div.DivClassName
{
background-color: #14FA40;
}
.BgClassName
{
background-color: #14FA40;
}
</style>
border-color css
<style>
span { border-color: #14FA40; }
span { border-color: rgb(20,250,64); }
td.TdClassName
{
border-color: #14FA40;
}
.TagClassName
{
border-color: #14FA40;
}
</style>