Shades of Malachite #14E44E
Tints of Malachite #14E44E
RGB
CMYK
RGB Variations
Color information
#14E44E (or 0x14E44E) is known color: Malachite. HEX triplet: 14, E4 and 4E. RGB value is (20,228,78). Sum of RGB (Red+Green+Blue) = 20+228+78=326 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.13% from 326); Green value is 228 (89.45% from 255 or 69.94% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 228 - color contains mainly: green. Hex color #14E44E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14E44E is #EB1BB1. Grayscale: #959595. Windows color (decimal): -15408050 or 5170196. OLE color: 5170196.
HSL color Cylindrical-coordinate representation of color #14E44E: hue angle of 136.73º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E44E is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 228 | 78 | - |
| CMYK | 0.91 | 0 | 0.66 | 0.11 |
| HSL | 136.73º | 0.84% | 0.49% | - |
| HSV(B) | 136.73º | 0.91% | 0.89% | - |
| XYZ | 29.41 | 56.19 | 16.5 | - |
| YUV | 148.71 | 88.09 | 36.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 228 | 78 | 0.91 | 0 | 0.66 | 0.11 | 136.73 | 0.84 | 0.49 |
| Hex | 14 | E4 | 4E | 5B | 0 | 42 | B | 89 | 54 | 31 |
| Octal | 24 | 344 | 116 | 133 | 0 | 102 | 13 | 211 | 124 | 61 |
| Binary | 10100 | 11100100 | 1001110 | 1011011 | 0 | 1000010 | 1011 | 10001001 | 1010100 | 110001 |
Color Harmonies of #14E44E
Complementary color
Monochromatic Colors of #14E44E
Black with #14E44E
Text Example
Text Example
White with #14E44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E44E; }
p { color: rgb(20,228,78); }
H1.HeaderClassName
{
color: #14E44E;
}
.AnyTagClassName
{
color: #14E44E;
}
</style>
background-color css
<style>
a { background-color: #14E44E; }
a { background-color: rgb(20,228,78); }
div.DivClassName
{
background-color: #14E44E;
}
.BgClassName
{
background-color: #14E44E;
}
</style>
border-color css
<style>
span { border-color: #14E44E; }
span { border-color: rgb(20,228,78); }
td.TdClassName
{
border-color: #14E44E;
}
.TagClassName
{
border-color: #14E44E;
}
</style>