Shades of Malachite #01D062
Tints of Malachite #01D062
RGB
CMYK
RGB Variations
Color information
#01D062 (or 0x01D062) is known color: Malachite. HEX triplet: 01, D0 and 62. RGB value is (1,208,98). Sum of RGB (Red+Green+Blue) = 1+208+98=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 208 (81.64% from 255 or 67.75% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 208 - color contains mainly: green. Hex color #01D062 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D062 is #FE2F9D. Grayscale: #858585. Windows color (decimal): -16658334 or 6475777. OLE color: 6475777.
HSL color Cylindrical-coordinate representation of color #01D062: hue angle of 148.12º 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 #01D062 is Cyan = 1.00, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 208 | 98 | - |
| CMYK | 1.00 | 0 | 0.53 | 0.18 |
| HSL | 148.12º | 0.99% | 0.41% | - |
| HSV(B) | 148.12º | 1% | 0.82% | - |
| XYZ | 24.77 | 46 | 19.13 | - |
| YUV | 133.57 | 107.92 | 33.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 208 | 98 | 1.00 | 0 | 0.53 | 0.18 | 148.12 | 0.99 | 0.41 |
| Hex | 1 | D0 | 62 | 64 | 0 | 35 | 12 | 94 | 63 | 29 |
| Octal | 1 | 320 | 142 | 144 | 0 | 65 | 22 | 224 | 143 | 51 |
| Binary | 1 | 11010000 | 1100010 | 1100100 | 0 | 110101 | 10010 | 10010100 | 1100011 | 101001 |
Color Harmonies of #01D062
Complementary color
Monochromatic Colors of #01D062
Black with #01D062
Text Example
Text Example
White with #01D062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D062; }
p { color: rgb(1,208,98); }
H1.HeaderClassName
{
color: #01D062;
}
.AnyTagClassName
{
color: #01D062;
}
</style>
background-color css
<style>
a { background-color: #01D062; }
a { background-color: rgb(1,208,98); }
div.DivClassName
{
background-color: #01D062;
}
.BgClassName
{
background-color: #01D062;
}
</style>
border-color css
<style>
span { border-color: #01D062; }
span { border-color: rgb(1,208,98); }
td.TdClassName
{
border-color: #01D062;
}
.TagClassName
{
border-color: #01D062;
}
</style>