Shades of Malachite #08D84E
Tints of Malachite #08D84E
RGB
CMYK
RGB Variations
Color information
#08D84E (or 0x08D84E) is known color: Malachite. HEX triplet: 08, D8 and 4E. RGB value is (8,216,78). Sum of RGB (Red+Green+Blue) = 8+216+78=302 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.65% from 302); Green value is 216 (84.77% from 255 or 71.52% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 216 - color contains mainly: green. Hex color #08D84E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08D84E is #F727B1. Grayscale: #8A8A8A. Windows color (decimal): -16197554 or 5167112. OLE color: 5167112.
HSL color Cylindrical-coordinate representation of color #08D84E: hue angle of 140.19º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D84E is Cyan = 0.96, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 216 | 78 | - |
| CMYK | 0.96 | 0 | 0.64 | 0.15 |
| HSL | 140.19º | 0.93% | 0.44% | - |
| HSV(B) | 140.19º | 0.96% | 0.85% | - |
| XYZ | 26.03 | 49.71 | 15.43 | - |
| YUV | 138.08 | 94.09 | 35.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 216 | 78 | 0.96 | 0 | 0.64 | 0.15 | 140.19 | 0.93 | 0.44 |
| Hex | 8 | D8 | 4E | 60 | 0 | 40 | F | 8C | 5D | 2C |
| Octal | 10 | 330 | 116 | 140 | 0 | 100 | 17 | 214 | 135 | 54 |
| Binary | 1000 | 11011000 | 1001110 | 1100000 | 0 | 1000000 | 1111 | 10001100 | 1011101 | 101100 |
Color Harmonies of #08D84E
Complementary color
Monochromatic Colors of #08D84E
Black with #08D84E
Text Example
Text Example
White with #08D84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D84E; }
p { color: rgb(8,216,78); }
H1.HeaderClassName
{
color: #08D84E;
}
.AnyTagClassName
{
color: #08D84E;
}
</style>
background-color css
<style>
a { background-color: #08D84E; }
a { background-color: rgb(8,216,78); }
div.DivClassName
{
background-color: #08D84E;
}
.BgClassName
{
background-color: #08D84E;
}
</style>
border-color css
<style>
span { border-color: #08D84E; }
span { border-color: rgb(8,216,78); }
td.TdClassName
{
border-color: #08D84E;
}
.TagClassName
{
border-color: #08D84E;
}
</style>