Shades of Malachite #01E942
Tints of Malachite #01E942
RGB
CMYK
RGB Variations
Color information
#01E942 (or 0x01E942) is known color: Malachite. HEX triplet: 01, E9 and 42. RGB value is (1,233,66). Sum of RGB (Red+Green+Blue) = 1+233+66=300 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 300); Green value is 233 (91.41% from 255 or 77.67% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 233 - color contains mainly: green. Hex color #01E942 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01E942 is #FE16BD. Grayscale: #919191. Windows color (decimal): -16651966 or 4385025. OLE color: 4385025.
HSL color Cylindrical-coordinate representation of color #01E942: hue angle of 136.81º 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 #01E942 is Cyan = 1.00, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 233 | 66 | - |
| CMYK | 1.00 | 0 | 0.72 | 0.09 |
| HSL | 136.81º | 0.99% | 0.46% | - |
| HSV(B) | 136.81º | 1% | 0.91% | - |
| XYZ | 30.13 | 58.68 | 14.89 | - |
| YUV | 144.59 | 83.64 | 25.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 233 | 66 | 1.00 | 0 | 0.72 | 0.09 | 136.81 | 0.99 | 0.46 |
| Hex | 1 | E9 | 42 | 64 | 0 | 48 | 9 | 89 | 63 | 2E |
| Octal | 1 | 351 | 102 | 144 | 0 | 110 | 11 | 211 | 143 | 56 |
| Binary | 1 | 11101001 | 1000010 | 1100100 | 0 | 1001000 | 1001 | 10001001 | 1100011 | 101110 |
Color Harmonies of #01E942
Complementary color
Monochromatic Colors of #01E942
Black with #01E942
Text Example
Text Example
White with #01E942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E942; }
p { color: rgb(1,233,66); }
H1.HeaderClassName
{
color: #01E942;
}
.AnyTagClassName
{
color: #01E942;
}
</style>
background-color css
<style>
a { background-color: #01E942; }
a { background-color: rgb(1,233,66); }
div.DivClassName
{
background-color: #01E942;
}
.BgClassName
{
background-color: #01E942;
}
</style>
border-color css
<style>
span { border-color: #01E942; }
span { border-color: rgb(1,233,66); }
td.TdClassName
{
border-color: #01E942;
}
.TagClassName
{
border-color: #01E942;
}
</style>