Shades of Malachite #01D068
Tints of Malachite #01D068
RGB
CMYK
RGB Variations
Color information
#01D068 (or 0x01D068) is known color: Malachite. HEX triplet: 01, D0 and 68. RGB value is (1,208,104). Sum of RGB (Red+Green+Blue) = 1+208+104=313 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 313); Green value is 208 (81.64% from 255 or 66.45% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 208 - color contains mainly: green. Hex color #01D068 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D068 is #FE2F97. Grayscale: #868686. Windows color (decimal): -16658328 or 6868993. OLE color: 6868993.
HSL color Cylindrical-coordinate representation of color #01D068: hue angle of 149.86º 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 #01D068 is Cyan = 1.00, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 208 | 104 | - |
| CMYK | 1.00 | 0 | 0.5 | 0.18 |
| HSL | 149.86º | 0.99% | 0.41% | - |
| HSV(B) | 149.86º | 1% | 0.82% | - |
| XYZ | 25.07 | 46.12 | 20.68 | - |
| YUV | 134.25 | 110.92 | 32.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 208 | 104 | 1.00 | 0 | 0.5 | 0.18 | 149.86 | 0.99 | 0.41 |
| Hex | 1 | D0 | 68 | 64 | 0 | 32 | 12 | 96 | 63 | 29 |
| Octal | 1 | 320 | 150 | 144 | 0 | 62 | 22 | 226 | 143 | 51 |
| Binary | 1 | 11010000 | 1101000 | 1100100 | 0 | 110010 | 10010 | 10010110 | 1100011 | 101001 |
Color Harmonies of #01D068
Complementary color
Monochromatic Colors of #01D068
Black with #01D068
Text Example
Text Example
White with #01D068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D068; }
p { color: rgb(1,208,104); }
H1.HeaderClassName
{
color: #01D068;
}
.AnyTagClassName
{
color: #01D068;
}
</style>
background-color css
<style>
a { background-color: #01D068; }
a { background-color: rgb(1,208,104); }
div.DivClassName
{
background-color: #01D068;
}
.BgClassName
{
background-color: #01D068;
}
</style>
border-color css
<style>
span { border-color: #01D068; }
span { border-color: rgb(1,208,104); }
td.TdClassName
{
border-color: #01D068;
}
.TagClassName
{
border-color: #01D068;
}
</style>