Shades of Malachite #01E830
Tints of Malachite #01E830
RGB
CMYK
RGB Variations
Color information
#01E830 (or 0x01E830) is known color: Malachite. HEX triplet: 01, E8 and 30. RGB value is (1,232,48). Sum of RGB (Red+Green+Blue) = 1+232+48=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 232 (91.02% from 255 or 82.56% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 232 - color contains mainly: green. Hex color #01E830 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01E830 is #FE17CF. Grayscale: #8E8E8E. Windows color (decimal): -16652240 or 3205121. OLE color: 3205121.
HSL color Cylindrical-coordinate representation of color #01E830: hue angle of 132.21º 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 #01E830 is Cyan = 1.00, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 232 | 48 | - |
| CMYK | 1.00 | 0 | 0.79 | 0.09 |
| HSL | 132.21º | 0.99% | 0.46% | - |
| HSV(B) | 132.21º | 1% | 0.91% | - |
| XYZ | 29.4 | 57.93 | 12.43 | - |
| YUV | 141.96 | 74.97 | 27.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 232 | 48 | 1.00 | 0 | 0.79 | 0.09 | 132.21 | 0.99 | 0.46 |
| Hex | 1 | E8 | 30 | 64 | 0 | 4F | 9 | 84 | 63 | 2E |
| Octal | 1 | 350 | 60 | 144 | 0 | 117 | 11 | 204 | 143 | 56 |
| Binary | 1 | 11101000 | 110000 | 1100100 | 0 | 1001111 | 1001 | 10000100 | 1100011 | 101110 |
Color Harmonies of #01E830
Complementary color
Monochromatic Colors of #01E830
Black with #01E830
Text Example
Text Example
White with #01E830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E830; }
p { color: rgb(1,232,48); }
H1.HeaderClassName
{
color: #01E830;
}
.AnyTagClassName
{
color: #01E830;
}
</style>
background-color css
<style>
a { background-color: #01E830; }
a { background-color: rgb(1,232,48); }
div.DivClassName
{
background-color: #01E830;
}
.BgClassName
{
background-color: #01E830;
}
</style>
border-color css
<style>
span { border-color: #01E830; }
span { border-color: rgb(1,232,48); }
td.TdClassName
{
border-color: #01E830;
}
.TagClassName
{
border-color: #01E830;
}
</style>