Shades of Malachite #14EA42
Tints of Malachite #14EA42
RGB
CMYK
RGB Variations
Color information
#14EA42 (or 0x14EA42) is known color: Malachite. HEX triplet: 14, EA and 42. RGB value is (20,234,66). Sum of RGB (Red+Green+Blue) = 20+234+66=320 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.25% from 320); Green value is 234 (91.80% from 255 or 73.12% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 234 - color contains mainly: green. Hex color #14EA42 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14EA42 is #EB15BD. Grayscale: #979797. Windows color (decimal): -15406526 or 4385300. OLE color: 4385300.
HSL color Cylindrical-coordinate representation of color #14EA42: hue angle of 132.9º 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 #14EA42 is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 234 | 66 | - |
| CMYK | 0.91 | 0 | 0.72 | 0.08 |
| HSL | 132.9º | 0.84% | 0.5% | - |
| HSV(B) | 132.9º | 0.91% | 0.92% | - |
| XYZ | 30.69 | 59.39 | 15 | - |
| YUV | 150.86 | 80.1 | 34.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 234 | 66 | 0.91 | 0 | 0.72 | 0.08 | 132.9 | 0.84 | 0.5 |
| Hex | 14 | EA | 42 | 5B | 0 | 48 | 8 | 85 | 54 | 32 |
| Octal | 24 | 352 | 102 | 133 | 0 | 110 | 10 | 205 | 124 | 62 |
| Binary | 10100 | 11101010 | 1000010 | 1011011 | 0 | 1001000 | 1000 | 10000101 | 1010100 | 110010 |
Color Harmonies of #14EA42
Complementary color
Monochromatic Colors of #14EA42
Black with #14EA42
Text Example
Text Example
White with #14EA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EA42; }
p { color: rgb(20,234,66); }
H1.HeaderClassName
{
color: #14EA42;
}
.AnyTagClassName
{
color: #14EA42;
}
</style>
background-color css
<style>
a { background-color: #14EA42; }
a { background-color: rgb(20,234,66); }
div.DivClassName
{
background-color: #14EA42;
}
.BgClassName
{
background-color: #14EA42;
}
</style>
border-color css
<style>
span { border-color: #14EA42; }
span { border-color: rgb(20,234,66); }
td.TdClassName
{
border-color: #14EA42;
}
.TagClassName
{
border-color: #14EA42;
}
</style>