Shades of Malachite #14EA40
Tints of Malachite #14EA40
RGB
CMYK
RGB Variations
Color information
#14EA40 (or 0x14EA40) is known color: Malachite. HEX triplet: 14, EA and 40. RGB value is (20,234,64). Sum of RGB (Red+Green+Blue) = 20+234+64=318 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.29% from 318); Green value is 234 (91.80% from 255 or 73.58% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 234 - color contains mainly: green. Hex color #14EA40 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14EA40 is #EB15BF. Grayscale: #979797. Windows color (decimal): -15406528 or 4254228. OLE color: 4254228.
HSL color Cylindrical-coordinate representation of color #14EA40: hue angle of 132.34º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14EA40 is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 234 | 64 | - |
| CMYK | 0.91 | 0 | 0.73 | 0.08 |
| HSL | 132.34º | 0.84% | 0.5% | - |
| HSV(B) | 132.34º | 0.91% | 0.92% | - |
| XYZ | 30.64 | 59.36 | 14.69 | - |
| YUV | 150.63 | 79.1 | 34.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 234 | 64 | 0.91 | 0 | 0.73 | 0.08 | 132.34 | 0.84 | 0.5 |
| Hex | 14 | EA | 40 | 5B | 0 | 49 | 8 | 84 | 54 | 32 |
| Octal | 24 | 352 | 100 | 133 | 0 | 111 | 10 | 204 | 124 | 62 |
| Binary | 10100 | 11101010 | 1000000 | 1011011 | 0 | 1001001 | 1000 | 10000100 | 1010100 | 110010 |
Color Harmonies of #14EA40
Complementary color
Monochromatic Colors of #14EA40
Black with #14EA40
Text Example
Text Example
White with #14EA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EA40; }
p { color: rgb(20,234,64); }
H1.HeaderClassName
{
color: #14EA40;
}
.AnyTagClassName
{
color: #14EA40;
}
</style>
background-color css
<style>
a { background-color: #14EA40; }
a { background-color: rgb(20,234,64); }
div.DivClassName
{
background-color: #14EA40;
}
.BgClassName
{
background-color: #14EA40;
}
</style>
border-color css
<style>
span { border-color: #14EA40; }
span { border-color: rgb(20,234,64); }
td.TdClassName
{
border-color: #14EA40;
}
.TagClassName
{
border-color: #14EA40;
}
</style>