Shades of Malachite #16F94A
Tints of Malachite #16F94A
RGB
CMYK
RGB Variations
Color information
#16F94A (or 0x16F94A) is known color: Malachite. HEX triplet: 16, F9 and 4A. RGB value is (22,249,74). Sum of RGB (Red+Green+Blue) = 22+249+74=345 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.38% from 345); Green value is 249 (97.66% from 255 or 72.17% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 249 - color contains mainly: green. Hex color #16F94A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #16F94A is #E906B5. Grayscale: #A1A1A1. Windows color (decimal): -15271606 or 4913430. OLE color: 4913430.
HSL color Cylindrical-coordinate representation of color #16F94A: hue angle of 133.74º 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 #16F94A is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 249 | 74 | - |
| CMYK | 0.91 | 0 | 0.70 | 0.02 |
| HSL | 133.74º | 0.95% | 0.53% | - |
| HSV(B) | 133.74º | 0.91% | 0.98% | - |
| XYZ | 35.44 | 68.42 | 17.82 | - |
| YUV | 161.18 | 78.79 | 28.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 249 | 74 | 0.91 | 0 | 0.70 | 0.02 | 133.74 | 0.95 | 0.53 |
| Hex | 16 | F9 | 4A | 5B | 0 | 46 | 2 | 86 | 5F | 35 |
| Octal | 26 | 371 | 112 | 133 | 0 | 106 | 2 | 206 | 137 | 65 |
| Binary | 10110 | 11111001 | 1001010 | 1011011 | 0 | 1000110 | 10 | 10000110 | 1011111 | 110101 |
Color Harmonies of #16F94A
Complementary color
Monochromatic Colors of #16F94A
Black with #16F94A
Text Example
Text Example
White with #16F94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16F94A; }
p { color: rgb(22,249,74); }
H1.HeaderClassName
{
color: #16F94A;
}
.AnyTagClassName
{
color: #16F94A;
}
</style>
background-color css
<style>
a { background-color: #16F94A; }
a { background-color: rgb(22,249,74); }
div.DivClassName
{
background-color: #16F94A;
}
.BgClassName
{
background-color: #16F94A;
}
</style>
border-color css
<style>
span { border-color: #16F94A; }
span { border-color: rgb(22,249,74); }
td.TdClassName
{
border-color: #16F94A;
}
.TagClassName
{
border-color: #16F94A;
}
</style>