Shades of Malachite #08C356
Tints of Malachite #08C356
RGB
CMYK
RGB Variations
Color information
#08C356 (or 0x08C356) is known color: Malachite. HEX triplet: 08, C3 and 56. RGB value is (8,195,86). Sum of RGB (Red+Green+Blue) = 8+195+86=289 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.77% from 289); Green value is 195 (76.56% from 255 or 67.47% from 289); Blue value is 86 (33.98% from 255 or 29.76% from 289); Max value from RGB is 195 - color contains mainly: green. Hex color #08C356 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C356 is #F73CA9. Grayscale: #7E7E7E. Windows color (decimal): -16202922 or 5686024. OLE color: 5686024.
HSL color Cylindrical-coordinate representation of color #08C356: hue angle of 145.03º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C356 is Cyan = 0.96, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 195 | 86 | - |
| CMYK | 0.96 | 0 | 0.56 | 0.24 |
| HSL | 145.03º | 0.92% | 0.4% | - |
| HSV(B) | 145.03º | 0.96% | 0.76% | - |
| XYZ | 21.29 | 39.75 | 15.35 | - |
| YUV | 126.66 | 105.05 | 43.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 195 | 86 | 0.96 | 0 | 0.56 | 0.24 | 145.03 | 0.92 | 0.4 |
| Hex | 8 | C3 | 56 | 60 | 0 | 38 | 18 | 91 | 5C | 28 |
| Octal | 10 | 303 | 126 | 140 | 0 | 70 | 30 | 221 | 134 | 50 |
| Binary | 1000 | 11000011 | 1010110 | 1100000 | 0 | 111000 | 11000 | 10010001 | 1011100 | 101000 |
Color Harmonies of #08C356
Complementary color
Monochromatic Colors of #08C356
Black with #08C356
Text Example
Text Example
White with #08C356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C356; }
p { color: rgb(8,195,86); }
H1.HeaderClassName
{
color: #08C356;
}
.AnyTagClassName
{
color: #08C356;
}
</style>
background-color css
<style>
a { background-color: #08C356; }
a { background-color: rgb(8,195,86); }
div.DivClassName
{
background-color: #08C356;
}
.BgClassName
{
background-color: #08C356;
}
</style>
border-color css
<style>
span { border-color: #08C356; }
span { border-color: rgb(8,195,86); }
td.TdClassName
{
border-color: #08C356;
}
.TagClassName
{
border-color: #08C356;
}
</style>