Shades of Malachite #01E13C
Tints of Malachite #01E13C
RGB
CMYK
RGB Variations
Color information
#01E13C (or 0x01E13C) is known color: Malachite. HEX triplet: 01, E1 and 3C. RGB value is (1,225,60). Sum of RGB (Red+Green+Blue) = 1+225+60=286 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 286); Green value is 225 (88.28% from 255 or 78.67% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 225 - color contains mainly: green. Hex color #01E13C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01E13C is #FE1EC3. Grayscale: #8B8B8B. Windows color (decimal): -16654020 or 3989761. OLE color: 3989761.
HSL color Cylindrical-coordinate representation of color #01E13C: hue angle of 135.8º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E13C is Cyan = 1.00, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 225 | 60 | - |
| CMYK | 1.00 | 0 | 0.73 | 0.12 |
| HSL | 135.8º | 0.99% | 0.44% | - |
| HSV(B) | 135.8º | 1% | 0.88% | - |
| XYZ | 27.75 | 54.18 | 13.27 | - |
| YUV | 139.21 | 83.29 | 29.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 225 | 60 | 1.00 | 0 | 0.73 | 0.12 | 135.8 | 0.99 | 0.44 |
| Hex | 1 | E1 | 3C | 64 | 0 | 49 | C | 88 | 63 | 2C |
| Octal | 1 | 341 | 74 | 144 | 0 | 111 | 14 | 210 | 143 | 54 |
| Binary | 1 | 11100001 | 111100 | 1100100 | 0 | 1001001 | 1100 | 10001000 | 1100011 | 101100 |
Color Harmonies of #01E13C
Complementary color
Monochromatic Colors of #01E13C
Black with #01E13C
Text Example
Text Example
White with #01E13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E13C; }
p { color: rgb(1,225,60); }
H1.HeaderClassName
{
color: #01E13C;
}
.AnyTagClassName
{
color: #01E13C;
}
</style>
background-color css
<style>
a { background-color: #01E13C; }
a { background-color: rgb(1,225,60); }
div.DivClassName
{
background-color: #01E13C;
}
.BgClassName
{
background-color: #01E13C;
}
</style>
border-color css
<style>
span { border-color: #01E13C; }
span { border-color: rgb(1,225,60); }
td.TdClassName
{
border-color: #01E13C;
}
.TagClassName
{
border-color: #01E13C;
}
</style>