Shades of Malachite #16F058
Tints of Malachite #16F058
RGB
CMYK
RGB Variations
Color information
#16F058 (or 0x16F058) is known color: Malachite. HEX triplet: 16, F0 and 58. RGB value is (22,240,88). Sum of RGB (Red+Green+Blue) = 22+240+88=350 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.29% from 350); Green value is 240 (94.14% from 255 or 68.57% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 240 - color contains mainly: green. Hex color #16F058 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #16F058 is #E90FA7. Grayscale: #9D9D9D. Windows color (decimal): -15273896 or 5828630. OLE color: 5828630.
HSL color Cylindrical-coordinate representation of color #16F058: hue angle of 138.17º 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 #16F058 is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 240 | 88 | - |
| CMYK | 0.91 | 0 | 0.63 | 0.06 |
| HSL | 138.17º | 0.88% | 0.51% | - |
| HSV(B) | 138.17º | 0.91% | 0.94% | - |
| XYZ | 33.25 | 63.2 | 19.68 | - |
| YUV | 157.49 | 88.78 | 31.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 240 | 88 | 0.91 | 0 | 0.63 | 0.06 | 138.17 | 0.88 | 0.51 |
| Hex | 16 | F0 | 58 | 5B | 0 | 3F | 6 | 8A | 58 | 33 |
| Octal | 26 | 360 | 130 | 133 | 0 | 77 | 6 | 212 | 130 | 63 |
| Binary | 10110 | 11110000 | 1011000 | 1011011 | 0 | 111111 | 110 | 10001010 | 1011000 | 110011 |
Color Harmonies of #16F058
Complementary color
Monochromatic Colors of #16F058
Black with #16F058
Text Example
Text Example
White with #16F058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16F058; }
p { color: rgb(22,240,88); }
H1.HeaderClassName
{
color: #16F058;
}
.AnyTagClassName
{
color: #16F058;
}
</style>
background-color css
<style>
a { background-color: #16F058; }
a { background-color: rgb(22,240,88); }
div.DivClassName
{
background-color: #16F058;
}
.BgClassName
{
background-color: #16F058;
}
</style>
border-color css
<style>
span { border-color: #16F058; }
span { border-color: rgb(22,240,88); }
td.TdClassName
{
border-color: #16F058;
}
.TagClassName
{
border-color: #16F058;
}
</style>