Shades of Malachite #16F85A
Tints of Malachite #16F85A
RGB
CMYK
RGB Variations
Color information
#16F85A (or 0x16F85A) is known color: Malachite. HEX triplet: 16, F8 and 5A. RGB value is (22,248,90). Sum of RGB (Red+Green+Blue) = 22+248+90=360 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.11% from 360); Green value is 248 (97.27% from 255 or 68.89% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 248 - color contains mainly: green. Hex color #16F85A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #16F85A is #E907A5. Grayscale: #A2A2A2. Windows color (decimal): -15271846 or 5961750. OLE color: 5961750.
HSL color Cylindrical-coordinate representation of color #16F85A: hue angle of 138.05º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16F85A is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 22 | 248 | 90 | - |
| CMYK | 0.91 | 0 | 0.64 | 0.03 |
| HSL | 138.05º | 0.94% | 0.53% | - |
| HSV(B) | 138.05º | 0.91% | 0.97% | - |
| XYZ | 35.74 | 68.04 | 20.92 | - |
| YUV | 162.41 | 87.13 | 27.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 248 | 90 | 0.91 | 0 | 0.64 | 0.03 | 138.05 | 0.94 | 0.53 |
| Hex | 16 | F8 | 5A | 5B | 0 | 40 | 3 | 8A | 5E | 35 |
| Octal | 26 | 370 | 132 | 133 | 0 | 100 | 3 | 212 | 136 | 65 |
| Binary | 10110 | 11111000 | 1011010 | 1011011 | 0 | 1000000 | 11 | 10001010 | 1011110 | 110101 |
Color Harmonies of #16F85A
Complementary color
Monochromatic Colors of #16F85A
Black with #16F85A
Text Example
Text Example
White with #16F85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16F85A; }
p { color: rgb(22,248,90); }
H1.HeaderClassName
{
color: #16F85A;
}
.AnyTagClassName
{
color: #16F85A;
}
</style>
background-color css
<style>
a { background-color: #16F85A; }
a { background-color: rgb(22,248,90); }
div.DivClassName
{
background-color: #16F85A;
}
.BgClassName
{
background-color: #16F85A;
}
</style>
border-color css
<style>
span { border-color: #16F85A; }
span { border-color: rgb(22,248,90); }
td.TdClassName
{
border-color: #16F85A;
}
.TagClassName
{
border-color: #16F85A;
}
</style>