Shades of Malachite #00D96B
Tints of Malachite #00D96B
RGB
CMYK
RGB Variations
Color information
#00D96B (or 0x00D96B) is known color: Malachite. HEX triplet: 00, D9 and 6B. RGB value is (0,217,107). Sum of RGB (Red+Green+Blue) = 0+217+107=324 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 324); Green value is 217 (85.16% from 255 or 66.98% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 217 - color contains mainly: green. Hex color #00D96B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D96B is #FF2694. Grayscale: #8B8B8B. Windows color (decimal): -16721557 or 7067904. OLE color: 7067904.
HSL color Cylindrical-coordinate representation of color #00D96B: hue angle of 149.59º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D96B is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 217 | 107 | - |
| CMYK | 1 | 0 | 0.51 | 0.15 |
| HSL | 149.59º | 1% | 0.43% | - |
| HSV(B) | 149.59º | 1% | 0.85% | - |
| XYZ | 27.47 | 50.69 | 22.25 | - |
| YUV | 139.58 | 109.61 | 28.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 217 | 107 | 1 | 0 | 0.51 | 0.15 | 149.59 | 1 | 0.43 |
| Hex | 0 | D9 | 6B | 64 | 0 | 33 | F | 96 | 64 | 2B |
| Octal | 0 | 331 | 153 | 144 | 0 | 63 | 17 | 226 | 144 | 53 |
| Binary | 0 | 11011001 | 1101011 | 1100100 | 0 | 110011 | 1111 | 10010110 | 1100100 | 101011 |
Color Harmonies of #00D96B
Complementary color
Monochromatic Colors of #00D96B
Black with #00D96B
Text Example
Text Example
White with #00D96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D96B; }
p { color: rgb(0,217,107); }
H1.HeaderClassName
{
color: #00D96B;
}
.AnyTagClassName
{
color: #00D96B;
}
</style>
background-color css
<style>
a { background-color: #00D96B; }
a { background-color: rgb(0,217,107); }
div.DivClassName
{
background-color: #00D96B;
}
.BgClassName
{
background-color: #00D96B;
}
</style>
border-color css
<style>
span { border-color: #00D96B; }
span { border-color: rgb(0,217,107); }
td.TdClassName
{
border-color: #00D96B;
}
.TagClassName
{
border-color: #00D96B;
}
</style>