Shades of Islamic Green #0BA209
Tints of Islamic Green #0BA209
RGB
CMYK
RGB Variations
Color information
#0BA209 (or 0x0BA209) is known color: Islamic Green. HEX triplet: 0B, A2 and 09. RGB value is (11,162,9). Sum of RGB (Red+Green+Blue) = 11+162+9=182 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.04% from 182); Green value is 162 (63.67% from 255 or 89.01% from 182); Blue value is 9 (3.91% from 255 or 4.95% from 182); Max value from RGB is 162 - color contains mainly: green. Hex color #0BA209 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BA209 is #F45DF6. Grayscale: #636363. Windows color (decimal): -16014839 or 631307. OLE color: 631307.
HSL color Cylindrical-coordinate representation of color #0BA209: hue angle of 119.22º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BA209 is Cyan = 0.93, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 11 | 162 | 9 | - |
| CMYK | 0.93 | 0 | 0.94 | 0.36 |
| HSL | 119.22º | 0.89% | 0.34% | - |
| HSV(B) | 119.22º | 0.94% | 0.64% | - |
| XYZ | 13.11 | 25.93 | 4.57 | - |
| YUV | 99.41 | 76.97 | 64.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 162 | 9 | 0.93 | 0 | 0.94 | 0.36 | 119.22 | 0.89 | 0.34 |
| Hex | B | A2 | 9 | 5D | 0 | 5E | 24 | 77 | 59 | 22 |
| Octal | 13 | 242 | 11 | 135 | 0 | 136 | 44 | 167 | 131 | 42 |
| Binary | 1011 | 10100010 | 1001 | 1011101 | 0 | 1011110 | 100100 | 1110111 | 1011001 | 100010 |
Color Harmonies of #0BA209
Complementary color
Monochromatic Colors of #0BA209
Black with #0BA209
Text Example
Text Example
White with #0BA209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA209; }
p { color: rgb(11,162,9); }
H1.HeaderClassName
{
color: #0BA209;
}
.AnyTagClassName
{
color: #0BA209;
}
</style>
background-color css
<style>
a { background-color: #0BA209; }
a { background-color: rgb(11,162,9); }
div.DivClassName
{
background-color: #0BA209;
}
.BgClassName
{
background-color: #0BA209;
}
</style>
border-color css
<style>
span { border-color: #0BA209; }
span { border-color: rgb(11,162,9); }
td.TdClassName
{
border-color: #0BA209;
}
.TagClassName
{
border-color: #0BA209;
}
</style>