Shades of Malachite #14E353
Tints of Malachite #14E353
RGB
CMYK
RGB Variations
Color information
#14E353 (or 0x14E353) is known color: Malachite. HEX triplet: 14, E3 and 53. RGB value is (20,227,83). Sum of RGB (Red+Green+Blue) = 20+227+83=330 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.06% from 330); Green value is 227 (89.06% from 255 or 68.79% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 227 - color contains mainly: green. Hex color #14E353 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14E353 is #EB1CAC. Grayscale: #959595. Windows color (decimal): -15408301 or 5497620. OLE color: 5497620.
HSL color Cylindrical-coordinate representation of color #14E353: hue angle of 138.26º 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 #14E353 is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 227 | 83 | - |
| CMYK | 0.91 | 0 | 0.63 | 0.11 |
| HSL | 138.26º | 0.84% | 0.48% | - |
| HSV(B) | 138.26º | 0.91% | 0.89% | - |
| XYZ | 29.32 | 55.71 | 17.39 | - |
| YUV | 148.69 | 90.92 | 36.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 227 | 83 | 0.91 | 0 | 0.63 | 0.11 | 138.26 | 0.84 | 0.48 |
| Hex | 14 | E3 | 53 | 5B | 0 | 3F | B | 8A | 54 | 30 |
| Octal | 24 | 343 | 123 | 133 | 0 | 77 | 13 | 212 | 124 | 60 |
| Binary | 10100 | 11100011 | 1010011 | 1011011 | 0 | 111111 | 1011 | 10001010 | 1010100 | 110000 |
Color Harmonies of #14E353
Complementary color
Monochromatic Colors of #14E353
Black with #14E353
Text Example
Text Example
White with #14E353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E353; }
p { color: rgb(20,227,83); }
H1.HeaderClassName
{
color: #14E353;
}
.AnyTagClassName
{
color: #14E353;
}
</style>
background-color css
<style>
a { background-color: #14E353; }
a { background-color: rgb(20,227,83); }
div.DivClassName
{
background-color: #14E353;
}
.BgClassName
{
background-color: #14E353;
}
</style>
border-color css
<style>
span { border-color: #14E353; }
span { border-color: rgb(20,227,83); }
td.TdClassName
{
border-color: #14E353;
}
.TagClassName
{
border-color: #14E353;
}
</style>