Shades of Islamic Green #0BBA04
Tints of Islamic Green #0BBA04
RGB
CMYK
RGB Variations
Color information
#0BBA04 (or 0x0BBA04) is known color: Islamic Green. HEX triplet: 0B, BA and 04. RGB value is (11,186,4). Sum of RGB (Red+Green+Blue) = 11+186+4=201 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.47% from 201); Green value is 186 (73.05% from 255 or 92.54% from 201); Blue value is 4 (1.95% from 255 or 1.99% from 201); Max value from RGB is 186 - color contains mainly: green. Hex color #0BBA04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BBA04 is #F445FB. Grayscale: #717171. Windows color (decimal): -16008700 or 309771. OLE color: 309771.
HSL color Cylindrical-coordinate representation of color #0BBA04: hue angle of 117.69º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0BBA04 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 186 | 4 | - |
| CMYK | 0.94 | 0 | 0.98 | 0.27 |
| HSL | 117.69º | 0.96% | 0.37% | - |
| HSV(B) | 117.69º | 0.98% | 0.73% | - |
| XYZ | 17.72 | 35.2 | 5.97 | - |
| YUV | 112.93 | 66.52 | 55.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 186 | 4 | 0.94 | 0 | 0.98 | 0.27 | 117.69 | 0.96 | 0.37 |
| Hex | B | BA | 4 | 5E | 0 | 62 | 1B | 76 | 60 | 25 |
| Octal | 13 | 272 | 4 | 136 | 0 | 142 | 33 | 166 | 140 | 45 |
| Binary | 1011 | 10111010 | 100 | 1011110 | 0 | 1100010 | 11011 | 1110110 | 1100000 | 100101 |
Color Harmonies of #0BBA04
Complementary color
Monochromatic Colors of #0BBA04
Black with #0BBA04
Text Example
Text Example
White with #0BBA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBA04; }
p { color: rgb(11,186,4); }
H1.HeaderClassName
{
color: #0BBA04;
}
.AnyTagClassName
{
color: #0BBA04;
}
</style>
background-color css
<style>
a { background-color: #0BBA04; }
a { background-color: rgb(11,186,4); }
div.DivClassName
{
background-color: #0BBA04;
}
.BgClassName
{
background-color: #0BBA04;
}
</style>
border-color css
<style>
span { border-color: #0BBA04; }
span { border-color: rgb(11,186,4); }
td.TdClassName
{
border-color: #0BBA04;
}
.TagClassName
{
border-color: #0BBA04;
}
</style>