Shades of Islamic Green #0BA91A
Tints of Islamic Green #0BA91A
RGB
CMYK
RGB Variations
Color information
#0BA91A (or 0x0BA91A) is known color: Islamic Green. HEX triplet: 0B, A9 and 1A. RGB value is (11,169,26). Sum of RGB (Red+Green+Blue) = 11+169+26=206 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.34% from 206); Green value is 169 (66.41% from 255 or 82.04% from 206); Blue value is 26 (10.55% from 255 or 12.62% from 206); Max value from RGB is 169 - color contains mainly: green. Hex color #0BA91A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BA91A is #F456E5. Grayscale: #696969. Windows color (decimal): -16013030 or 1747211. OLE color: 1747211.
HSL color Cylindrical-coordinate representation of color #0BA91A: hue angle of 125.7º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA91A is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 11 | 169 | 26 | - |
| CMYK | 0.93 | 0 | 0.85 | 0.34 |
| HSL | 125.7º | 0.88% | 0.35% | - |
| HSV(B) | 125.7º | 0.93% | 0.66% | - |
| XYZ | 14.51 | 28.52 | 5.72 | - |
| YUV | 105.46 | 83.15 | 60.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 169 | 26 | 0.93 | 0 | 0.85 | 0.34 | 125.7 | 0.88 | 0.35 |
| Hex | B | A9 | 1A | 5D | 0 | 55 | 22 | 7E | 58 | 23 |
| Octal | 13 | 251 | 32 | 135 | 0 | 125 | 42 | 176 | 130 | 43 |
| Binary | 1011 | 10101001 | 11010 | 1011101 | 0 | 1010101 | 100010 | 1111110 | 1011000 | 100011 |
Color Harmonies of #0BA91A
Complementary color
Monochromatic Colors of #0BA91A
Black with #0BA91A
Text Example
Text Example
White with #0BA91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA91A; }
p { color: rgb(11,169,26); }
H1.HeaderClassName
{
color: #0BA91A;
}
.AnyTagClassName
{
color: #0BA91A;
}
</style>
background-color css
<style>
a { background-color: #0BA91A; }
a { background-color: rgb(11,169,26); }
div.DivClassName
{
background-color: #0BA91A;
}
.BgClassName
{
background-color: #0BA91A;
}
</style>
border-color css
<style>
span { border-color: #0BA91A; }
span { border-color: rgb(11,169,26); }
td.TdClassName
{
border-color: #0BA91A;
}
.TagClassName
{
border-color: #0BA91A;
}
</style>