Shades of Islamic Green #0CA106
Tints of Islamic Green #0CA106
RGB
CMYK
RGB Variations
Color information
#0CA106 (or 0x0CA106) is known color: Islamic Green. HEX triplet: 0C, A1 and 06. RGB value is (12,161,6). Sum of RGB (Red+Green+Blue) = 12+161+6=179 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.70% from 179); Green value is 161 (63.28% from 255 or 89.94% from 179); Blue value is 6 (2.73% from 255 or 3.35% from 179); Max value from RGB is 161 - color contains mainly: green. Hex color #0CA106 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CA106 is #F35EF9. Grayscale: #636363. Windows color (decimal): -15949562 or 434444. OLE color: 434444.
HSL color Cylindrical-coordinate representation of color #0CA106: hue angle of 117.68º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0CA106 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 12 | 161 | 6 | - |
| CMYK | 0.93 | 0 | 0.96 | 0.37 |
| HSL | 117.68º | 0.93% | 0.33% | - |
| HSV(B) | 117.68º | 0.96% | 0.63% | - |
| XYZ | 12.93 | 25.58 | 4.43 | - |
| YUV | 98.78 | 75.64 | 66.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 161 | 6 | 0.93 | 0 | 0.96 | 0.37 | 117.68 | 0.93 | 0.33 |
| Hex | C | A1 | 6 | 5D | 0 | 60 | 25 | 76 | 5D | 21 |
| Octal | 14 | 241 | 6 | 135 | 0 | 140 | 45 | 166 | 135 | 41 |
| Binary | 1100 | 10100001 | 110 | 1011101 | 0 | 1100000 | 100101 | 1110110 | 1011101 | 100001 |
Color Harmonies of #0CA106
Complementary color
Monochromatic Colors of #0CA106
Black with #0CA106
Text Example
Text Example
White with #0CA106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA106; }
p { color: rgb(12,161,6); }
H1.HeaderClassName
{
color: #0CA106;
}
.AnyTagClassName
{
color: #0CA106;
}
</style>
background-color css
<style>
a { background-color: #0CA106; }
a { background-color: rgb(12,161,6); }
div.DivClassName
{
background-color: #0CA106;
}
.BgClassName
{
background-color: #0CA106;
}
</style>
border-color css
<style>
span { border-color: #0CA106; }
span { border-color: rgb(12,161,6); }
td.TdClassName
{
border-color: #0CA106;
}
.TagClassName
{
border-color: #0CA106;
}
</style>