Shades of Malachite #08C86A
Tints of Malachite #08C86A
RGB
CMYK
RGB Variations
Color information
#08C86A (or 0x08C86A) is known color: Malachite. HEX triplet: 08, C8 and 6A. RGB value is (8,200,106). Sum of RGB (Red+Green+Blue) = 8+200+106=314 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.55% from 314); Green value is 200 (78.52% from 255 or 63.69% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 200 - color contains mainly: green. Hex color #08C86A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C86A is #F73795. Grayscale: #848484. Windows color (decimal): -16201622 or 6998024. OLE color: 6998024.
HSL color Cylindrical-coordinate representation of color #08C86A: hue angle of 150.62º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C86A is Cyan = 0.96, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 200 | 106 | - |
| CMYK | 0.96 | 0 | 0.47 | 0.22 |
| HSL | 150.63º | 0.92% | 0.41% | - |
| HSV(B) | 150.63º | 0.96% | 0.78% | - |
| XYZ | 23.36 | 42.4 | 20.59 | - |
| YUV | 131.88 | 113.39 | 39.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 200 | 106 | 0.96 | 0 | 0.47 | 0.22 | 150.63 | 0.92 | 0.41 |
| Hex | 8 | C8 | 6A | 60 | 0 | 2F | 16 | 97 | 5C | 29 |
| Octal | 10 | 310 | 152 | 140 | 0 | 57 | 26 | 227 | 134 | 51 |
| Binary | 1000 | 11001000 | 1101010 | 1100000 | 0 | 101111 | 10110 | 10010111 | 1011100 | 101001 |
Color Harmonies of #08C86A
Complementary color
Monochromatic Colors of #08C86A
Black with #08C86A
Text Example
Text Example
White with #08C86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C86A; }
p { color: rgb(8,200,106); }
H1.HeaderClassName
{
color: #08C86A;
}
.AnyTagClassName
{
color: #08C86A;
}
</style>
background-color css
<style>
a { background-color: #08C86A; }
a { background-color: rgb(8,200,106); }
div.DivClassName
{
background-color: #08C86A;
}
.BgClassName
{
background-color: #08C86A;
}
</style>
border-color css
<style>
span { border-color: #08C86A; }
span { border-color: rgb(8,200,106); }
td.TdClassName
{
border-color: #08C86A;
}
.TagClassName
{
border-color: #08C86A;
}
</style>