Shades of Malachite #01EE59
Tints of Malachite #01EE59
RGB
CMYK
RGB Variations
Color information
#01EE59 (or 0x01EE59) is known color: Malachite. HEX triplet: 01, EE and 59. RGB value is (1,238,89). Sum of RGB (Red+Green+Blue) = 1+238+89=328 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 328); Green value is 238 (93.36% from 255 or 72.56% from 328); Blue value is 89 (35.16% from 255 or 27.13% from 328); Max value from RGB is 238 - color contains mainly: green. Hex color #01EE59 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01EE59 is #FE11A6. Grayscale: #969696. Windows color (decimal): -16650663 or 5893633. OLE color: 5893633.
HSL color Cylindrical-coordinate representation of color #01EE59: hue angle of 142.28º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01EE59 is Cyan = 1.00, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
RGB | 1 | 238 | 89 | - |
CMYK | 1.00 | 0 | 0.63 | 0.07 |
HSL | 142.28º | 0.99% | 0.47% | - |
HSV(B) | 142.28º | 1% | 0.93% | - |
XYZ | 32.39 | 61.88 | 19.69 | - |
YUV | 150.15 | 93.48 | 21.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 238 | 89 | 1.00 | 0 | 0.63 | 0.07 | 142.28 | 0.99 | 0.47 |
Hex | 1 | EE | 59 | 64 | 0 | 3F | 7 | 8E | 63 | 2F |
Octal | 1 | 356 | 131 | 144 | 0 | 77 | 7 | 216 | 143 | 57 |
Binary | 1 | 11101110 | 1011001 | 1100100 | 0 | 111111 | 111 | 10001110 | 1100011 | 101111 |
Color Harmonies of #01EE59
Complementary color
Monochromatic Colors of #01EE59
Black with #01EE59
Text Example
Text Example
White with #01EE59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EE59; }
p { color: rgb(1,238,89); }
H1.HeaderClassName
{
color: #01EE59;
}
.AnyTagClassName
{
color: #01EE59;
}
</style>
background-color css
<style>
a { background-color: #01EE59; }
a { background-color: rgb(1,238,89); }
div.DivClassName
{
background-color: #01EE59;
}
.BgClassName
{
background-color: #01EE59;
}
</style>
border-color css
<style>
span { border-color: #01EE59; }
span { border-color: rgb(1,238,89); }
td.TdClassName
{
border-color: #01EE59;
}
.TagClassName
{
border-color: #01EE59;
}
</style>