Shades of Malachite #14FA4A
Tints of Malachite #14FA4A
RGB
CMYK
RGB Variations
Color information
#14FA4A (or 0x14FA4A) is known color: Malachite. HEX triplet: 14, FA and 4A. RGB value is (20,250,74). Sum of RGB (Red+Green+Blue) = 20+250+74=344 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.81% from 344); Green value is 250 (98.05% from 255 or 72.67% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 250 - color contains mainly: green. Hex color #14FA4A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14FA4A is #EB05B5. Grayscale: #A1A1A1. Windows color (decimal): -15402422 or 4913684. OLE color: 4913684.
HSL color Cylindrical-coordinate representation of color #14FA4A: hue angle of 134.09º 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 #14FA4A is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 250 | 74 | - |
| CMYK | 0.92 | 0 | 0.70 | 0.02 |
| HSL | 134.09º | 0.96% | 0.53% | - |
| HSV(B) | 134.09º | 0.92% | 0.98% | - |
| XYZ | 35.71 | 69.01 | 17.92 | - |
| YUV | 161.17 | 78.8 | 27.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 250 | 74 | 0.92 | 0 | 0.70 | 0.02 | 134.09 | 0.96 | 0.53 |
| Hex | 14 | FA | 4A | 5C | 0 | 46 | 2 | 86 | 60 | 35 |
| Octal | 24 | 372 | 112 | 134 | 0 | 106 | 2 | 206 | 140 | 65 |
| Binary | 10100 | 11111010 | 1001010 | 1011100 | 0 | 1000110 | 10 | 10000110 | 1100000 | 110101 |
Color Harmonies of #14FA4A
Complementary color
Monochromatic Colors of #14FA4A
Black with #14FA4A
Text Example
Text Example
White with #14FA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FA4A; }
p { color: rgb(20,250,74); }
H1.HeaderClassName
{
color: #14FA4A;
}
.AnyTagClassName
{
color: #14FA4A;
}
</style>
background-color css
<style>
a { background-color: #14FA4A; }
a { background-color: rgb(20,250,74); }
div.DivClassName
{
background-color: #14FA4A;
}
.BgClassName
{
background-color: #14FA4A;
}
</style>
border-color css
<style>
span { border-color: #14FA4A; }
span { border-color: rgb(20,250,74); }
td.TdClassName
{
border-color: #14FA4A;
}
.TagClassName
{
border-color: #14FA4A;
}
</style>