Shades of Malachite #01E35C
Tints of Malachite #01E35C
RGB
CMYK
RGB Variations
Color information
#01E35C (or 0x01E35C) is known color: Malachite. HEX triplet: 01, E3 and 5C. RGB value is (1,227,92). Sum of RGB (Red+Green+Blue) = 1+227+92=320 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 320); Green value is 227 (89.06% from 255 or 70.94% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 227 - color contains mainly: green. Hex color #01E35C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01E35C is #FE1CA3. Grayscale: #909090. Windows color (decimal): -16653476 or 6087425. OLE color: 6087425.
HSL color Cylindrical-coordinate representation of color #01E35C: hue angle of 144.16º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E35C is Cyan = 1.00, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 1 | 227 | 92 | - |
| CMYK | 1.00 | 0 | 0.59 | 0.11 |
| HSL | 144.16º | 0.99% | 0.45% | - |
| HSV(B) | 144.16º | 1% | 0.89% | - |
| XYZ | 29.41 | 55.72 | 19.33 | - |
| YUV | 144.04 | 98.63 | 25.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 227 | 92 | 1.00 | 0 | 0.59 | 0.11 | 144.16 | 0.99 | 0.45 |
| Hex | 1 | E3 | 5C | 64 | 0 | 3B | B | 90 | 63 | 2D |
| Octal | 1 | 343 | 134 | 144 | 0 | 73 | 13 | 220 | 143 | 55 |
| Binary | 1 | 11100011 | 1011100 | 1100100 | 0 | 111011 | 1011 | 10010000 | 1100011 | 101101 |
Color Harmonies of #01E35C
Complementary color
Monochromatic Colors of #01E35C
Black with #01E35C
Text Example
Text Example
White with #01E35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E35C; }
p { color: rgb(1,227,92); }
H1.HeaderClassName
{
color: #01E35C;
}
.AnyTagClassName
{
color: #01E35C;
}
</style>
background-color css
<style>
a { background-color: #01E35C; }
a { background-color: rgb(1,227,92); }
div.DivClassName
{
background-color: #01E35C;
}
.BgClassName
{
background-color: #01E35C;
}
</style>
border-color css
<style>
span { border-color: #01E35C; }
span { border-color: rgb(1,227,92); }
td.TdClassName
{
border-color: #01E35C;
}
.TagClassName
{
border-color: #01E35C;
}
</style>