Shades of Malachite #14E945
Tints of Malachite #14E945
RGB
CMYK
RGB Variations
Color information
#14E945 (or 0x14E945) is known color: Malachite. HEX triplet: 14, E9 and 45. RGB value is (20,233,69). Sum of RGB (Red+Green+Blue) = 20+233+69=322 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.21% from 322); Green value is 233 (91.41% from 255 or 72.36% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 233 - color contains mainly: green. Hex color #14E945 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14E945 is #EB16BA. Grayscale: #979797. Windows color (decimal): -15406779 or 4581652. OLE color: 4581652.
HSL color Cylindrical-coordinate representation of color #14E945: hue angle of 133.8º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E945 is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 233 | 69 | - |
| CMYK | 0.91 | 0 | 0.70 | 0.09 |
| HSL | 133.8º | 0.84% | 0.5% | - |
| HSV(B) | 133.8º | 0.91% | 0.91% | - |
| XYZ | 30.5 | 58.86 | 15.38 | - |
| YUV | 150.62 | 81.93 | 34.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 233 | 69 | 0.91 | 0 | 0.70 | 0.09 | 133.8 | 0.84 | 0.5 |
| Hex | 14 | E9 | 45 | 5B | 0 | 46 | 9 | 86 | 54 | 32 |
| Octal | 24 | 351 | 105 | 133 | 0 | 106 | 11 | 206 | 124 | 62 |
| Binary | 10100 | 11101001 | 1000101 | 1011011 | 0 | 1000110 | 1001 | 10000110 | 1010100 | 110010 |
Color Harmonies of #14E945
Complementary color
Monochromatic Colors of #14E945
Black with #14E945
Text Example
Text Example
White with #14E945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E945; }
p { color: rgb(20,233,69); }
H1.HeaderClassName
{
color: #14E945;
}
.AnyTagClassName
{
color: #14E945;
}
</style>
background-color css
<style>
a { background-color: #14E945; }
a { background-color: rgb(20,233,69); }
div.DivClassName
{
background-color: #14E945;
}
.BgClassName
{
background-color: #14E945;
}
</style>
border-color css
<style>
span { border-color: #14E945; }
span { border-color: rgb(20,233,69); }
td.TdClassName
{
border-color: #14E945;
}
.TagClassName
{
border-color: #14E945;
}
</style>