Shades of Malachite #16E055
Tints of Malachite #16E055
RGB
CMYK
RGB Variations
Color information
#16E055 (or 0x16E055) is known color: Malachite. HEX triplet: 16, E0 and 55. RGB value is (22,224,85). Sum of RGB (Red+Green+Blue) = 22+224+85=331 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.65% from 331); Green value is 224 (87.89% from 255 or 67.67% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 224 - color contains mainly: green. Hex color #16E055 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16E055 is #E91FAA. Grayscale: #949494. Windows color (decimal): -15277995 or 5627926. OLE color: 5627926.
HSL color Cylindrical-coordinate representation of color #16E055: hue angle of 138.71º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16E055 is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 22 | 224 | 85 | - |
| CMYK | 0.90 | 0 | 0.62 | 0.12 |
| HSL | 138.71º | 0.82% | 0.48% | - |
| HSV(B) | 138.71º | 0.9% | 0.88% | - |
| XYZ | 28.63 | 54.14 | 17.54 | - |
| YUV | 147.76 | 92.58 | 38.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 224 | 85 | 0.90 | 0 | 0.62 | 0.12 | 138.71 | 0.82 | 0.48 |
| Hex | 16 | E0 | 55 | 5A | 0 | 3E | C | 8B | 52 | 30 |
| Octal | 26 | 340 | 125 | 132 | 0 | 76 | 14 | 213 | 122 | 60 |
| Binary | 10110 | 11100000 | 1010101 | 1011010 | 0 | 111110 | 1100 | 10001011 | 1010010 | 110000 |
Color Harmonies of #16E055
Complementary color
Monochromatic Colors of #16E055
Black with #16E055
Text Example
Text Example
White with #16E055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E055; }
p { color: rgb(22,224,85); }
H1.HeaderClassName
{
color: #16E055;
}
.AnyTagClassName
{
color: #16E055;
}
</style>
background-color css
<style>
a { background-color: #16E055; }
a { background-color: rgb(22,224,85); }
div.DivClassName
{
background-color: #16E055;
}
.BgClassName
{
background-color: #16E055;
}
</style>
border-color css
<style>
span { border-color: #16E055; }
span { border-color: rgb(22,224,85); }
td.TdClassName
{
border-color: #16E055;
}
.TagClassName
{
border-color: #16E055;
}
</style>