Shades of Malachite #01D05C
Tints of Malachite #01D05C
RGB
CMYK
RGB Variations
Color information
#01D05C (or 0x01D05C) is known color: Malachite. HEX triplet: 01, D0 and 5C. RGB value is (1,208,92). Sum of RGB (Red+Green+Blue) = 1+208+92=301 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 301); Green value is 208 (81.64% from 255 or 69.10% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 208 - color contains mainly: green. Hex color #01D05C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D05C is #FE2FA3. Grayscale: #858585. Windows color (decimal): -16658340 or 6082561. OLE color: 6082561.
HSL color Cylindrical-coordinate representation of color #01D05C: hue angle of 146.38º 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 #01D05C is Cyan = 1.00, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 208 | 92 | - |
| CMYK | 1.00 | 0 | 0.56 | 0.18 |
| HSL | 146.38º | 0.99% | 0.41% | - |
| HSV(B) | 146.38º | 1% | 0.82% | - |
| XYZ | 24.5 | 45.89 | 17.69 | - |
| YUV | 132.88 | 104.92 | 33.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 208 | 92 | 1.00 | 0 | 0.56 | 0.18 | 146.38 | 0.99 | 0.41 |
| Hex | 1 | D0 | 5C | 64 | 0 | 38 | 12 | 92 | 63 | 29 |
| Octal | 1 | 320 | 134 | 144 | 0 | 70 | 22 | 222 | 143 | 51 |
| Binary | 1 | 11010000 | 1011100 | 1100100 | 0 | 111000 | 10010 | 10010010 | 1100011 | 101001 |
Color Harmonies of #01D05C
Complementary color
Monochromatic Colors of #01D05C
Black with #01D05C
Text Example
Text Example
White with #01D05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D05C; }
p { color: rgb(1,208,92); }
H1.HeaderClassName
{
color: #01D05C;
}
.AnyTagClassName
{
color: #01D05C;
}
</style>
background-color css
<style>
a { background-color: #01D05C; }
a { background-color: rgb(1,208,92); }
div.DivClassName
{
background-color: #01D05C;
}
.BgClassName
{
background-color: #01D05C;
}
</style>
border-color css
<style>
span { border-color: #01D05C; }
span { border-color: rgb(1,208,92); }
td.TdClassName
{
border-color: #01D05C;
}
.TagClassName
{
border-color: #01D05C;
}
</style>