Shades of Malachite #08C960
Tints of Malachite #08C960
RGB
CMYK
RGB Variations
Color information
#08C960 (or 0x08C960) is known color: Malachite. HEX triplet: 08, C9 and 60. RGB value is (8,201,96). Sum of RGB (Red+Green+Blue) = 8+201+96=305 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.62% from 305); Green value is 201 (78.91% from 255 or 65.90% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 201 - color contains mainly: green. Hex color #08C960 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C960 is #F7369F. Grayscale: #838383. Windows color (decimal): -16201376 or 6342920. OLE color: 6342920.
HSL color Cylindrical-coordinate representation of color #08C960: hue angle of 147.36º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C960 is Cyan = 0.96, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 201 | 96 | - |
| CMYK | 0.96 | 0 | 0.52 | 0.21 |
| HSL | 147.36º | 0.92% | 0.41% | - |
| HSV(B) | 147.36º | 0.96% | 0.79% | - |
| XYZ | 23.1 | 42.67 | 18.08 | - |
| YUV | 131.32 | 108.06 | 40.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 201 | 96 | 0.96 | 0 | 0.52 | 0.21 | 147.36 | 0.92 | 0.41 |
| Hex | 8 | C9 | 60 | 60 | 0 | 34 | 15 | 93 | 5C | 29 |
| Octal | 10 | 311 | 140 | 140 | 0 | 64 | 25 | 223 | 134 | 51 |
| Binary | 1000 | 11001001 | 1100000 | 1100000 | 0 | 110100 | 10101 | 10010011 | 1011100 | 101001 |
Color Harmonies of #08C960
Complementary color
Monochromatic Colors of #08C960
Black with #08C960
Text Example
Text Example
White with #08C960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C960; }
p { color: rgb(8,201,96); }
H1.HeaderClassName
{
color: #08C960;
}
.AnyTagClassName
{
color: #08C960;
}
</style>
background-color css
<style>
a { background-color: #08C960; }
a { background-color: rgb(8,201,96); }
div.DivClassName
{
background-color: #08C960;
}
.BgClassName
{
background-color: #08C960;
}
</style>
border-color css
<style>
span { border-color: #08C960; }
span { border-color: rgb(8,201,96); }
td.TdClassName
{
border-color: #08C960;
}
.TagClassName
{
border-color: #08C960;
}
</style>