Shades of Islamic Green #0BA206
Tints of Islamic Green #0BA206
RGB
CMYK
RGB Variations
Color information
#0BA206 (or 0x0BA206) is known color: Islamic Green. HEX triplet: 0B, A2 and 06. RGB value is (11,162,6). Sum of RGB (Red+Green+Blue) = 11+162+6=179 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.15% from 179); Green value is 162 (63.67% from 255 or 90.50% from 179); Blue value is 6 (2.73% from 255 or 3.35% from 179); Max value from RGB is 162 - color contains mainly: green. Hex color #0BA206 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BA206 is #F45DF9. Grayscale: #636363. Windows color (decimal): -16014842 or 434699. OLE color: 434699.
HSL color Cylindrical-coordinate representation of color #0BA206: hue angle of 118.08º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BA206 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 11 | 162 | 6 | - |
| CMYK | 0.93 | 0 | 0.96 | 0.36 |
| HSL | 118.08º | 0.93% | 0.33% | - |
| HSV(B) | 118.08º | 0.96% | 0.64% | - |
| XYZ | 13.09 | 25.92 | 4.49 | - |
| YUV | 99.07 | 75.47 | 65.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 162 | 6 | 0.93 | 0 | 0.96 | 0.36 | 118.08 | 0.93 | 0.33 |
| Hex | B | A2 | 6 | 5D | 0 | 60 | 24 | 76 | 5D | 21 |
| Octal | 13 | 242 | 6 | 135 | 0 | 140 | 44 | 166 | 135 | 41 |
| Binary | 1011 | 10100010 | 110 | 1011101 | 0 | 1100000 | 100100 | 1110110 | 1011101 | 100001 |
Color Harmonies of #0BA206
Complementary color
Monochromatic Colors of #0BA206
Black with #0BA206
Text Example
Text Example
White with #0BA206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA206; }
p { color: rgb(11,162,6); }
H1.HeaderClassName
{
color: #0BA206;
}
.AnyTagClassName
{
color: #0BA206;
}
</style>
background-color css
<style>
a { background-color: #0BA206; }
a { background-color: rgb(11,162,6); }
div.DivClassName
{
background-color: #0BA206;
}
.BgClassName
{
background-color: #0BA206;
}
</style>
border-color css
<style>
span { border-color: #0BA206; }
span { border-color: rgb(11,162,6); }
td.TdClassName
{
border-color: #0BA206;
}
.TagClassName
{
border-color: #0BA206;
}
</style>