Shades of Malachite #14FA4C
Tints of Malachite #14FA4C
RGB
CMYK
RGB Variations
Color information
#14FA4C (or 0x14FA4C) is known color: Malachite. HEX triplet: 14, FA and 4C. RGB value is (20,250,76). Sum of RGB (Red+Green+Blue) = 20+250+76=346 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.78% from 346); Green value is 250 (98.05% from 255 or 72.25% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 250 - color contains mainly: green. Hex color #14FA4C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14FA4C is #EB05B3. Grayscale: #A1A1A1. Windows color (decimal): -15402420 or 5044756. OLE color: 5044756.
HSL color Cylindrical-coordinate representation of color #14FA4C: hue angle of 134.61º 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 #14FA4C is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 250 | 76 | - |
| CMYK | 0.92 | 0 | 0.70 | 0.02 |
| HSL | 134.61º | 0.96% | 0.53% | - |
| HSV(B) | 134.61º | 0.92% | 0.98% | - |
| XYZ | 35.78 | 69.04 | 18.28 | - |
| YUV | 161.39 | 79.8 | 27.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 250 | 76 | 0.92 | 0 | 0.70 | 0.02 | 134.61 | 0.96 | 0.53 |
| Hex | 14 | FA | 4C | 5C | 0 | 46 | 2 | 87 | 60 | 35 |
| Octal | 24 | 372 | 114 | 134 | 0 | 106 | 2 | 207 | 140 | 65 |
| Binary | 10100 | 11111010 | 1001100 | 1011100 | 0 | 1000110 | 10 | 10000111 | 1100000 | 110101 |
Color Harmonies of #14FA4C
Complementary color
Monochromatic Colors of #14FA4C
Black with #14FA4C
Text Example
Text Example
White with #14FA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FA4C; }
p { color: rgb(20,250,76); }
H1.HeaderClassName
{
color: #14FA4C;
}
.AnyTagClassName
{
color: #14FA4C;
}
</style>
background-color css
<style>
a { background-color: #14FA4C; }
a { background-color: rgb(20,250,76); }
div.DivClassName
{
background-color: #14FA4C;
}
.BgClassName
{
background-color: #14FA4C;
}
</style>
border-color css
<style>
span { border-color: #14FA4C; }
span { border-color: rgb(20,250,76); }
td.TdClassName
{
border-color: #14FA4C;
}
.TagClassName
{
border-color: #14FA4C;
}
</style>