Shades of Malachite #00D166
Tints of Malachite #00D166
RGB
CMYK
RGB Variations
Color information
#00D166 (or 0x00D166) is known color: Malachite. HEX triplet: 00, D1 and 66. RGB value is (0,209,102). Sum of RGB (Red+Green+Blue) = 0+209+102=311 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 311); Green value is 209 (82.03% from 255 or 67.20% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 209 - color contains mainly: green. Hex color #00D166 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D166 is #FF2E99. Grayscale: #868686. Windows color (decimal): -16723610 or 6738176. OLE color: 6738176.
HSL color Cylindrical-coordinate representation of color #00D166: hue angle of 149.28º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D166 is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 209 | 102 | - |
| CMYK | 1 | 0 | 0.51 | 0.18 |
| HSL | 149.28º | 1% | 0.41% | - |
| HSV(B) | 149.28º | 1% | 0.82% | - |
| XYZ | 25.2 | 46.56 | 20.23 | - |
| YUV | 134.31 | 109.76 | 32.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 209 | 102 | 1 | 0 | 0.51 | 0.18 | 149.28 | 1 | 0.41 |
| Hex | 0 | D1 | 66 | 64 | 0 | 33 | 12 | 95 | 64 | 29 |
| Octal | 0 | 321 | 146 | 144 | 0 | 63 | 22 | 225 | 144 | 51 |
| Binary | 0 | 11010001 | 1100110 | 1100100 | 0 | 110011 | 10010 | 10010101 | 1100100 | 101001 |
Color Harmonies of #00D166
Complementary color
Monochromatic Colors of #00D166
Black with #00D166
Text Example
Text Example
White with #00D166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D166; }
p { color: rgb(0,209,102); }
H1.HeaderClassName
{
color: #00D166;
}
.AnyTagClassName
{
color: #00D166;
}
</style>
background-color css
<style>
a { background-color: #00D166; }
a { background-color: rgb(0,209,102); }
div.DivClassName
{
background-color: #00D166;
}
.BgClassName
{
background-color: #00D166;
}
</style>
border-color css
<style>
span { border-color: #00D166; }
span { border-color: rgb(0,209,102); }
td.TdClassName
{
border-color: #00D166;
}
.TagClassName
{
border-color: #00D166;
}
</style>