Shades of Islamic Green #0CC806
Tints of Islamic Green #0CC806
RGB
CMYK
RGB Variations
Color information
#0CC806 (or 0x0CC806) is known color: Islamic Green. HEX triplet: 0C, C8 and 06. RGB value is (12,200,6). Sum of RGB (Red+Green+Blue) = 12+200+6=218 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.50% from 218); Green value is 200 (78.52% from 255 or 91.74% from 218); Blue value is 6 (2.73% from 255 or 2.75% from 218); Max value from RGB is 200 - color contains mainly: green. Hex color #0CC806 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CC806 is #F337F9. Grayscale: #7A7A7A. Windows color (decimal): -15939578 or 444428. OLE color: 444428.
HSL color Cylindrical-coordinate representation of color #0CC806: hue angle of 118.14º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0CC806 is Cyan = 0.94, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 12 | 200 | 6 | - |
| CMYK | 0.94 | 0 | 0.97 | 0.22 |
| HSL | 118.14º | 0.94% | 0.4% | - |
| HSV(B) | 118.14º | 0.97% | 0.78% | - |
| XYZ | 20.84 | 41.4 | 7.06 | - |
| YUV | 121.67 | 62.72 | 49.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 200 | 6 | 0.94 | 0 | 0.97 | 0.22 | 118.14 | 0.94 | 0.4 |
| Hex | C | C8 | 6 | 5E | 0 | 61 | 16 | 76 | 5E | 28 |
| Octal | 14 | 310 | 6 | 136 | 0 | 141 | 26 | 166 | 136 | 50 |
| Binary | 1100 | 11001000 | 110 | 1011110 | 0 | 1100001 | 10110 | 1110110 | 1011110 | 101000 |
Color Harmonies of #0CC806
Complementary color
Monochromatic Colors of #0CC806
Black with #0CC806
Text Example
Text Example
White with #0CC806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC806; }
p { color: rgb(12,200,6); }
H1.HeaderClassName
{
color: #0CC806;
}
.AnyTagClassName
{
color: #0CC806;
}
</style>
background-color css
<style>
a { background-color: #0CC806; }
a { background-color: rgb(12,200,6); }
div.DivClassName
{
background-color: #0CC806;
}
.BgClassName
{
background-color: #0CC806;
}
</style>
border-color css
<style>
span { border-color: #0CC806; }
span { border-color: rgb(12,200,6); }
td.TdClassName
{
border-color: #0CC806;
}
.TagClassName
{
border-color: #0CC806;
}
</style>