Shades of Malachite #14ED4A
Tints of Malachite #14ED4A
RGB
CMYK
RGB Variations
Color information
#14ED4A (or 0x14ED4A) is known color: Malachite. HEX triplet: 14, ED and 4A. RGB value is (20,237,74). Sum of RGB (Red+Green+Blue) = 20+237+74=331 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.04% from 331); Green value is 237 (92.97% from 255 or 71.60% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 237 - color contains mainly: green. Hex color #14ED4A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14ED4A is #EB12B5. Grayscale: #999999. Windows color (decimal): -15405750 or 4910356. OLE color: 4910356.
HSL color Cylindrical-coordinate representation of color #14ED4A: hue angle of 134.93º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14ED4A is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 237 | 74 | - |
| CMYK | 0.92 | 0 | 0.69 | 0.07 |
| HSL | 134.93º | 0.86% | 0.5% | - |
| HSV(B) | 134.93º | 0.92% | 0.93% | - |
| XYZ | 31.81 | 61.21 | 16.62 | - |
| YUV | 153.54 | 83.11 | 32.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 237 | 74 | 0.92 | 0 | 0.69 | 0.07 | 134.93 | 0.86 | 0.5 |
| Hex | 14 | ED | 4A | 5C | 0 | 45 | 7 | 87 | 56 | 32 |
| Octal | 24 | 355 | 112 | 134 | 0 | 105 | 7 | 207 | 126 | 62 |
| Binary | 10100 | 11101101 | 1001010 | 1011100 | 0 | 1000101 | 111 | 10000111 | 1010110 | 110010 |
Color Harmonies of #14ED4A
Complementary color
Monochromatic Colors of #14ED4A
Black with #14ED4A
Text Example
Text Example
White with #14ED4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ED4A; }
p { color: rgb(20,237,74); }
H1.HeaderClassName
{
color: #14ED4A;
}
.AnyTagClassName
{
color: #14ED4A;
}
</style>
background-color css
<style>
a { background-color: #14ED4A; }
a { background-color: rgb(20,237,74); }
div.DivClassName
{
background-color: #14ED4A;
}
.BgClassName
{
background-color: #14ED4A;
}
</style>
border-color css
<style>
span { border-color: #14ED4A; }
span { border-color: rgb(20,237,74); }
td.TdClassName
{
border-color: #14ED4A;
}
.TagClassName
{
border-color: #14ED4A;
}
</style>