Shades of Malachite #16F068
Tints of Malachite #16F068
RGB
CMYK
RGB Variations
Color information
#16F068 (or 0x16F068) is known color: Malachite. HEX triplet: 16, F0 and 68. RGB value is (22,240,104). Sum of RGB (Red+Green+Blue) = 22+240+104=366 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.01% from 366); Green value is 240 (94.14% from 255 or 65.57% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 240 - color contains mainly: green. Hex color #16F068 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #16F068 is #E90F97. Grayscale: #9F9F9F. Windows color (decimal): -15273880 or 6877206. OLE color: 6877206.
HSL color Cylindrical-coordinate representation of color #16F068: hue angle of 142.57º 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 #16F068 is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 240 | 104 | - |
| CMYK | 0.91 | 0 | 0.57 | 0.06 |
| HSL | 142.57º | 0.88% | 0.51% | - |
| HSV(B) | 142.57º | 0.91% | 0.94% | - |
| XYZ | 33.99 | 63.49 | 23.56 | - |
| YUV | 159.31 | 96.78 | 30.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 240 | 104 | 0.91 | 0 | 0.57 | 0.06 | 142.57 | 0.88 | 0.51 |
| Hex | 16 | F0 | 68 | 5B | 0 | 39 | 6 | 8F | 58 | 33 |
| Octal | 26 | 360 | 150 | 133 | 0 | 71 | 6 | 217 | 130 | 63 |
| Binary | 10110 | 11110000 | 1101000 | 1011011 | 0 | 111001 | 110 | 10001111 | 1011000 | 110011 |
Color Harmonies of #16F068
Complementary color
Monochromatic Colors of #16F068
Black with #16F068
Text Example
Text Example
White with #16F068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16F068; }
p { color: rgb(22,240,104); }
H1.HeaderClassName
{
color: #16F068;
}
.AnyTagClassName
{
color: #16F068;
}
</style>
background-color css
<style>
a { background-color: #16F068; }
a { background-color: rgb(22,240,104); }
div.DivClassName
{
background-color: #16F068;
}
.BgClassName
{
background-color: #16F068;
}
</style>
border-color css
<style>
span { border-color: #16F068; }
span { border-color: rgb(22,240,104); }
td.TdClassName
{
border-color: #16F068;
}
.TagClassName
{
border-color: #16F068;
}
</style>