Shades of Malachite #14F84C
Tints of Malachite #14F84C
RGB
CMYK
RGB Variations
Color information
#14F84C (or 0x14F84C) is known color: Malachite. HEX triplet: 14, F8 and 4C. RGB value is (20,248,76). Sum of RGB (Red+Green+Blue) = 20+248+76=344 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.81% from 344); Green value is 248 (97.27% from 255 or 72.09% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 248 - color contains mainly: green. Hex color #14F84C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F84C is #EB07B3. Grayscale: #A0A0A0. Windows color (decimal): -15402932 or 5044244. OLE color: 5044244.
HSL color Cylindrical-coordinate representation of color #14F84C: hue angle of 134.74º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F84C is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 20 | 248 | 76 | - |
| CMYK | 0.92 | 0 | 0.69 | 0.03 |
| HSL | 134.74º | 0.94% | 0.53% | - |
| HSV(B) | 134.74º | 0.92% | 0.97% | - |
| XYZ | 35.16 | 67.81 | 18.07 | - |
| YUV | 160.22 | 80.46 | 27.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 248 | 76 | 0.92 | 0 | 0.69 | 0.03 | 134.74 | 0.94 | 0.53 |
| Hex | 14 | F8 | 4C | 5C | 0 | 45 | 3 | 87 | 5E | 35 |
| Octal | 24 | 370 | 114 | 134 | 0 | 105 | 3 | 207 | 136 | 65 |
| Binary | 10100 | 11111000 | 1001100 | 1011100 | 0 | 1000101 | 11 | 10000111 | 1011110 | 110101 |
Color Harmonies of #14F84C
Complementary color
Monochromatic Colors of #14F84C
Black with #14F84C
Text Example
Text Example
White with #14F84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F84C; }
p { color: rgb(20,248,76); }
H1.HeaderClassName
{
color: #14F84C;
}
.AnyTagClassName
{
color: #14F84C;
}
</style>
background-color css
<style>
a { background-color: #14F84C; }
a { background-color: rgb(20,248,76); }
div.DivClassName
{
background-color: #14F84C;
}
.BgClassName
{
background-color: #14F84C;
}
</style>
border-color css
<style>
span { border-color: #14F84C; }
span { border-color: rgb(20,248,76); }
td.TdClassName
{
border-color: #14F84C;
}
.TagClassName
{
border-color: #14F84C;
}
</style>