Shades of Malachite #14E660
Tints of Malachite #14E660
RGB
CMYK
RGB Variations
Color information
#14E660 (or 0x14E660) is known color: Malachite. HEX triplet: 14, E6 and 60. RGB value is (20,230,96). Sum of RGB (Red+Green+Blue) = 20+230+96=346 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.78% from 346); Green value is 230 (90.23% from 255 or 66.47% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 230 - color contains mainly: green. Hex color #14E660 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14E660 is #EB199F. Grayscale: #989898. Windows color (decimal): -15407520 or 6350356. OLE color: 6350356.
HSL color Cylindrical-coordinate representation of color #14E660: hue angle of 141.71º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E660 is Cyan = 0.91, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 20 | 230 | 96 | - |
| CMYK | 0.91 | 0 | 0.58 | 0.10 |
| HSL | 141.71º | 0.84% | 0.49% | - |
| HSV(B) | 141.71º | 0.91% | 0.9% | - |
| XYZ | 30.7 | 57.59 | 20.56 | - |
| YUV | 151.93 | 96.43 | 33.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 230 | 96 | 0.91 | 0 | 0.58 | 0.10 | 141.71 | 0.84 | 0.49 |
| Hex | 14 | E6 | 60 | 5B | 0 | 3A | A | 8E | 54 | 31 |
| Octal | 24 | 346 | 140 | 133 | 0 | 72 | 12 | 216 | 124 | 61 |
| Binary | 10100 | 11100110 | 1100000 | 1011011 | 0 | 111010 | 1010 | 10001110 | 1010100 | 110001 |
Color Harmonies of #14E660
Complementary color
Monochromatic Colors of #14E660
Black with #14E660
Text Example
Text Example
White with #14E660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E660; }
p { color: rgb(20,230,96); }
H1.HeaderClassName
{
color: #14E660;
}
.AnyTagClassName
{
color: #14E660;
}
</style>
background-color css
<style>
a { background-color: #14E660; }
a { background-color: rgb(20,230,96); }
div.DivClassName
{
background-color: #14E660;
}
.BgClassName
{
background-color: #14E660;
}
</style>
border-color css
<style>
span { border-color: #14E660; }
span { border-color: rgb(20,230,96); }
td.TdClassName
{
border-color: #14E660;
}
.TagClassName
{
border-color: #14E660;
}
</style>