Shades of Islamic Green #0CA60A
Tints of Islamic Green #0CA60A
RGB
CMYK
RGB Variations
Color information
#0CA60A (or 0x0CA60A) is known color: Islamic Green. HEX triplet: 0C, A6 and 0A. RGB value is (12,166,10). Sum of RGB (Red+Green+Blue) = 12+166+10=188 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.38% from 188); Green value is 166 (65.23% from 255 or 88.30% from 188); Blue value is 10 (4.30% from 255 or 5.32% from 188); Max value from RGB is 166 - color contains mainly: green. Hex color #0CA60A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CA60A is #F359F5. Grayscale: #666666. Windows color (decimal): -15948278 or 697868. OLE color: 697868.
HSL color Cylindrical-coordinate representation of color #0CA60A: hue angle of 119.23º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CA60A is Cyan = 0.93, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 12 | 166 | 10 | - |
| CMYK | 0.93 | 0 | 0.94 | 0.35 |
| HSL | 119.23º | 0.89% | 0.35% | - |
| HSV(B) | 119.23º | 0.94% | 0.65% | - |
| XYZ | 13.84 | 27.37 | 4.84 | - |
| YUV | 102.17 | 75.98 | 63.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 166 | 10 | 0.93 | 0 | 0.94 | 0.35 | 119.23 | 0.89 | 0.35 |
| Hex | C | A6 | A | 5D | 0 | 5E | 23 | 77 | 59 | 23 |
| Octal | 14 | 246 | 12 | 135 | 0 | 136 | 43 | 167 | 131 | 43 |
| Binary | 1100 | 10100110 | 1010 | 1011101 | 0 | 1011110 | 100011 | 1110111 | 1011001 | 100011 |
Color Harmonies of #0CA60A
Complementary color
Monochromatic Colors of #0CA60A
Black with #0CA60A
Text Example
Text Example
White with #0CA60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA60A; }
p { color: rgb(12,166,10); }
H1.HeaderClassName
{
color: #0CA60A;
}
.AnyTagClassName
{
color: #0CA60A;
}
</style>
background-color css
<style>
a { background-color: #0CA60A; }
a { background-color: rgb(12,166,10); }
div.DivClassName
{
background-color: #0CA60A;
}
.BgClassName
{
background-color: #0CA60A;
}
</style>
border-color css
<style>
span { border-color: #0CA60A; }
span { border-color: rgb(12,166,10); }
td.TdClassName
{
border-color: #0CA60A;
}
.TagClassName
{
border-color: #0CA60A;
}
</style>