Shades of Malachite #08E15F
Tints of Malachite #08E15F
RGB
CMYK
RGB Variations
Color information
#08E15F (or 0x08E15F) is known color: Malachite. HEX triplet: 08, E1 and 5F. RGB value is (8,225,95). Sum of RGB (Red+Green+Blue) = 8+225+95=328 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.44% from 328); Green value is 225 (88.28% from 255 or 68.60% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 225 - color contains mainly: green. Hex color #08E15F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08E15F is #F71EA0. Grayscale: #919191. Windows color (decimal): -16195233 or 6283528. OLE color: 6283528.
HSL color Cylindrical-coordinate representation of color #08E15F: hue angle of 144.06º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08E15F is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 8 | 225 | 95 | - |
| CMYK | 0.96 | 0 | 0.58 | 0.12 |
| HSL | 144.06º | 0.93% | 0.46% | - |
| HSV(B) | 144.06º | 0.96% | 0.88% | - |
| XYZ | 29.09 | 54.73 | 19.86 | - |
| YUV | 145.3 | 99.61 | 30.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 225 | 95 | 0.96 | 0 | 0.58 | 0.12 | 144.06 | 0.93 | 0.46 |
| Hex | 8 | E1 | 5F | 60 | 0 | 3A | C | 90 | 5D | 2E |
| Octal | 10 | 341 | 137 | 140 | 0 | 72 | 14 | 220 | 135 | 56 |
| Binary | 1000 | 11100001 | 1011111 | 1100000 | 0 | 111010 | 1100 | 10010000 | 1011101 | 101110 |
Color Harmonies of #08E15F
Complementary color
Monochromatic Colors of #08E15F
Black with #08E15F
Text Example
Text Example
White with #08E15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08E15F; }
p { color: rgb(8,225,95); }
H1.HeaderClassName
{
color: #08E15F;
}
.AnyTagClassName
{
color: #08E15F;
}
</style>
background-color css
<style>
a { background-color: #08E15F; }
a { background-color: rgb(8,225,95); }
div.DivClassName
{
background-color: #08E15F;
}
.BgClassName
{
background-color: #08E15F;
}
</style>
border-color css
<style>
span { border-color: #08E15F; }
span { border-color: rgb(8,225,95); }
td.TdClassName
{
border-color: #08E15F;
}
.TagClassName
{
border-color: #08E15F;
}
</style>