Shades of Malachite #07D16A
Tints of Malachite #07D16A
RGB
CMYK
RGB Variations
Color information
#07D16A (or 0x07D16A) is known color: Malachite. HEX triplet: 07, D1 and 6A. RGB value is (7,209,106). Sum of RGB (Red+Green+Blue) = 7+209+106=322 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 322); Green value is 209 (82.03% from 255 or 64.91% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 209 - color contains mainly: green. Hex color #07D16A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07D16A is #F82E95. Grayscale: #898989. Windows color (decimal): -16264854 or 7000327. OLE color: 7000327.
HSL color Cylindrical-coordinate representation of color #07D16A: hue angle of 149.41º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D16A is Cyan = 0.97, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 7 | 209 | 106 | - |
| CMYK | 0.97 | 0 | 0.49 | 0.18 |
| HSL | 149.41º | 0.94% | 0.42% | - |
| HSV(B) | 149.41º | 0.97% | 0.82% | - |
| XYZ | 25.49 | 46.69 | 21.3 | - |
| YUV | 136.86 | 110.58 | 35.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 209 | 106 | 0.97 | 0 | 0.49 | 0.18 | 149.41 | 0.94 | 0.42 |
| Hex | 7 | D1 | 6A | 61 | 0 | 31 | 12 | 95 | 5E | 2A |
| Octal | 7 | 321 | 152 | 141 | 0 | 61 | 22 | 225 | 136 | 52 |
| Binary | 111 | 11010001 | 1101010 | 1100001 | 0 | 110001 | 10010 | 10010101 | 1011110 | 101010 |
Color Harmonies of #07D16A
Complementary color
Monochromatic Colors of #07D16A
Black with #07D16A
Text Example
Text Example
White with #07D16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D16A; }
p { color: rgb(7,209,106); }
H1.HeaderClassName
{
color: #07D16A;
}
.AnyTagClassName
{
color: #07D16A;
}
</style>
background-color css
<style>
a { background-color: #07D16A; }
a { background-color: rgb(7,209,106); }
div.DivClassName
{
background-color: #07D16A;
}
.BgClassName
{
background-color: #07D16A;
}
</style>
border-color css
<style>
span { border-color: #07D16A; }
span { border-color: rgb(7,209,106); }
td.TdClassName
{
border-color: #07D16A;
}
.TagClassName
{
border-color: #07D16A;
}
</style>