Shades of Malachite #14E868
Tints of Malachite #14E868
RGB
CMYK
RGB Variations
Color information
#14E868 (or 0x14E868) is known color: Malachite. HEX triplet: 14, E8 and 68. RGB value is (20,232,104). Sum of RGB (Red+Green+Blue) = 20+232+104=356 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.62% from 356); Green value is 232 (91.02% from 255 or 65.17% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 232 - color contains mainly: green. Hex color #14E868 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14E868 is #EB1797. Grayscale: #9A9A9A. Windows color (decimal): -15407000 or 6875156. OLE color: 6875156.
HSL color Cylindrical-coordinate representation of color #14E868: hue angle of 143.77º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E868 is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 232 | 104 | - |
| CMYK | 0.91 | 0 | 0.55 | 0.09 |
| HSL | 143.77º | 0.84% | 0.49% | - |
| HSV(B) | 143.77º | 0.91% | 0.91% | - |
| XYZ | 31.64 | 58.86 | 22.79 | - |
| YUV | 154.02 | 99.76 | 32.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 232 | 104 | 0.91 | 0 | 0.55 | 0.09 | 143.77 | 0.84 | 0.49 |
| Hex | 14 | E8 | 68 | 5B | 0 | 37 | 9 | 90 | 54 | 31 |
| Octal | 24 | 350 | 150 | 133 | 0 | 67 | 11 | 220 | 124 | 61 |
| Binary | 10100 | 11101000 | 1101000 | 1011011 | 0 | 110111 | 1001 | 10010000 | 1010100 | 110001 |
Color Harmonies of #14E868
Complementary color
Monochromatic Colors of #14E868
Black with #14E868
Text Example
Text Example
White with #14E868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E868; }
p { color: rgb(20,232,104); }
H1.HeaderClassName
{
color: #14E868;
}
.AnyTagClassName
{
color: #14E868;
}
</style>
background-color css
<style>
a { background-color: #14E868; }
a { background-color: rgb(20,232,104); }
div.DivClassName
{
background-color: #14E868;
}
.BgClassName
{
background-color: #14E868;
}
</style>
border-color css
<style>
span { border-color: #14E868; }
span { border-color: rgb(20,232,104); }
td.TdClassName
{
border-color: #14E868;
}
.TagClassName
{
border-color: #14E868;
}
</style>