Shades of Malachite #16F14B
Tints of Malachite #16F14B
RGB
CMYK
RGB Variations
Color information
#16F14B (or 0x16F14B) is known color: Malachite. HEX triplet: 16, F1 and 4B. RGB value is (22,241,75). Sum of RGB (Red+Green+Blue) = 22+241+75=338 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.51% from 338); Green value is 241 (94.53% from 255 or 71.30% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 241 - color contains mainly: green. Hex color #16F14B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #16F14B is #E90EB4. Grayscale: #9D9D9D. Windows color (decimal): -15273653 or 4976918. OLE color: 4976918.
HSL color Cylindrical-coordinate representation of color #16F14B: hue angle of 134.52º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16F14B is Cyan = 0.91, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 22 | 241 | 75 | - |
| CMYK | 0.91 | 0 | 0.69 | 0.05 |
| HSL | 134.52º | 0.89% | 0.52% | - |
| HSV(B) | 134.52º | 0.91% | 0.95% | - |
| XYZ | 33.06 | 63.59 | 17.19 | - |
| YUV | 156.6 | 81.95 | 32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 241 | 75 | 0.91 | 0 | 0.69 | 0.05 | 134.52 | 0.89 | 0.52 |
| Hex | 16 | F1 | 4B | 5B | 0 | 45 | 5 | 87 | 59 | 34 |
| Octal | 26 | 361 | 113 | 133 | 0 | 105 | 5 | 207 | 131 | 64 |
| Binary | 10110 | 11110001 | 1001011 | 1011011 | 0 | 1000101 | 101 | 10000111 | 1011001 | 110100 |
Color Harmonies of #16F14B
Complementary color
Monochromatic Colors of #16F14B
Black with #16F14B
Text Example
Text Example
White with #16F14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16F14B; }
p { color: rgb(22,241,75); }
H1.HeaderClassName
{
color: #16F14B;
}
.AnyTagClassName
{
color: #16F14B;
}
</style>
background-color css
<style>
a { background-color: #16F14B; }
a { background-color: rgb(22,241,75); }
div.DivClassName
{
background-color: #16F14B;
}
.BgClassName
{
background-color: #16F14B;
}
</style>
border-color css
<style>
span { border-color: #16F14B; }
span { border-color: rgb(22,241,75); }
td.TdClassName
{
border-color: #16F14B;
}
.TagClassName
{
border-color: #16F14B;
}
</style>