Shades of Malachite #16EB40
Tints of Malachite #16EB40
RGB
CMYK
RGB Variations
Color information
#16EB40 (or 0x16EB40) is known color: Malachite. HEX triplet: 16, EB and 40. RGB value is (22,235,64). Sum of RGB (Red+Green+Blue) = 22+235+64=321 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.85% from 321); Green value is 235 (92.19% from 255 or 73.21% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 235 - color contains mainly: green. Hex color #16EB40 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #16EB40 is #E914BF. Grayscale: #989898. Windows color (decimal): -15275200 or 4254486. OLE color: 4254486.
HSL color Cylindrical-coordinate representation of color #16EB40: hue angle of 131.83º 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 #16EB40 is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 235 | 64 | - |
| CMYK | 0.91 | 0 | 0.73 | 0.08 |
| HSL | 131.83º | 0.84% | 0.5% | - |
| HSV(B) | 131.83º | 0.91% | 0.92% | - |
| XYZ | 30.96 | 59.96 | 14.79 | - |
| YUV | 151.82 | 78.43 | 35.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 235 | 64 | 0.91 | 0 | 0.73 | 0.08 | 131.83 | 0.84 | 0.5 |
| Hex | 16 | EB | 40 | 5B | 0 | 49 | 8 | 84 | 54 | 32 |
| Octal | 26 | 353 | 100 | 133 | 0 | 111 | 10 | 204 | 124 | 62 |
| Binary | 10110 | 11101011 | 1000000 | 1011011 | 0 | 1001001 | 1000 | 10000100 | 1010100 | 110010 |
Color Harmonies of #16EB40
Complementary color
Monochromatic Colors of #16EB40
Black with #16EB40
Text Example
Text Example
White with #16EB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16EB40; }
p { color: rgb(22,235,64); }
H1.HeaderClassName
{
color: #16EB40;
}
.AnyTagClassName
{
color: #16EB40;
}
</style>
background-color css
<style>
a { background-color: #16EB40; }
a { background-color: rgb(22,235,64); }
div.DivClassName
{
background-color: #16EB40;
}
.BgClassName
{
background-color: #16EB40;
}
</style>
border-color css
<style>
span { border-color: #16EB40; }
span { border-color: rgb(22,235,64); }
td.TdClassName
{
border-color: #16EB40;
}
.TagClassName
{
border-color: #16EB40;
}
</style>