Shades of Malachite #01E067
Tints of Malachite #01E067
RGB
CMYK
RGB Variations
Color information
#01E067 (or 0x01E067) is known color: Malachite. HEX triplet: 01, E0 and 67. RGB value is (1,224,103). Sum of RGB (Red+Green+Blue) = 1+224+103=328 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 328); Green value is 224 (87.89% from 255 or 68.29% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 224 - color contains mainly: green. Hex color #01E067 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01E067 is #FE1F98. Grayscale: #8F8F8F. Windows color (decimal): -16654233 or 6807553. OLE color: 6807553.
HSL color Cylindrical-coordinate representation of color #01E067: hue angle of 147.44º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E067 is Cyan = 1.00, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 224 | 103 | - |
| CMYK | 1.00 | 0 | 0.54 | 0.12 |
| HSL | 147.44º | 0.99% | 0.44% | - |
| HSV(B) | 147.44º | 1% | 0.88% | - |
| XYZ | 29.12 | 54.3 | 21.78 | - |
| YUV | 143.53 | 105.12 | 26.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 224 | 103 | 1.00 | 0 | 0.54 | 0.12 | 147.44 | 0.99 | 0.44 |
| Hex | 1 | E0 | 67 | 64 | 0 | 36 | C | 93 | 63 | 2C |
| Octal | 1 | 340 | 147 | 144 | 0 | 66 | 14 | 223 | 143 | 54 |
| Binary | 1 | 11100000 | 1100111 | 1100100 | 0 | 110110 | 1100 | 10010011 | 1100011 | 101100 |
Color Harmonies of #01E067
Complementary color
Monochromatic Colors of #01E067
Black with #01E067
Text Example
Text Example
White with #01E067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E067; }
p { color: rgb(1,224,103); }
H1.HeaderClassName
{
color: #01E067;
}
.AnyTagClassName
{
color: #01E067;
}
</style>
background-color css
<style>
a { background-color: #01E067; }
a { background-color: rgb(1,224,103); }
div.DivClassName
{
background-color: #01E067;
}
.BgClassName
{
background-color: #01E067;
}
</style>
border-color css
<style>
span { border-color: #01E067; }
span { border-color: rgb(1,224,103); }
td.TdClassName
{
border-color: #01E067;
}
.TagClassName
{
border-color: #01E067;
}
</style>