Shades of Malachite #16F042
Tints of Malachite #16F042
RGB
CMYK
RGB Variations
Color information
#16F042 (or 0x16F042) is known color: Malachite. HEX triplet: 16, F0 and 42. RGB value is (22,240,66). Sum of RGB (Red+Green+Blue) = 22+240+66=328 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.71% from 328); Green value is 240 (94.14% from 255 or 73.17% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 240 - color contains mainly: green. Hex color #16F042 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #16F042 is #E90FBD. Grayscale: #9B9B9B. Windows color (decimal): -15273918 or 4386838. OLE color: 4386838.
HSL color Cylindrical-coordinate representation of color #16F042: hue angle of 132.11º 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 #16F042 is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 240 | 66 | - |
| CMYK | 0.91 | 0 | 0.72 | 0.06 |
| HSL | 132.11º | 0.88% | 0.51% | - |
| HSV(B) | 132.11º | 0.91% | 0.94% | - |
| XYZ | 32.47 | 62.88 | 15.58 | - |
| YUV | 154.98 | 77.78 | 33.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 240 | 66 | 0.91 | 0 | 0.72 | 0.06 | 132.11 | 0.88 | 0.51 |
| Hex | 16 | F0 | 42 | 5B | 0 | 48 | 6 | 84 | 58 | 33 |
| Octal | 26 | 360 | 102 | 133 | 0 | 110 | 6 | 204 | 130 | 63 |
| Binary | 10110 | 11110000 | 1000010 | 1011011 | 0 | 1001000 | 110 | 10000100 | 1011000 | 110011 |
Color Harmonies of #16F042
Complementary color
Monochromatic Colors of #16F042
Black with #16F042
Text Example
Text Example
White with #16F042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16F042; }
p { color: rgb(22,240,66); }
H1.HeaderClassName
{
color: #16F042;
}
.AnyTagClassName
{
color: #16F042;
}
</style>
background-color css
<style>
a { background-color: #16F042; }
a { background-color: rgb(22,240,66); }
div.DivClassName
{
background-color: #16F042;
}
.BgClassName
{
background-color: #16F042;
}
</style>
border-color css
<style>
span { border-color: #16F042; }
span { border-color: rgb(22,240,66); }
td.TdClassName
{
border-color: #16F042;
}
.TagClassName
{
border-color: #16F042;
}
</style>