Shades of Malachite #01D165
Tints of Malachite #01D165
RGB
CMYK
RGB Variations
Color information
#01D165 (or 0x01D165) is known color: Malachite. HEX triplet: 01, D1 and 65. RGB value is (1,209,101). Sum of RGB (Red+Green+Blue) = 1+209+101=311 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 311); Green value is 209 (82.03% from 255 or 67.20% from 311); Blue value is 101 (39.84% from 255 or 32.48% from 311); Max value from RGB is 209 - color contains mainly: green. Hex color #01D165 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D165 is #FE2E9A. Grayscale: #868686. Windows color (decimal): -16658075 or 6672641. OLE color: 6672641.
HSL color Cylindrical-coordinate representation of color #01D165: hue angle of 148.85º 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 #01D165 is Cyan = 1.00, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 209 | 101 | - |
| CMYK | 1.00 | 0 | 0.52 | 0.18 |
| HSL | 148.85º | 0.99% | 0.41% | - |
| HSV(B) | 148.85º | 1% | 0.82% | - |
| XYZ | 25.16 | 46.55 | 19.97 | - |
| YUV | 134.5 | 109.09 | 32.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 209 | 101 | 1.00 | 0 | 0.52 | 0.18 | 148.85 | 0.99 | 0.41 |
| Hex | 1 | D1 | 65 | 64 | 0 | 34 | 12 | 95 | 63 | 29 |
| Octal | 1 | 321 | 145 | 144 | 0 | 64 | 22 | 225 | 143 | 51 |
| Binary | 1 | 11010001 | 1100101 | 1100100 | 0 | 110100 | 10010 | 10010101 | 1100011 | 101001 |
Color Harmonies of #01D165
Complementary color
Monochromatic Colors of #01D165
Black with #01D165
Text Example
Text Example
White with #01D165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D165; }
p { color: rgb(1,209,101); }
H1.HeaderClassName
{
color: #01D165;
}
.AnyTagClassName
{
color: #01D165;
}
</style>
background-color css
<style>
a { background-color: #01D165; }
a { background-color: rgb(1,209,101); }
div.DivClassName
{
background-color: #01D165;
}
.BgClassName
{
background-color: #01D165;
}
</style>
border-color css
<style>
span { border-color: #01D165; }
span { border-color: rgb(1,209,101); }
td.TdClassName
{
border-color: #01D165;
}
.TagClassName
{
border-color: #01D165;
}
</style>