Shades of Malachite #08E141
Tints of Malachite #08E141
RGB
CMYK
RGB Variations
Color information
#08E141 (or 0x08E141) is known color: Malachite. HEX triplet: 08, E1 and 41. RGB value is (8,225,65). Sum of RGB (Red+Green+Blue) = 8+225+65=298 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 298); Green value is 225 (88.28% from 255 or 75.50% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 225 - color contains mainly: green. Hex color #08E141 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08E141 is #F71EBE. Grayscale: #8E8E8E. Windows color (decimal): -16195263 or 4317448. OLE color: 4317448.
HSL color Cylindrical-coordinate representation of color #08E141: hue angle of 135.76º 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 #08E141 is Cyan = 0.96, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 8 | 225 | 65 | - |
| CMYK | 0.96 | 0 | 0.71 | 0.12 |
| HSL | 135.76º | 0.93% | 0.46% | - |
| HSV(B) | 135.76º | 0.96% | 0.88% | - |
| XYZ | 27.98 | 54.28 | 14 | - |
| YUV | 141.88 | 84.61 | 32.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 225 | 65 | 0.96 | 0 | 0.71 | 0.12 | 135.76 | 0.93 | 0.46 |
| Hex | 8 | E1 | 41 | 60 | 0 | 47 | C | 88 | 5D | 2E |
| Octal | 10 | 341 | 101 | 140 | 0 | 107 | 14 | 210 | 135 | 56 |
| Binary | 1000 | 11100001 | 1000001 | 1100000 | 0 | 1000111 | 1100 | 10001000 | 1011101 | 101110 |
Color Harmonies of #08E141
Complementary color
Monochromatic Colors of #08E141
Black with #08E141
Text Example
Text Example
White with #08E141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08E141; }
p { color: rgb(8,225,65); }
H1.HeaderClassName
{
color: #08E141;
}
.AnyTagClassName
{
color: #08E141;
}
</style>
background-color css
<style>
a { background-color: #08E141; }
a { background-color: rgb(8,225,65); }
div.DivClassName
{
background-color: #08E141;
}
.BgClassName
{
background-color: #08E141;
}
</style>
border-color css
<style>
span { border-color: #08E141; }
span { border-color: rgb(8,225,65); }
td.TdClassName
{
border-color: #08E141;
}
.TagClassName
{
border-color: #08E141;
}
</style>