Shades of Islamic Green #0BA103
Tints of Islamic Green #0BA103
RGB
CMYK
RGB Variations
Color information
#0BA103 (or 0x0BA103) is known color: Islamic Green. HEX triplet: 0B, A1 and 03. RGB value is (11,161,3). Sum of RGB (Red+Green+Blue) = 11+161+3=175 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.29% from 175); Green value is 161 (63.28% from 255 or 92% from 175); Blue value is 3 (1.56% from 255 or 1.71% from 175); Max value from RGB is 161 - color contains mainly: green. Hex color #0BA103 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BA103 is #F45EFC. Grayscale: #626262. Windows color (decimal): -16015101 or 237835. OLE color: 237835.
HSL color Cylindrical-coordinate representation of color #0BA103: hue angle of 116.96º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0BA103 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 11 | 161 | 3 | - |
| CMYK | 0.93 | 0 | 0.98 | 0.37 |
| HSL | 116.96º | 0.96% | 0.32% | - |
| HSV(B) | 116.96º | 0.98% | 0.63% | - |
| XYZ | 12.9 | 25.57 | 4.34 | - |
| YUV | 98.14 | 74.31 | 65.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 161 | 3 | 0.93 | 0 | 0.98 | 0.37 | 116.96 | 0.96 | 0.32 |
| Hex | B | A1 | 3 | 5D | 0 | 62 | 25 | 75 | 60 | 20 |
| Octal | 13 | 241 | 3 | 135 | 0 | 142 | 45 | 165 | 140 | 40 |
| Binary | 1011 | 10100001 | 11 | 1011101 | 0 | 1100010 | 100101 | 1110101 | 1100000 | 100000 |
Color Harmonies of #0BA103
Complementary color
Monochromatic Colors of #0BA103
Black with #0BA103
Text Example
Text Example
White with #0BA103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA103; }
p { color: rgb(11,161,3); }
H1.HeaderClassName
{
color: #0BA103;
}
.AnyTagClassName
{
color: #0BA103;
}
</style>
background-color css
<style>
a { background-color: #0BA103; }
a { background-color: rgb(11,161,3); }
div.DivClassName
{
background-color: #0BA103;
}
.BgClassName
{
background-color: #0BA103;
}
</style>
border-color css
<style>
span { border-color: #0BA103; }
span { border-color: rgb(11,161,3); }
td.TdClassName
{
border-color: #0BA103;
}
.TagClassName
{
border-color: #0BA103;
}
</style>