Shades of Malachite #14E16C
Tints of Malachite #14E16C
RGB
CMYK
RGB Variations
Color information
#14E16C (or 0x14E16C) is known color: Malachite. HEX triplet: 14, E1 and 6C. RGB value is (20,225,108). Sum of RGB (Red+Green+Blue) = 20+225+108=353 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.67% from 353); Green value is 225 (88.28% from 255 or 63.74% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 225 - color contains mainly: green. Hex color #14E16C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14E16C is #EB1E93. Grayscale: #969696. Windows color (decimal): -15408788 or 7135508. OLE color: 7135508.
HSL color Cylindrical-coordinate representation of color #14E16C: hue angle of 145.76º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E16C is Cyan = 0.91, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 225 | 108 | - |
| CMYK | 0.91 | 0 | 0.52 | 0.12 |
| HSL | 145.76º | 0.84% | 0.48% | - |
| HSV(B) | 145.76º | 0.91% | 0.88% | - |
| XYZ | 29.92 | 55.08 | 23.24 | - |
| YUV | 150.37 | 104.08 | 35.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 225 | 108 | 0.91 | 0 | 0.52 | 0.12 | 145.76 | 0.84 | 0.48 |
| Hex | 14 | E1 | 6C | 5B | 0 | 34 | C | 92 | 54 | 30 |
| Octal | 24 | 341 | 154 | 133 | 0 | 64 | 14 | 222 | 124 | 60 |
| Binary | 10100 | 11100001 | 1101100 | 1011011 | 0 | 110100 | 1100 | 10010010 | 1010100 | 110000 |
Color Harmonies of #14E16C
Complementary color
Monochromatic Colors of #14E16C
Black with #14E16C
Text Example
Text Example
White with #14E16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E16C; }
p { color: rgb(20,225,108); }
H1.HeaderClassName
{
color: #14E16C;
}
.AnyTagClassName
{
color: #14E16C;
}
</style>
background-color css
<style>
a { background-color: #14E16C; }
a { background-color: rgb(20,225,108); }
div.DivClassName
{
background-color: #14E16C;
}
.BgClassName
{
background-color: #14E16C;
}
</style>
border-color css
<style>
span { border-color: #14E16C; }
span { border-color: rgb(20,225,108); }
td.TdClassName
{
border-color: #14E16C;
}
.TagClassName
{
border-color: #14E16C;
}
</style>