Shades of Malachite #01C968
Tints of Malachite #01C968
RGB
CMYK
RGB Variations
Color information
#01C968 (or 0x01C968) is known color: Malachite. HEX triplet: 01, C9 and 68. RGB value is (1,201,104). Sum of RGB (Red+Green+Blue) = 1+201+104=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 201 (78.91% from 255 or 65.69% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 201 - color contains mainly: green. Hex color #01C968 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C968 is #FE3697. Grayscale: #828282. Windows color (decimal): -16660120 or 6867201. OLE color: 6867201.
HSL color Cylindrical-coordinate representation of color #01C968: hue angle of 150.9º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C968 is Cyan = 1.00, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 201 | 104 | - |
| CMYK | 1.00 | 0 | 0.48 | 0.21 |
| HSL | 150.9º | 0.99% | 0.4% | - |
| HSV(B) | 150.9º | 1% | 0.79% | - |
| XYZ | 23.4 | 42.78 | 20.12 | - |
| YUV | 130.14 | 113.24 | 35.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 201 | 104 | 1.00 | 0 | 0.48 | 0.21 | 150.9 | 0.99 | 0.4 |
| Hex | 1 | C9 | 68 | 64 | 0 | 30 | 15 | 97 | 63 | 28 |
| Octal | 1 | 311 | 150 | 144 | 0 | 60 | 25 | 227 | 143 | 50 |
| Binary | 1 | 11001001 | 1101000 | 1100100 | 0 | 110000 | 10101 | 10010111 | 1100011 | 101000 |
Color Harmonies of #01C968
Complementary color
Monochromatic Colors of #01C968
Black with #01C968
Text Example
Text Example
White with #01C968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C968; }
p { color: rgb(1,201,104); }
H1.HeaderClassName
{
color: #01C968;
}
.AnyTagClassName
{
color: #01C968;
}
</style>
background-color css
<style>
a { background-color: #01C968; }
a { background-color: rgb(1,201,104); }
div.DivClassName
{
background-color: #01C968;
}
.BgClassName
{
background-color: #01C968;
}
</style>
border-color css
<style>
span { border-color: #01C968; }
span { border-color: rgb(1,201,104); }
td.TdClassName
{
border-color: #01C968;
}
.TagClassName
{
border-color: #01C968;
}
</style>