Shades of Malachite #16E640
Tints of Malachite #16E640
RGB
CMYK
RGB Variations
Color information
#16E640 (or 0x16E640) is known color: Malachite. HEX triplet: 16, E6 and 40. RGB value is (22,230,64). Sum of RGB (Red+Green+Blue) = 22+230+64=316 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.96% from 316); Green value is 230 (90.23% from 255 or 72.78% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 230 - color contains mainly: green. Hex color #16E640 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #16E640 is #E919BF. Grayscale: #959595. Windows color (decimal): -15276480 or 4253206. OLE color: 4253206.
HSL color Cylindrical-coordinate representation of color #16E640: hue angle of 132.12º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16E640 is Cyan = 0.90, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 22 | 230 | 64 | - |
| CMYK | 0.90 | 0 | 0.72 | 0.10 |
| HSL | 132.12º | 0.83% | 0.49% | - |
| HSV(B) | 132.12º | 0.9% | 0.9% | - |
| XYZ | 29.55 | 57.13 | 14.32 | - |
| YUV | 148.88 | 80.09 | 37.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 230 | 64 | 0.90 | 0 | 0.72 | 0.10 | 132.12 | 0.83 | 0.49 |
| Hex | 16 | E6 | 40 | 5A | 0 | 48 | A | 84 | 53 | 31 |
| Octal | 26 | 346 | 100 | 132 | 0 | 110 | 12 | 204 | 123 | 61 |
| Binary | 10110 | 11100110 | 1000000 | 1011010 | 0 | 1001000 | 1010 | 10000100 | 1010011 | 110001 |
Color Harmonies of #16E640
Complementary color
Monochromatic Colors of #16E640
Black with #16E640
Text Example
Text Example
White with #16E640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E640; }
p { color: rgb(22,230,64); }
H1.HeaderClassName
{
color: #16E640;
}
.AnyTagClassName
{
color: #16E640;
}
</style>
background-color css
<style>
a { background-color: #16E640; }
a { background-color: rgb(22,230,64); }
div.DivClassName
{
background-color: #16E640;
}
.BgClassName
{
background-color: #16E640;
}
</style>
border-color css
<style>
span { border-color: #16E640; }
span { border-color: rgb(22,230,64); }
td.TdClassName
{
border-color: #16E640;
}
.TagClassName
{
border-color: #16E640;
}
</style>