Shades of Malachite #01E63A
Tints of Malachite #01E63A
RGB
CMYK
RGB Variations
Color information
#01E63A (or 0x01E63A) is known color: Malachite. HEX triplet: 01, E6 and 3A. RGB value is (1,230,58). Sum of RGB (Red+Green+Blue) = 1+230+58=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 230 (90.23% from 255 or 79.58% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 230 - color contains mainly: green. Hex color #01E63A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01E63A is #FE19C5. Grayscale: #8E8E8E. Windows color (decimal): -16652742 or 3859969. OLE color: 3859969.
HSL color Cylindrical-coordinate representation of color #01E63A: hue angle of 134.93º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E63A is Cyan = 1.00, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 1 | 230 | 58 | - |
| CMYK | 1.00 | 0 | 0.75 | 0.10 |
| HSL | 134.93º | 0.99% | 0.45% | - |
| HSV(B) | 134.93º | 1% | 0.9% | - |
| XYZ | 29.07 | 56.91 | 13.45 | - |
| YUV | 141.92 | 80.63 | 27.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 230 | 58 | 1.00 | 0 | 0.75 | 0.10 | 134.93 | 0.99 | 0.45 |
| Hex | 1 | E6 | 3A | 64 | 0 | 4B | A | 87 | 63 | 2D |
| Octal | 1 | 346 | 72 | 144 | 0 | 113 | 12 | 207 | 143 | 55 |
| Binary | 1 | 11100110 | 111010 | 1100100 | 0 | 1001011 | 1010 | 10000111 | 1100011 | 101101 |
Color Harmonies of #01E63A
Complementary color
Monochromatic Colors of #01E63A
Black with #01E63A
Text Example
Text Example
White with #01E63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E63A; }
p { color: rgb(1,230,58); }
H1.HeaderClassName
{
color: #01E63A;
}
.AnyTagClassName
{
color: #01E63A;
}
</style>
background-color css
<style>
a { background-color: #01E63A; }
a { background-color: rgb(1,230,58); }
div.DivClassName
{
background-color: #01E63A;
}
.BgClassName
{
background-color: #01E63A;
}
</style>
border-color css
<style>
span { border-color: #01E63A; }
span { border-color: rgb(1,230,58); }
td.TdClassName
{
border-color: #01E63A;
}
.TagClassName
{
border-color: #01E63A;
}
</style>