Shades of Malachite #08E14D
Tints of Malachite #08E14D
RGB
CMYK
RGB Variations
Color information
#08E14D (or 0x08E14D) is known color: Malachite. HEX triplet: 08, E1 and 4D. RGB value is (8,225,77). Sum of RGB (Red+Green+Blue) = 8+225+77=310 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.58% from 310); Green value is 225 (88.28% from 255 or 72.58% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 225 - color contains mainly: green. Hex color #08E14D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08E14D is #F71EB2. Grayscale: #8F8F8F. Windows color (decimal): -16195251 or 5103880. OLE color: 5103880.
HSL color Cylindrical-coordinate representation of color #08E14D: hue angle of 139.08º 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 #08E14D is Cyan = 0.96, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 8 | 225 | 77 | - |
| CMYK | 0.96 | 0 | 0.66 | 0.12 |
| HSL | 139.08º | 0.93% | 0.46% | - |
| HSV(B) | 139.08º | 0.96% | 0.88% | - |
| XYZ | 28.36 | 54.44 | 16.03 | - |
| YUV | 143.25 | 90.61 | 31.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 225 | 77 | 0.96 | 0 | 0.66 | 0.12 | 139.08 | 0.93 | 0.46 |
| Hex | 8 | E1 | 4D | 60 | 0 | 42 | C | 8B | 5D | 2E |
| Octal | 10 | 341 | 115 | 140 | 0 | 102 | 14 | 213 | 135 | 56 |
| Binary | 1000 | 11100001 | 1001101 | 1100000 | 0 | 1000010 | 1100 | 10001011 | 1011101 | 101110 |
Color Harmonies of #08E14D
Complementary color
Monochromatic Colors of #08E14D
Black with #08E14D
Text Example
Text Example
White with #08E14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08E14D; }
p { color: rgb(8,225,77); }
H1.HeaderClassName
{
color: #08E14D;
}
.AnyTagClassName
{
color: #08E14D;
}
</style>
background-color css
<style>
a { background-color: #08E14D; }
a { background-color: rgb(8,225,77); }
div.DivClassName
{
background-color: #08E14D;
}
.BgClassName
{
background-color: #08E14D;
}
</style>
border-color css
<style>
span { border-color: #08E14D; }
span { border-color: rgb(8,225,77); }
td.TdClassName
{
border-color: #08E14D;
}
.TagClassName
{
border-color: #08E14D;
}
</style>