Shades of Islamic Green #0BBA08
Tints of Islamic Green #0BBA08
RGB
CMYK
RGB Variations
Color information
#0BBA08 (or 0x0BBA08) is known color: Islamic Green. HEX triplet: 0B, BA and 08. RGB value is (11,186,8). Sum of RGB (Red+Green+Blue) = 11+186+8=205 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.37% from 205); Green value is 186 (73.05% from 255 or 90.73% from 205); Blue value is 8 (3.52% from 255 or 3.90% from 205); Max value from RGB is 186 - color contains mainly: green. Hex color #0BBA08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BBA08 is #F445F7. Grayscale: #717171. Windows color (decimal): -16008696 or 571915. OLE color: 571915.
HSL color Cylindrical-coordinate representation of color #0BBA08: hue angle of 118.99º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BBA08 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 186 | 8 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.27 |
| HSL | 118.99º | 0.92% | 0.38% | - |
| HSV(B) | 118.99º | 0.96% | 0.73% | - |
| XYZ | 17.74 | 35.21 | 6.09 | - |
| YUV | 113.38 | 68.52 | 54.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 186 | 8 | 0.94 | 0 | 0.96 | 0.27 | 118.99 | 0.92 | 0.38 |
| Hex | B | BA | 8 | 5E | 0 | 60 | 1B | 77 | 5C | 26 |
| Octal | 13 | 272 | 10 | 136 | 0 | 140 | 33 | 167 | 134 | 46 |
| Binary | 1011 | 10111010 | 1000 | 1011110 | 0 | 1100000 | 11011 | 1110111 | 1011100 | 100110 |
Color Harmonies of #0BBA08
Complementary color
Monochromatic Colors of #0BBA08
Black with #0BBA08
Text Example
Text Example
White with #0BBA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBA08; }
p { color: rgb(11,186,8); }
H1.HeaderClassName
{
color: #0BBA08;
}
.AnyTagClassName
{
color: #0BBA08;
}
</style>
background-color css
<style>
a { background-color: #0BBA08; }
a { background-color: rgb(11,186,8); }
div.DivClassName
{
background-color: #0BBA08;
}
.BgClassName
{
background-color: #0BBA08;
}
</style>
border-color css
<style>
span { border-color: #0BBA08; }
span { border-color: rgb(11,186,8); }
td.TdClassName
{
border-color: #0BBA08;
}
.TagClassName
{
border-color: #0BBA08;
}
</style>