Shades of Malachite #01E94C
Tints of Malachite #01E94C
RGB
CMYK
RGB Variations
Color information
#01E94C (or 0x01E94C) is known color: Malachite. HEX triplet: 01, E9 and 4C. RGB value is (1,233,76). Sum of RGB (Red+Green+Blue) = 1+233+76=310 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 310); Green value is 233 (91.41% from 255 or 75.16% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 233 - color contains mainly: green. Hex color #01E94C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01E94C is #FE16B3. Grayscale: #929292. Windows color (decimal): -16651956 or 5040385. OLE color: 5040385.
HSL color Cylindrical-coordinate representation of color #01E94C: hue angle of 139.4º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E94C is Cyan = 1.00, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 233 | 76 | - |
| CMYK | 1.00 | 0 | 0.67 | 0.09 |
| HSL | 139.4º | 0.99% | 0.46% | - |
| HSV(B) | 139.4º | 1% | 0.91% | - |
| XYZ | 30.46 | 58.81 | 16.58 | - |
| YUV | 145.73 | 88.64 | 24.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 233 | 76 | 1.00 | 0 | 0.67 | 0.09 | 139.4 | 0.99 | 0.46 |
| Hex | 1 | E9 | 4C | 64 | 0 | 43 | 9 | 8B | 63 | 2E |
| Octal | 1 | 351 | 114 | 144 | 0 | 103 | 11 | 213 | 143 | 56 |
| Binary | 1 | 11101001 | 1001100 | 1100100 | 0 | 1000011 | 1001 | 10001011 | 1100011 | 101110 |
Color Harmonies of #01E94C
Complementary color
Monochromatic Colors of #01E94C
Black with #01E94C
Text Example
Text Example
White with #01E94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E94C; }
p { color: rgb(1,233,76); }
H1.HeaderClassName
{
color: #01E94C;
}
.AnyTagClassName
{
color: #01E94C;
}
</style>
background-color css
<style>
a { background-color: #01E94C; }
a { background-color: rgb(1,233,76); }
div.DivClassName
{
background-color: #01E94C;
}
.BgClassName
{
background-color: #01E94C;
}
</style>
border-color css
<style>
span { border-color: #01E94C; }
span { border-color: rgb(1,233,76); }
td.TdClassName
{
border-color: #01E94C;
}
.TagClassName
{
border-color: #01E94C;
}
</style>