Shades of Malachite #16F940
Tints of Malachite #16F940
RGB
CMYK
RGB Variations
Color information
#16F940 (or 0x16F940) is known color: Malachite. HEX triplet: 16, F9 and 40. RGB value is (22,249,64). Sum of RGB (Red+Green+Blue) = 22+249+64=335 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.57% from 335); Green value is 249 (97.66% from 255 or 74.33% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 249 - color contains mainly: green. Hex color #16F940 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #16F940 is #E906BF. Grayscale: #A0A0A0. Windows color (decimal): -15271616 or 4258070. OLE color: 4258070.
HSL color Cylindrical-coordinate representation of color #16F940: hue angle of 131.1º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16F940 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 249 | 64 | - |
| CMYK | 0.91 | 0 | 0.74 | 0.02 |
| HSL | 131.1º | 0.95% | 0.53% | - |
| HSV(B) | 131.1º | 0.91% | 0.98% | - |
| XYZ | 35.13 | 68.29 | 16.18 | - |
| YUV | 160.04 | 73.79 | 29.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 249 | 64 | 0.91 | 0 | 0.74 | 0.02 | 131.1 | 0.95 | 0.53 |
| Hex | 16 | F9 | 40 | 5B | 0 | 4A | 2 | 83 | 5F | 35 |
| Octal | 26 | 371 | 100 | 133 | 0 | 112 | 2 | 203 | 137 | 65 |
| Binary | 10110 | 11111001 | 1000000 | 1011011 | 0 | 1001010 | 10 | 10000011 | 1011111 | 110101 |
Color Harmonies of #16F940
Complementary color
Monochromatic Colors of #16F940
Black with #16F940
Text Example
Text Example
White with #16F940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16F940; }
p { color: rgb(22,249,64); }
H1.HeaderClassName
{
color: #16F940;
}
.AnyTagClassName
{
color: #16F940;
}
</style>
background-color css
<style>
a { background-color: #16F940; }
a { background-color: rgb(22,249,64); }
div.DivClassName
{
background-color: #16F940;
}
.BgClassName
{
background-color: #16F940;
}
</style>
border-color css
<style>
span { border-color: #16F940; }
span { border-color: rgb(22,249,64); }
td.TdClassName
{
border-color: #16F940;
}
.TagClassName
{
border-color: #16F940;
}
</style>