Shades of Malachite #01E93D
Tints of Malachite #01E93D
RGB
CMYK
RGB Variations
Color information
#01E93D (or 0x01E93D) is known color: Malachite. HEX triplet: 01, E9 and 3D. RGB value is (1,233,61). Sum of RGB (Red+Green+Blue) = 1+233+61=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 233 (91.41% from 255 or 78.98% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 233 - color contains mainly: green. Hex color #01E93D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01E93D is #FE16C2. Grayscale: #909090. Windows color (decimal): -16651971 or 4057345. OLE color: 4057345.
HSL color Cylindrical-coordinate representation of color #01E93D: hue angle of 135.52º 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 #01E93D is Cyan = 1.00, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 233 | 61 | - |
| CMYK | 1.00 | 0 | 0.74 | 0.09 |
| HSL | 135.52º | 0.99% | 0.46% | - |
| HSV(B) | 135.52º | 1% | 0.91% | - |
| XYZ | 29.99 | 58.62 | 14.15 | - |
| YUV | 144.02 | 81.14 | 25.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 233 | 61 | 1.00 | 0 | 0.74 | 0.09 | 135.52 | 0.99 | 0.46 |
| Hex | 1 | E9 | 3D | 64 | 0 | 4A | 9 | 88 | 63 | 2E |
| Octal | 1 | 351 | 75 | 144 | 0 | 112 | 11 | 210 | 143 | 56 |
| Binary | 1 | 11101001 | 111101 | 1100100 | 0 | 1001010 | 1001 | 10001000 | 1100011 | 101110 |
Color Harmonies of #01E93D
Complementary color
Monochromatic Colors of #01E93D
Black with #01E93D
Text Example
Text Example
White with #01E93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E93D; }
p { color: rgb(1,233,61); }
H1.HeaderClassName
{
color: #01E93D;
}
.AnyTagClassName
{
color: #01E93D;
}
</style>
background-color css
<style>
a { background-color: #01E93D; }
a { background-color: rgb(1,233,61); }
div.DivClassName
{
background-color: #01E93D;
}
.BgClassName
{
background-color: #01E93D;
}
</style>
border-color css
<style>
span { border-color: #01E93D; }
span { border-color: rgb(1,233,61); }
td.TdClassName
{
border-color: #01E93D;
}
.TagClassName
{
border-color: #01E93D;
}
</style>