Shades of Malachite #14E16F
Tints of Malachite #14E16F
RGB
CMYK
RGB Variations
Color information
#14E16F (or 0x14E16F) is known color: Malachite. HEX triplet: 14, E1 and 6F. RGB value is (20,225,111). Sum of RGB (Red+Green+Blue) = 20+225+111=356 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.62% from 356); Green value is 225 (88.28% from 255 or 63.20% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 225 - color contains mainly: green. Hex color #14E16F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14E16F is #EB1E90. Grayscale: #969696. Windows color (decimal): -15408785 or 7332116. OLE color: 7332116.
HSL color Cylindrical-coordinate representation of color #14E16F: hue angle of 146.63º 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 #14E16F is Cyan = 0.91, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 225 | 111 | - |
| CMYK | 0.91 | 0 | 0.51 | 0.12 |
| HSL | 146.63º | 0.84% | 0.48% | - |
| HSV(B) | 146.63º | 0.91% | 0.88% | - |
| XYZ | 30.08 | 55.15 | 24.1 | - |
| YUV | 150.71 | 105.58 | 34.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 225 | 111 | 0.91 | 0 | 0.51 | 0.12 | 146.63 | 0.84 | 0.48 |
| Hex | 14 | E1 | 6F | 5B | 0 | 33 | C | 93 | 54 | 30 |
| Octal | 24 | 341 | 157 | 133 | 0 | 63 | 14 | 223 | 124 | 60 |
| Binary | 10100 | 11100001 | 1101111 | 1011011 | 0 | 110011 | 1100 | 10010011 | 1010100 | 110000 |
Color Harmonies of #14E16F
Complementary color
Monochromatic Colors of #14E16F
Black with #14E16F
Text Example
Text Example
White with #14E16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E16F; }
p { color: rgb(20,225,111); }
H1.HeaderClassName
{
color: #14E16F;
}
.AnyTagClassName
{
color: #14E16F;
}
</style>
background-color css
<style>
a { background-color: #14E16F; }
a { background-color: rgb(20,225,111); }
div.DivClassName
{
background-color: #14E16F;
}
.BgClassName
{
background-color: #14E16F;
}
</style>
border-color css
<style>
span { border-color: #14E16F; }
span { border-color: rgb(20,225,111); }
td.TdClassName
{
border-color: #14E16F;
}
.TagClassName
{
border-color: #14E16F;
}
</style>