Shades of Malachite #14F04C
Tints of Malachite #14F04C
RGB
CMYK
RGB Variations
Color information
#14F04C (or 0x14F04C) is known color: Malachite. HEX triplet: 14, F0 and 4C. RGB value is (20,240,76). Sum of RGB (Red+Green+Blue) = 20+240+76=336 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.95% from 336); Green value is 240 (94.14% from 255 or 71.43% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 240 - color contains mainly: green. Hex color #14F04C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F04C is #EB0FB3. Grayscale: #9B9B9B. Windows color (decimal): -15404980 or 5042196. OLE color: 5042196.
HSL color Cylindrical-coordinate representation of color #14F04C: hue angle of 135.27º 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 #14F04C is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 240 | 76 | - |
| CMYK | 0.92 | 0 | 0.68 | 0.06 |
| HSL | 135.27º | 0.88% | 0.51% | - |
| HSV(B) | 135.27º | 0.92% | 0.94% | - |
| XYZ | 32.75 | 62.99 | 17.27 | - |
| YUV | 155.52 | 83.11 | 31.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 240 | 76 | 0.92 | 0 | 0.68 | 0.06 | 135.27 | 0.88 | 0.51 |
| Hex | 14 | F0 | 4C | 5C | 0 | 44 | 6 | 87 | 58 | 33 |
| Octal | 24 | 360 | 114 | 134 | 0 | 104 | 6 | 207 | 130 | 63 |
| Binary | 10100 | 11110000 | 1001100 | 1011100 | 0 | 1000100 | 110 | 10000111 | 1011000 | 110011 |
Color Harmonies of #14F04C
Complementary color
Monochromatic Colors of #14F04C
Black with #14F04C
Text Example
Text Example
White with #14F04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F04C; }
p { color: rgb(20,240,76); }
H1.HeaderClassName
{
color: #14F04C;
}
.AnyTagClassName
{
color: #14F04C;
}
</style>
background-color css
<style>
a { background-color: #14F04C; }
a { background-color: rgb(20,240,76); }
div.DivClassName
{
background-color: #14F04C;
}
.BgClassName
{
background-color: #14F04C;
}
</style>
border-color css
<style>
span { border-color: #14F04C; }
span { border-color: rgb(20,240,76); }
td.TdClassName
{
border-color: #14F04C;
}
.TagClassName
{
border-color: #14F04C;
}
</style>