Shades of Islamic Green #0BA203
Tints of Islamic Green #0BA203
RGB
CMYK
RGB Variations
Color information
#0BA203 (or 0x0BA203) is known color: Islamic Green. HEX triplet: 0B, A2 and 03. RGB value is (11,162,3). Sum of RGB (Red+Green+Blue) = 11+162+3=176 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.25% from 176); Green value is 162 (63.67% from 255 or 92.05% from 176); Blue value is 3 (1.56% from 255 or 1.70% from 176); Max value from RGB is 162 - color contains mainly: green. Hex color #0BA203 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BA203 is #F45DFC. Grayscale: #636363. Windows color (decimal): -16014845 or 238091. OLE color: 238091.
HSL color Cylindrical-coordinate representation of color #0BA203: hue angle of 116.98º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0BA203 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 11 | 162 | 3 | - |
| CMYK | 0.93 | 0 | 0.98 | 0.36 |
| HSL | 116.98º | 0.96% | 0.32% | - |
| HSV(B) | 116.98º | 0.98% | 0.64% | - |
| XYZ | 13.07 | 25.92 | 4.4 | - |
| YUV | 98.73 | 73.97 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 162 | 3 | 0.93 | 0 | 0.98 | 0.36 | 116.98 | 0.96 | 0.32 |
| Hex | B | A2 | 3 | 5D | 0 | 62 | 24 | 75 | 60 | 20 |
| Octal | 13 | 242 | 3 | 135 | 0 | 142 | 44 | 165 | 140 | 40 |
| Binary | 1011 | 10100010 | 11 | 1011101 | 0 | 1100010 | 100100 | 1110101 | 1100000 | 100000 |
Color Harmonies of #0BA203
Complementary color
Monochromatic Colors of #0BA203
Black with #0BA203
Text Example
Text Example
White with #0BA203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA203; }
p { color: rgb(11,162,3); }
H1.HeaderClassName
{
color: #0BA203;
}
.AnyTagClassName
{
color: #0BA203;
}
</style>
background-color css
<style>
a { background-color: #0BA203; }
a { background-color: rgb(11,162,3); }
div.DivClassName
{
background-color: #0BA203;
}
.BgClassName
{
background-color: #0BA203;
}
</style>
border-color css
<style>
span { border-color: #0BA203; }
span { border-color: rgb(11,162,3); }
td.TdClassName
{
border-color: #0BA203;
}
.TagClassName
{
border-color: #0BA203;
}
</style>