Shades of Islamic Green #0BA205
Tints of Islamic Green #0BA205
RGB
CMYK
RGB Variations
Color information
#0BA205 (or 0x0BA205) is known color: Islamic Green. HEX triplet: 0B, A2 and 05. RGB value is (11,162,5). Sum of RGB (Red+Green+Blue) = 11+162+5=178 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.18% from 178); Green value is 162 (63.67% from 255 or 91.01% from 178); Blue value is 5 (2.34% from 255 or 2.81% from 178); Max value from RGB is 162 - color contains mainly: green. Hex color #0BA205 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BA205 is #F45DFA. Grayscale: #636363. Windows color (decimal): -16014843 or 369163. OLE color: 369163.
HSL color Cylindrical-coordinate representation of color #0BA205: hue angle of 117.71º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0BA205 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 11 | 162 | 5 | - |
| CMYK | 0.93 | 0 | 0.97 | 0.36 |
| HSL | 117.71º | 0.94% | 0.33% | - |
| HSV(B) | 117.71º | 0.97% | 0.64% | - |
| XYZ | 13.09 | 25.92 | 4.46 | - |
| YUV | 98.95 | 74.97 | 65.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 162 | 5 | 0.93 | 0 | 0.97 | 0.36 | 117.71 | 0.94 | 0.33 |
| Hex | B | A2 | 5 | 5D | 0 | 61 | 24 | 76 | 5E | 21 |
| Octal | 13 | 242 | 5 | 135 | 0 | 141 | 44 | 166 | 136 | 41 |
| Binary | 1011 | 10100010 | 101 | 1011101 | 0 | 1100001 | 100100 | 1110110 | 1011110 | 100001 |
Color Harmonies of #0BA205
Complementary color
Monochromatic Colors of #0BA205
Black with #0BA205
Text Example
Text Example
White with #0BA205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA205; }
p { color: rgb(11,162,5); }
H1.HeaderClassName
{
color: #0BA205;
}
.AnyTagClassName
{
color: #0BA205;
}
</style>
background-color css
<style>
a { background-color: #0BA205; }
a { background-color: rgb(11,162,5); }
div.DivClassName
{
background-color: #0BA205;
}
.BgClassName
{
background-color: #0BA205;
}
</style>
border-color css
<style>
span { border-color: #0BA205; }
span { border-color: rgb(11,162,5); }
td.TdClassName
{
border-color: #0BA205;
}
.TagClassName
{
border-color: #0BA205;
}
</style>