Shades of Malachite #16F048
Tints of Malachite #16F048
RGB
CMYK
RGB Variations
Color information
#16F048 (or 0x16F048) is known color: Malachite. HEX triplet: 16, F0 and 48. RGB value is (22,240,72). Sum of RGB (Red+Green+Blue) = 22+240+72=334 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.59% from 334); Green value is 240 (94.14% from 255 or 71.86% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 240 - color contains mainly: green. Hex color #16F048 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #16F048 is #E90FB7. Grayscale: #9C9C9C. Windows color (decimal): -15273912 or 4780054. OLE color: 4780054.
HSL color Cylindrical-coordinate representation of color #16F048: hue angle of 133.76º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16F048 is Cyan = 0.91, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 240 | 72 | - |
| CMYK | 0.91 | 0 | 0.7 | 0.06 |
| HSL | 133.76º | 0.88% | 0.51% | - |
| HSV(B) | 133.76º | 0.91% | 0.94% | - |
| XYZ | 32.66 | 62.96 | 16.56 | - |
| YUV | 155.67 | 80.78 | 32.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 240 | 72 | 0.91 | 0 | 0.7 | 0.06 | 133.76 | 0.88 | 0.51 |
| Hex | 16 | F0 | 48 | 5B | 0 | 46 | 6 | 86 | 58 | 33 |
| Octal | 26 | 360 | 110 | 133 | 0 | 106 | 6 | 206 | 130 | 63 |
| Binary | 10110 | 11110000 | 1001000 | 1011011 | 0 | 1000110 | 110 | 10000110 | 1011000 | 110011 |
Color Harmonies of #16F048
Complementary color
Monochromatic Colors of #16F048
Black with #16F048
Text Example
Text Example
White with #16F048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16F048; }
p { color: rgb(22,240,72); }
H1.HeaderClassName
{
color: #16F048;
}
.AnyTagClassName
{
color: #16F048;
}
</style>
background-color css
<style>
a { background-color: #16F048; }
a { background-color: rgb(22,240,72); }
div.DivClassName
{
background-color: #16F048;
}
.BgClassName
{
background-color: #16F048;
}
</style>
border-color css
<style>
span { border-color: #16F048; }
span { border-color: rgb(22,240,72); }
td.TdClassName
{
border-color: #16F048;
}
.TagClassName
{
border-color: #16F048;
}
</style>