Shades of Malachite #14E033
Tints of Malachite #14E033
RGB
CMYK
RGB Variations
Color information
#14E033 (or 0x14E033) is known color: Malachite. HEX triplet: 14, E0 and 33. RGB value is (20,224,51). Sum of RGB (Red+Green+Blue) = 20+224+51=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 224 (87.89% from 255 or 75.93% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 224 - color contains mainly: green. Hex color #14E033 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14E033 is #EB1FCC. Grayscale: #8F8F8F. Windows color (decimal): -15409101 or 3399700. OLE color: 3399700.
HSL color Cylindrical-coordinate representation of color #14E033: hue angle of 129.12º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E033 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 224 | 51 | - |
| CMYK | 0.91 | 0 | 0.77 | 0.12 |
| HSL | 129.12º | 0.84% | 0.48% | - |
| HSV(B) | 129.12º | 0.91% | 0.88% | - |
| XYZ | 27.54 | 53.7 | 12.05 | - |
| YUV | 143.28 | 75.91 | 40.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 224 | 51 | 0.91 | 0 | 0.77 | 0.12 | 129.12 | 0.84 | 0.48 |
| Hex | 14 | E0 | 33 | 5B | 0 | 4D | C | 81 | 54 | 30 |
| Octal | 24 | 340 | 63 | 133 | 0 | 115 | 14 | 201 | 124 | 60 |
| Binary | 10100 | 11100000 | 110011 | 1011011 | 0 | 1001101 | 1100 | 10000001 | 1010100 | 110000 |
Color Harmonies of #14E033
Complementary color
Monochromatic Colors of #14E033
Black with #14E033
Text Example
Text Example
White with #14E033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E033; }
p { color: rgb(20,224,51); }
H1.HeaderClassName
{
color: #14E033;
}
.AnyTagClassName
{
color: #14E033;
}
</style>
background-color css
<style>
a { background-color: #14E033; }
a { background-color: rgb(20,224,51); }
div.DivClassName
{
background-color: #14E033;
}
.BgClassName
{
background-color: #14E033;
}
</style>
border-color css
<style>
span { border-color: #14E033; }
span { border-color: rgb(20,224,51); }
td.TdClassName
{
border-color: #14E033;
}
.TagClassName
{
border-color: #14E033;
}
</style>