Shades of Malachite #01C65E
Tints of Malachite #01C65E
RGB
CMYK
RGB Variations
Color information
#01C65E (or 0x01C65E) is known color: Malachite. HEX triplet: 01, C6 and 5E. RGB value is (1,198,94). Sum of RGB (Red+Green+Blue) = 1+198+94=293 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 293); Green value is 198 (77.73% from 255 or 67.58% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 198 - color contains mainly: green. Hex color #01C65E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C65E is #FE39A1. Grayscale: #7F7F7F. Windows color (decimal): -16660898 or 6211073. OLE color: 6211073.
HSL color Cylindrical-coordinate representation of color #01C65E: hue angle of 148.32º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C65E is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 198 | 94 | - |
| CMYK | 0.99 | 0 | 0.53 | 0.22 |
| HSL | 148.32º | 0.99% | 0.39% | - |
| HSV(B) | 148.32º | 0.99% | 0.78% | - |
| XYZ | 22.23 | 41.2 | 17.37 | - |
| YUV | 127.24 | 109.23 | 37.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 198 | 94 | 0.99 | 0 | 0.53 | 0.22 | 148.32 | 0.99 | 0.39 |
| Hex | 1 | C6 | 5E | 63 | 0 | 35 | 16 | 94 | 63 | 27 |
| Octal | 1 | 306 | 136 | 143 | 0 | 65 | 26 | 224 | 143 | 47 |
| Binary | 1 | 11000110 | 1011110 | 1100011 | 0 | 110101 | 10110 | 10010100 | 1100011 | 100111 |
Color Harmonies of #01C65E
Complementary color
Monochromatic Colors of #01C65E
Black with #01C65E
Text Example
Text Example
White with #01C65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C65E; }
p { color: rgb(1,198,94); }
H1.HeaderClassName
{
color: #01C65E;
}
.AnyTagClassName
{
color: #01C65E;
}
</style>
background-color css
<style>
a { background-color: #01C65E; }
a { background-color: rgb(1,198,94); }
div.DivClassName
{
background-color: #01C65E;
}
.BgClassName
{
background-color: #01C65E;
}
</style>
border-color css
<style>
span { border-color: #01C65E; }
span { border-color: rgb(1,198,94); }
td.TdClassName
{
border-color: #01C65E;
}
.TagClassName
{
border-color: #01C65E;
}
</style>