Shades of Malachite #14E355
Tints of Malachite #14E355
RGB
CMYK
RGB Variations
Color information
#14E355 (or 0x14E355) is known color: Malachite. HEX triplet: 14, E3 and 55. RGB value is (20,227,85). Sum of RGB (Red+Green+Blue) = 20+227+85=332 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.02% from 332); Green value is 227 (89.06% from 255 or 68.37% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 227 - color contains mainly: green. Hex color #14E355 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14E355 is #EB1CAA. Grayscale: #959595. Windows color (decimal): -15408299 or 5628692. OLE color: 5628692.
HSL color Cylindrical-coordinate representation of color #14E355: hue angle of 138.84º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E355 is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 227 | 85 | - |
| CMYK | 0.91 | 0 | 0.63 | 0.11 |
| HSL | 138.84º | 0.84% | 0.48% | - |
| HSV(B) | 138.84º | 0.91% | 0.89% | - |
| XYZ | 29.4 | 55.74 | 17.8 | - |
| YUV | 148.92 | 91.92 | 36.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 227 | 85 | 0.91 | 0 | 0.63 | 0.11 | 138.84 | 0.84 | 0.48 |
| Hex | 14 | E3 | 55 | 5B | 0 | 3F | B | 8B | 54 | 30 |
| Octal | 24 | 343 | 125 | 133 | 0 | 77 | 13 | 213 | 124 | 60 |
| Binary | 10100 | 11100011 | 1010101 | 1011011 | 0 | 111111 | 1011 | 10001011 | 1010100 | 110000 |
Color Harmonies of #14E355
Complementary color
Monochromatic Colors of #14E355
Black with #14E355
Text Example
Text Example
White with #14E355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E355; }
p { color: rgb(20,227,85); }
H1.HeaderClassName
{
color: #14E355;
}
.AnyTagClassName
{
color: #14E355;
}
</style>
background-color css
<style>
a { background-color: #14E355; }
a { background-color: rgb(20,227,85); }
div.DivClassName
{
background-color: #14E355;
}
.BgClassName
{
background-color: #14E355;
}
</style>
border-color css
<style>
span { border-color: #14E355; }
span { border-color: rgb(20,227,85); }
td.TdClassName
{
border-color: #14E355;
}
.TagClassName
{
border-color: #14E355;
}
</style>