Shades of Islamic Green #0CA806
Tints of Islamic Green #0CA806
RGB
CMYK
RGB Variations
Color information
#0CA806 (or 0x0CA806) is known color: Islamic Green. HEX triplet: 0C, A8 and 06. RGB value is (12,168,6). Sum of RGB (Red+Green+Blue) = 12+168+6=186 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.45% from 186); Green value is 168 (66.02% from 255 or 90.32% from 186); Blue value is 6 (2.73% from 255 or 3.23% from 186); Max value from RGB is 168 - color contains mainly: green. Hex color #0CA806 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CA806 is #F357F9. Grayscale: #676767. Windows color (decimal): -15947770 or 436236. OLE color: 436236.
HSL color Cylindrical-coordinate representation of color #0CA806: hue angle of 117.78º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0CA806 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 12 | 168 | 6 | - |
| CMYK | 0.93 | 0 | 0.96 | 0.34 |
| HSL | 117.78º | 0.93% | 0.34% | - |
| HSV(B) | 117.78º | 0.96% | 0.66% | - |
| XYZ | 14.19 | 28.1 | 4.85 | - |
| YUV | 102.89 | 73.32 | 63.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 168 | 6 | 0.93 | 0 | 0.96 | 0.34 | 117.78 | 0.93 | 0.34 |
| Hex | C | A8 | 6 | 5D | 0 | 60 | 22 | 76 | 5D | 22 |
| Octal | 14 | 250 | 6 | 135 | 0 | 140 | 42 | 166 | 135 | 42 |
| Binary | 1100 | 10101000 | 110 | 1011101 | 0 | 1100000 | 100010 | 1110110 | 1011101 | 100010 |
Color Harmonies of #0CA806
Complementary color
Monochromatic Colors of #0CA806
Black with #0CA806
Text Example
Text Example
White with #0CA806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA806; }
p { color: rgb(12,168,6); }
H1.HeaderClassName
{
color: #0CA806;
}
.AnyTagClassName
{
color: #0CA806;
}
</style>
background-color css
<style>
a { background-color: #0CA806; }
a { background-color: rgb(12,168,6); }
div.DivClassName
{
background-color: #0CA806;
}
.BgClassName
{
background-color: #0CA806;
}
</style>
border-color css
<style>
span { border-color: #0CA806; }
span { border-color: rgb(12,168,6); }
td.TdClassName
{
border-color: #0CA806;
}
.TagClassName
{
border-color: #0CA806;
}
</style>