Shades of Malachite #01E136
Tints of Malachite #01E136
RGB
CMYK
RGB Variations
Color information
#01E136 (or 0x01E136) is known color: Malachite. HEX triplet: 01, E1 and 36. RGB value is (1,225,54). Sum of RGB (Red+Green+Blue) = 1+225+54=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 225 (88.28% from 255 or 80.36% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 225 - color contains mainly: green. Hex color #01E136 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01E136 is #FE1EC9. Grayscale: #8A8A8A. Windows color (decimal): -16654026 or 3596545. OLE color: 3596545.
HSL color Cylindrical-coordinate representation of color #01E136: hue angle of 134.2º 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 #01E136 is Cyan = 1.00, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 225 | 54 | - |
| CMYK | 1.00 | 0 | 0.76 | 0.12 |
| HSL | 134.2º | 0.99% | 0.44% | - |
| HSV(B) | 134.2º | 1% | 0.88% | - |
| XYZ | 27.6 | 54.12 | 12.48 | - |
| YUV | 138.53 | 80.29 | 29.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 225 | 54 | 1.00 | 0 | 0.76 | 0.12 | 134.2 | 0.99 | 0.44 |
| Hex | 1 | E1 | 36 | 64 | 0 | 4C | C | 86 | 63 | 2C |
| Octal | 1 | 341 | 66 | 144 | 0 | 114 | 14 | 206 | 143 | 54 |
| Binary | 1 | 11100001 | 110110 | 1100100 | 0 | 1001100 | 1100 | 10000110 | 1100011 | 101100 |
Color Harmonies of #01E136
Complementary color
Monochromatic Colors of #01E136
Black with #01E136
Text Example
Text Example
White with #01E136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E136; }
p { color: rgb(1,225,54); }
H1.HeaderClassName
{
color: #01E136;
}
.AnyTagClassName
{
color: #01E136;
}
</style>
background-color css
<style>
a { background-color: #01E136; }
a { background-color: rgb(1,225,54); }
div.DivClassName
{
background-color: #01E136;
}
.BgClassName
{
background-color: #01E136;
}
</style>
border-color css
<style>
span { border-color: #01E136; }
span { border-color: rgb(1,225,54); }
td.TdClassName
{
border-color: #01E136;
}
.TagClassName
{
border-color: #01E136;
}
</style>