Shades of Malachite #14FC3C
Tints of Malachite #14FC3C
RGB
CMYK
RGB Variations
Color information
#14FC3C (or 0x14FC3C) is known color: Malachite. HEX triplet: 14, FC and 3C. RGB value is (20,252,60). Sum of RGB (Red+Green+Blue) = 20+252+60=332 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.02% from 332); Green value is 252 (98.83% from 255 or 75.90% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 252 - color contains mainly: green. Hex color #14FC3C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14FC3C is #EB03C3. Grayscale: #A1A1A1. Windows color (decimal): -15401924 or 3996692. OLE color: 3996692.
HSL color Cylindrical-coordinate representation of color #14FC3C: hue angle of 130.34º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FC3C is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 252 | 60 | - |
| CMYK | 0.92 | 0 | 0.76 | 0.01 |
| HSL | 130.34º | 0.97% | 0.53% | - |
| HSV(B) | 130.34º | 0.92% | 0.99% | - |
| XYZ | 35.91 | 70.1 | 15.91 | - |
| YUV | 160.74 | 71.14 | 27.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 252 | 60 | 0.92 | 0 | 0.76 | 0.01 | 130.34 | 0.97 | 0.53 |
| Hex | 14 | FC | 3C | 5C | 0 | 4C | 1 | 82 | 61 | 35 |
| Octal | 24 | 374 | 74 | 134 | 0 | 114 | 1 | 202 | 141 | 65 |
| Binary | 10100 | 11111100 | 111100 | 1011100 | 0 | 1001100 | 1 | 10000010 | 1100001 | 110101 |
Color Harmonies of #14FC3C
Complementary color
Monochromatic Colors of #14FC3C
Black with #14FC3C
Text Example
Text Example
White with #14FC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FC3C; }
p { color: rgb(20,252,60); }
H1.HeaderClassName
{
color: #14FC3C;
}
.AnyTagClassName
{
color: #14FC3C;
}
</style>
background-color css
<style>
a { background-color: #14FC3C; }
a { background-color: rgb(20,252,60); }
div.DivClassName
{
background-color: #14FC3C;
}
.BgClassName
{
background-color: #14FC3C;
}
</style>
border-color css
<style>
span { border-color: #14FC3C; }
span { border-color: rgb(20,252,60); }
td.TdClassName
{
border-color: #14FC3C;
}
.TagClassName
{
border-color: #14FC3C;
}
</style>