Shades of Malachite #01E654
Tints of Malachite #01E654
RGB
CMYK
RGB Variations
Color information
#01E654 (or 0x01E654) is known color: Malachite. HEX triplet: 01, E6 and 54. RGB value is (1,230,84). Sum of RGB (Red+Green+Blue) = 1+230+84=315 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 315); Green value is 230 (90.23% from 255 or 73.02% from 315); Blue value is 84 (33.20% from 255 or 26.67% from 315); Max value from RGB is 230 - color contains mainly: green. Hex color #01E654 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01E654 is #FE19AB. Grayscale: #919191. Windows color (decimal): -16652716 or 5563905. OLE color: 5563905.
HSL color Cylindrical-coordinate representation of color #01E654: hue angle of 141.75º 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 #01E654 is Cyan = 1.00, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 1 | 230 | 84 | - |
| CMYK | 1.00 | 0 | 0.63 | 0.10 |
| HSL | 141.75º | 0.99% | 0.45% | - |
| HSV(B) | 141.75º | 1% | 0.9% | - |
| XYZ | 29.91 | 57.24 | 17.86 | - |
| YUV | 144.89 | 93.63 | 25.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 230 | 84 | 1.00 | 0 | 0.63 | 0.10 | 141.75 | 0.99 | 0.45 |
| Hex | 1 | E6 | 54 | 64 | 0 | 3F | A | 8E | 63 | 2D |
| Octal | 1 | 346 | 124 | 144 | 0 | 77 | 12 | 216 | 143 | 55 |
| Binary | 1 | 11100110 | 1010100 | 1100100 | 0 | 111111 | 1010 | 10001110 | 1100011 | 101101 |
Color Harmonies of #01E654
Complementary color
Monochromatic Colors of #01E654
Black with #01E654
Text Example
Text Example
White with #01E654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E654; }
p { color: rgb(1,230,84); }
H1.HeaderClassName
{
color: #01E654;
}
.AnyTagClassName
{
color: #01E654;
}
</style>
background-color css
<style>
a { background-color: #01E654; }
a { background-color: rgb(1,230,84); }
div.DivClassName
{
background-color: #01E654;
}
.BgClassName
{
background-color: #01E654;
}
</style>
border-color css
<style>
span { border-color: #01E654; }
span { border-color: rgb(1,230,84); }
td.TdClassName
{
border-color: #01E654;
}
.TagClassName
{
border-color: #01E654;
}
</style>