Shades of Malachite #14F03C
Tints of Malachite #14F03C
RGB
CMYK
RGB Variations
Color information
#14F03C (or 0x14F03C) is known color: Malachite. HEX triplet: 14, F0 and 3C. RGB value is (20,240,60). Sum of RGB (Red+Green+Blue) = 20+240+60=320 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.25% from 320); Green value is 240 (94.14% from 255 or 75% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 240 - color contains mainly: green. Hex color #14F03C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F03C is #EB0FC3. Grayscale: #9A9A9A. Windows color (decimal): -15404996 or 3993620. OLE color: 3993620.
HSL color Cylindrical-coordinate representation of color #14F03C: hue angle of 130.91º 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 #14F03C is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 240 | 60 | - |
| CMYK | 0.92 | 0 | 0.75 | 0.06 |
| HSL | 130.91º | 0.88% | 0.51% | - |
| HSV(B) | 130.91º | 0.92% | 0.94% | - |
| XYZ | 32.26 | 62.8 | 14.7 | - |
| YUV | 153.7 | 75.11 | 32.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 240 | 60 | 0.92 | 0 | 0.75 | 0.06 | 130.91 | 0.88 | 0.51 |
| Hex | 14 | F0 | 3C | 5C | 0 | 4B | 6 | 83 | 58 | 33 |
| Octal | 24 | 360 | 74 | 134 | 0 | 113 | 6 | 203 | 130 | 63 |
| Binary | 10100 | 11110000 | 111100 | 1011100 | 0 | 1001011 | 110 | 10000011 | 1011000 | 110011 |
Color Harmonies of #14F03C
Complementary color
Monochromatic Colors of #14F03C
Black with #14F03C
Text Example
Text Example
White with #14F03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F03C; }
p { color: rgb(20,240,60); }
H1.HeaderClassName
{
color: #14F03C;
}
.AnyTagClassName
{
color: #14F03C;
}
</style>
background-color css
<style>
a { background-color: #14F03C; }
a { background-color: rgb(20,240,60); }
div.DivClassName
{
background-color: #14F03C;
}
.BgClassName
{
background-color: #14F03C;
}
</style>
border-color css
<style>
span { border-color: #14F03C; }
span { border-color: rgb(20,240,60); }
td.TdClassName
{
border-color: #14F03C;
}
.TagClassName
{
border-color: #14F03C;
}
</style>