Shades of Malachite #16E450
Tints of Malachite #16E450
RGB
CMYK
RGB Variations
Color information
#16E450 (or 0x16E450) is known color: Malachite. HEX triplet: 16, E4 and 50. RGB value is (22,228,80). Sum of RGB (Red+Green+Blue) = 22+228+80=330 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.67% from 330); Green value is 228 (89.45% from 255 or 69.09% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 228 - color contains mainly: green. Hex color #16E450 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16E450 is #E91BAF. Grayscale: #959595. Windows color (decimal): -15276976 or 5301270. OLE color: 5301270.
HSL color Cylindrical-coordinate representation of color #16E450: hue angle of 136.89º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16E450 is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 22 | 228 | 80 | - |
| CMYK | 0.90 | 0 | 0.65 | 0.11 |
| HSL | 136.89º | 0.82% | 0.49% | - |
| HSV(B) | 136.89º | 0.9% | 0.89% | - |
| XYZ | 29.52 | 56.24 | 16.89 | - |
| YUV | 149.53 | 88.75 | 37.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 228 | 80 | 0.90 | 0 | 0.65 | 0.11 | 136.89 | 0.82 | 0.49 |
| Hex | 16 | E4 | 50 | 5A | 0 | 41 | B | 89 | 52 | 31 |
| Octal | 26 | 344 | 120 | 132 | 0 | 101 | 13 | 211 | 122 | 61 |
| Binary | 10110 | 11100100 | 1010000 | 1011010 | 0 | 1000001 | 1011 | 10001001 | 1010010 | 110001 |
Color Harmonies of #16E450
Complementary color
Monochromatic Colors of #16E450
Black with #16E450
Text Example
Text Example
White with #16E450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E450; }
p { color: rgb(22,228,80); }
H1.HeaderClassName
{
color: #16E450;
}
.AnyTagClassName
{
color: #16E450;
}
</style>
background-color css
<style>
a { background-color: #16E450; }
a { background-color: rgb(22,228,80); }
div.DivClassName
{
background-color: #16E450;
}
.BgClassName
{
background-color: #16E450;
}
</style>
border-color css
<style>
span { border-color: #16E450; }
span { border-color: rgb(22,228,80); }
td.TdClassName
{
border-color: #16E450;
}
.TagClassName
{
border-color: #16E450;
}
</style>