Shades of Islamic Green #0CA105
Tints of Islamic Green #0CA105
RGB
CMYK
RGB Variations
Color information
#0CA105 (or 0x0CA105) is known color: Islamic Green. HEX triplet: 0C, A1 and 05. RGB value is (12,161,5). Sum of RGB (Red+Green+Blue) = 12+161+5=178 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.74% from 178); Green value is 161 (63.28% from 255 or 90.45% from 178); Blue value is 5 (2.34% from 255 or 2.81% from 178); Max value from RGB is 161 - color contains mainly: green. Hex color #0CA105 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CA105 is #F35EFA. Grayscale: #636363. Windows color (decimal): -15949563 or 368908. OLE color: 368908.
HSL color Cylindrical-coordinate representation of color #0CA105: hue angle of 117.31º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0CA105 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 12 | 161 | 5 | - |
| CMYK | 0.93 | 0 | 0.97 | 0.37 |
| HSL | 117.31º | 0.94% | 0.33% | - |
| HSV(B) | 117.31º | 0.97% | 0.63% | - |
| XYZ | 12.92 | 25.58 | 4.4 | - |
| YUV | 98.67 | 75.14 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 161 | 5 | 0.93 | 0 | 0.97 | 0.37 | 117.31 | 0.94 | 0.33 |
| Hex | C | A1 | 5 | 5D | 0 | 61 | 25 | 75 | 5E | 21 |
| Octal | 14 | 241 | 5 | 135 | 0 | 141 | 45 | 165 | 136 | 41 |
| Binary | 1100 | 10100001 | 101 | 1011101 | 0 | 1100001 | 100101 | 1110101 | 1011110 | 100001 |
Color Harmonies of #0CA105
Complementary color
Monochromatic Colors of #0CA105
Black with #0CA105
Text Example
Text Example
White with #0CA105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA105; }
p { color: rgb(12,161,5); }
H1.HeaderClassName
{
color: #0CA105;
}
.AnyTagClassName
{
color: #0CA105;
}
</style>
background-color css
<style>
a { background-color: #0CA105; }
a { background-color: rgb(12,161,5); }
div.DivClassName
{
background-color: #0CA105;
}
.BgClassName
{
background-color: #0CA105;
}
</style>
border-color css
<style>
span { border-color: #0CA105; }
span { border-color: rgb(12,161,5); }
td.TdClassName
{
border-color: #0CA105;
}
.TagClassName
{
border-color: #0CA105;
}
</style>