Shades of Malachite #08E070
Tints of Malachite #08E070
RGB
CMYK
RGB Variations
Color information
#08E070 (or 0x08E070) is known color: Malachite. HEX triplet: 08, E0 and 70. RGB value is (8,224,112). Sum of RGB (Red+Green+Blue) = 8+224+112=344 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.33% from 344); Green value is 224 (87.89% from 255 or 65.12% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 224 - color contains mainly: green. Hex color #08E070 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08E070 is #F71F8F. Grayscale: #929292. Windows color (decimal): -16195472 or 7397384. OLE color: 7397384.
HSL color Cylindrical-coordinate representation of color #08E070: hue angle of 148.89º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08E070 is Cyan = 0.96, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 8 | 224 | 112 | - |
| CMYK | 0.96 | 0 | 0.50 | 0.12 |
| HSL | 148.89º | 0.93% | 0.45% | - |
| HSV(B) | 148.89º | 0.96% | 0.88% | - |
| XYZ | 29.68 | 54.53 | 24.29 | - |
| YUV | 146.65 | 108.44 | 29.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 224 | 112 | 0.96 | 0 | 0.50 | 0.12 | 148.89 | 0.93 | 0.45 |
| Hex | 8 | E0 | 70 | 60 | 0 | 32 | C | 95 | 5D | 2D |
| Octal | 10 | 340 | 160 | 140 | 0 | 62 | 14 | 225 | 135 | 55 |
| Binary | 1000 | 11100000 | 1110000 | 1100000 | 0 | 110010 | 1100 | 10010101 | 1011101 | 101101 |
Color Harmonies of #08E070
Complementary color
Monochromatic Colors of #08E070
Black with #08E070
Text Example
Text Example
White with #08E070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08E070; }
p { color: rgb(8,224,112); }
H1.HeaderClassName
{
color: #08E070;
}
.AnyTagClassName
{
color: #08E070;
}
</style>
background-color css
<style>
a { background-color: #08E070; }
a { background-color: rgb(8,224,112); }
div.DivClassName
{
background-color: #08E070;
}
.BgClassName
{
background-color: #08E070;
}
</style>
border-color css
<style>
span { border-color: #08E070; }
span { border-color: rgb(8,224,112); }
td.TdClassName
{
border-color: #08E070;
}
.TagClassName
{
border-color: #08E070;
}
</style>