Shades of Malachite #08E864
Tints of Malachite #08E864
RGB
CMYK
RGB Variations
Color information
#08E864 (or 0x08E864) is known color: Malachite. HEX triplet: 08, E8 and 64. RGB value is (8,232,100). Sum of RGB (Red+Green+Blue) = 8+232+100=340 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 340); Green value is 232 (91.02% from 255 or 68.24% from 340); Blue value is 100 (39.45% from 255 or 29.41% from 340); Max value from RGB is 232 - color contains mainly: green. Hex color #08E864 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #08E864 is #F7179B. Grayscale: #969696. Windows color (decimal): -16193436 or 6613000. OLE color: 6613000.
HSL color Cylindrical-coordinate representation of color #08E864: hue angle of 144.64º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08E864 is Cyan = 0.97, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 8 | 232 | 100 | - |
| CMYK | 0.97 | 0 | 0.57 | 0.09 |
| HSL | 144.64º | 0.93% | 0.47% | - |
| HSV(B) | 144.64º | 0.97% | 0.91% | - |
| XYZ | 31.26 | 58.68 | 21.74 | - |
| YUV | 149.98 | 99.79 | 26.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 232 | 100 | 0.97 | 0 | 0.57 | 0.09 | 144.64 | 0.93 | 0.47 |
| Hex | 8 | E8 | 64 | 61 | 0 | 39 | 9 | 91 | 5D | 2F |
| Octal | 10 | 350 | 144 | 141 | 0 | 71 | 11 | 221 | 135 | 57 |
| Binary | 1000 | 11101000 | 1100100 | 1100001 | 0 | 111001 | 1001 | 10010001 | 1011101 | 101111 |
Color Harmonies of #08E864
Complementary color
Monochromatic Colors of #08E864
Black with #08E864
Text Example
Text Example
White with #08E864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08E864; }
p { color: rgb(8,232,100); }
H1.HeaderClassName
{
color: #08E864;
}
.AnyTagClassName
{
color: #08E864;
}
</style>
background-color css
<style>
a { background-color: #08E864; }
a { background-color: rgb(8,232,100); }
div.DivClassName
{
background-color: #08E864;
}
.BgClassName
{
background-color: #08E864;
}
</style>
border-color css
<style>
span { border-color: #08E864; }
span { border-color: rgb(8,232,100); }
td.TdClassName
{
border-color: #08E864;
}
.TagClassName
{
border-color: #08E864;
}
</style>