Shades of Malachite #01D16B
Tints of Malachite #01D16B
RGB
CMYK
RGB Variations
Color information
#01D16B (or 0x01D16B) is known color: Malachite. HEX triplet: 01, D1 and 6B. RGB value is (1,209,107). Sum of RGB (Red+Green+Blue) = 1+209+107=317 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 317); Green value is 209 (82.03% from 255 or 65.93% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 209 - color contains mainly: green. Hex color #01D16B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D16B is #FE2E94. Grayscale: #878787. Windows color (decimal): -16658069 or 7065857. OLE color: 7065857.
HSL color Cylindrical-coordinate representation of color #01D16B: hue angle of 150.58º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D16B is Cyan = 1.00, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 209 | 107 | - |
| CMYK | 1.00 | 0 | 0.49 | 0.18 |
| HSL | 150.58º | 0.99% | 0.41% | - |
| HSV(B) | 150.58º | 1% | 0.82% | - |
| XYZ | 25.47 | 46.67 | 21.58 | - |
| YUV | 135.18 | 112.09 | 32.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 209 | 107 | 1.00 | 0 | 0.49 | 0.18 | 150.58 | 0.99 | 0.41 |
| Hex | 1 | D1 | 6B | 64 | 0 | 31 | 12 | 97 | 63 | 29 |
| Octal | 1 | 321 | 153 | 144 | 0 | 61 | 22 | 227 | 143 | 51 |
| Binary | 1 | 11010001 | 1101011 | 1100100 | 0 | 110001 | 10010 | 10010111 | 1100011 | 101001 |
Color Harmonies of #01D16B
Complementary color
Monochromatic Colors of #01D16B
Black with #01D16B
Text Example
Text Example
White with #01D16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D16B; }
p { color: rgb(1,209,107); }
H1.HeaderClassName
{
color: #01D16B;
}
.AnyTagClassName
{
color: #01D16B;
}
</style>
background-color css
<style>
a { background-color: #01D16B; }
a { background-color: rgb(1,209,107); }
div.DivClassName
{
background-color: #01D16B;
}
.BgClassName
{
background-color: #01D16B;
}
</style>
border-color css
<style>
span { border-color: #01D16B; }
span { border-color: rgb(1,209,107); }
td.TdClassName
{
border-color: #01D16B;
}
.TagClassName
{
border-color: #01D16B;
}
</style>