Shades of Islamic Green #0CA10A
Tints of Islamic Green #0CA10A
RGB
CMYK
RGB Variations
Color information
#0CA10A (or 0x0CA10A) is known color: Islamic Green. HEX triplet: 0C, A1 and 0A. RGB value is (12,161,10). Sum of RGB (Red+Green+Blue) = 12+161+10=183 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.56% from 183); Green value is 161 (63.28% from 255 or 87.98% from 183); Blue value is 10 (4.30% from 255 or 5.46% from 183); Max value from RGB is 161 - color contains mainly: green. Hex color #0CA10A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CA10A is #F35EF5. Grayscale: #636363. Windows color (decimal): -15949558 or 696588. OLE color: 696588.
HSL color Cylindrical-coordinate representation of color #0CA10A: hue angle of 119.21º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CA10A is Cyan = 0.93, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 12 | 161 | 10 | - |
| CMYK | 0.93 | 0 | 0.94 | 0.37 |
| HSL | 119.21º | 0.88% | 0.34% | - |
| HSV(B) | 119.21º | 0.94% | 0.63% | - |
| XYZ | 12.95 | 25.59 | 4.54 | - |
| YUV | 99.24 | 77.64 | 65.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 161 | 10 | 0.93 | 0 | 0.94 | 0.37 | 119.21 | 0.88 | 0.34 |
| Hex | C | A1 | A | 5D | 0 | 5E | 25 | 77 | 58 | 22 |
| Octal | 14 | 241 | 12 | 135 | 0 | 136 | 45 | 167 | 130 | 42 |
| Binary | 1100 | 10100001 | 1010 | 1011101 | 0 | 1011110 | 100101 | 1110111 | 1011000 | 100010 |
Color Harmonies of #0CA10A
Complementary color
Monochromatic Colors of #0CA10A
Black with #0CA10A
Text Example
Text Example
White with #0CA10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA10A; }
p { color: rgb(12,161,10); }
H1.HeaderClassName
{
color: #0CA10A;
}
.AnyTagClassName
{
color: #0CA10A;
}
</style>
background-color css
<style>
a { background-color: #0CA10A; }
a { background-color: rgb(12,161,10); }
div.DivClassName
{
background-color: #0CA10A;
}
.BgClassName
{
background-color: #0CA10A;
}
</style>
border-color css
<style>
span { border-color: #0CA10A; }
span { border-color: rgb(12,161,10); }
td.TdClassName
{
border-color: #0CA10A;
}
.TagClassName
{
border-color: #0CA10A;
}
</style>