Shades of Malachite #08E168
Tints of Malachite #08E168
RGB
CMYK
RGB Variations
Color information
#08E168 (or 0x08E168) is known color: Malachite. HEX triplet: 08, E1 and 68. RGB value is (8,225,104). Sum of RGB (Red+Green+Blue) = 8+225+104=337 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 337); Green value is 225 (88.28% from 255 or 66.77% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 225 - color contains mainly: green. Hex color #08E168 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08E168 is #F71E97. Grayscale: #929292. Windows color (decimal): -16195224 or 6873352. OLE color: 6873352.
HSL color Cylindrical-coordinate representation of color #08E168: hue angle of 146.54º 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 #08E168 is Cyan = 0.96, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 8 | 225 | 104 | - |
| CMYK | 0.96 | 0 | 0.54 | 0.12 |
| HSL | 146.54º | 0.93% | 0.46% | - |
| HSV(B) | 146.54º | 0.96% | 0.88% | - |
| XYZ | 29.52 | 54.9 | 22.14 | - |
| YUV | 146.32 | 104.11 | 29.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 225 | 104 | 0.96 | 0 | 0.54 | 0.12 | 146.54 | 0.93 | 0.46 |
| Hex | 8 | E1 | 68 | 60 | 0 | 36 | C | 93 | 5D | 2E |
| Octal | 10 | 341 | 150 | 140 | 0 | 66 | 14 | 223 | 135 | 56 |
| Binary | 1000 | 11100001 | 1101000 | 1100000 | 0 | 110110 | 1100 | 10010011 | 1011101 | 101110 |
Color Harmonies of #08E168
Complementary color
Monochromatic Colors of #08E168
Black with #08E168
Text Example
Text Example
White with #08E168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08E168; }
p { color: rgb(8,225,104); }
H1.HeaderClassName
{
color: #08E168;
}
.AnyTagClassName
{
color: #08E168;
}
</style>
background-color css
<style>
a { background-color: #08E168; }
a { background-color: rgb(8,225,104); }
div.DivClassName
{
background-color: #08E168;
}
.BgClassName
{
background-color: #08E168;
}
</style>
border-color css
<style>
span { border-color: #08E168; }
span { border-color: rgb(8,225,104); }
td.TdClassName
{
border-color: #08E168;
}
.TagClassName
{
border-color: #08E168;
}
</style>