Shades of Islamic Green #0BAB0A
Tints of Islamic Green #0BAB0A
RGB
CMYK
RGB Variations
Color information
#0BAB0A (or 0x0BAB0A) is known color: Islamic Green. HEX triplet: 0B, AB and 0A. RGB value is (11,171,10). Sum of RGB (Red+Green+Blue) = 11+171+10=192 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.73% from 192); Green value is 171 (67.19% from 255 or 89.06% from 192); Blue value is 10 (4.30% from 255 or 5.21% from 192); Max value from RGB is 171 - color contains mainly: green. Hex color #0BAB0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BAB0A is #F454F5. Grayscale: #696969. Windows color (decimal): -16012534 or 699147. OLE color: 699147.
HSL color Cylindrical-coordinate representation of color #0BAB0A: hue angle of 119.63º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAB0A is Cyan = 0.94, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 171 | 10 | - |
| CMYK | 0.94 | 0 | 0.94 | 0.33 |
| HSL | 119.63º | 0.89% | 0.35% | - |
| HSV(B) | 119.63º | 0.94% | 0.67% | - |
| XYZ | 14.76 | 29.22 | 5.15 | - |
| YUV | 104.81 | 74.49 | 61.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 171 | 10 | 0.94 | 0 | 0.94 | 0.33 | 119.63 | 0.89 | 0.35 |
| Hex | B | AB | A | 5E | 0 | 5E | 21 | 78 | 59 | 23 |
| Octal | 13 | 253 | 12 | 136 | 0 | 136 | 41 | 170 | 131 | 43 |
| Binary | 1011 | 10101011 | 1010 | 1011110 | 0 | 1011110 | 100001 | 1111000 | 1011001 | 100011 |
Color Harmonies of #0BAB0A
Complementary color
Monochromatic Colors of #0BAB0A
Black with #0BAB0A
Text Example
Text Example
White with #0BAB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAB0A; }
p { color: rgb(11,171,10); }
H1.HeaderClassName
{
color: #0BAB0A;
}
.AnyTagClassName
{
color: #0BAB0A;
}
</style>
background-color css
<style>
a { background-color: #0BAB0A; }
a { background-color: rgb(11,171,10); }
div.DivClassName
{
background-color: #0BAB0A;
}
.BgClassName
{
background-color: #0BAB0A;
}
</style>
border-color css
<style>
span { border-color: #0BAB0A; }
span { border-color: rgb(11,171,10); }
td.TdClassName
{
border-color: #0BAB0A;
}
.TagClassName
{
border-color: #0BAB0A;
}
</style>