Shades of Malachite #08E03A
Tints of Malachite #08E03A
RGB
CMYK
RGB Variations
Color information
#08E03A (or 0x08E03A) is known color: Malachite. HEX triplet: 08, E0 and 3A. RGB value is (8,224,58). Sum of RGB (Red+Green+Blue) = 8+224+58=290 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.76% from 290); Green value is 224 (87.89% from 255 or 77.24% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 224 - color contains mainly: green. Hex color #08E03A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08E03A is #F71FC5. Grayscale: #8C8C8C. Windows color (decimal): -16195526 or 3858440. OLE color: 3858440.
HSL color Cylindrical-coordinate representation of color #08E03A: hue angle of 133.89º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08E03A is Cyan = 0.96, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 8 | 224 | 58 | - |
| CMYK | 0.96 | 0 | 0.74 | 0.12 |
| HSL | 133.89º | 0.93% | 0.45% | - |
| HSV(B) | 133.89º | 0.96% | 0.88% | - |
| XYZ | 27.52 | 53.67 | 12.91 | - |
| YUV | 140.49 | 81.44 | 33.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 224 | 58 | 0.96 | 0 | 0.74 | 0.12 | 133.89 | 0.93 | 0.45 |
| Hex | 8 | E0 | 3A | 60 | 0 | 4A | C | 86 | 5D | 2D |
| Octal | 10 | 340 | 72 | 140 | 0 | 112 | 14 | 206 | 135 | 55 |
| Binary | 1000 | 11100000 | 111010 | 1100000 | 0 | 1001010 | 1100 | 10000110 | 1011101 | 101101 |
Color Harmonies of #08E03A
Complementary color
Monochromatic Colors of #08E03A
Black with #08E03A
Text Example
Text Example
White with #08E03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08E03A; }
p { color: rgb(8,224,58); }
H1.HeaderClassName
{
color: #08E03A;
}
.AnyTagClassName
{
color: #08E03A;
}
</style>
background-color css
<style>
a { background-color: #08E03A; }
a { background-color: rgb(8,224,58); }
div.DivClassName
{
background-color: #08E03A;
}
.BgClassName
{
background-color: #08E03A;
}
</style>
border-color css
<style>
span { border-color: #08E03A; }
span { border-color: rgb(8,224,58); }
td.TdClassName
{
border-color: #08E03A;
}
.TagClassName
{
border-color: #08E03A;
}
</style>