Shades of Islamic Green #0BA914
Tints of Islamic Green #0BA914
RGB
CMYK
RGB Variations
Color information
#0BA914 (or 0x0BA914) is known color: Islamic Green. HEX triplet: 0B, A9 and 14. RGB value is (11,169,20). Sum of RGB (Red+Green+Blue) = 11+169+20=200 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.5% from 200); Green value is 169 (66.41% from 255 or 84.5% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 169 - color contains mainly: green. Hex color #0BA914 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BA914 is #F456EB. Grayscale: #696969. Windows color (decimal): -16013036 or 1353995. OLE color: 1353995.
HSL color Cylindrical-coordinate representation of color #0BA914: hue angle of 123.42º 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 #0BA914 is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 11 | 169 | 20 | - |
| CMYK | 0.93 | 0 | 0.88 | 0.34 |
| HSL | 123.42º | 0.88% | 0.35% | - |
| HSV(B) | 123.42º | 0.93% | 0.66% | - |
| XYZ | 14.45 | 28.5 | 5.4 | - |
| YUV | 104.77 | 80.15 | 61.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 169 | 20 | 0.93 | 0 | 0.88 | 0.34 | 123.42 | 0.88 | 0.35 |
| Hex | B | A9 | 14 | 5D | 0 | 58 | 22 | 7B | 58 | 23 |
| Octal | 13 | 251 | 24 | 135 | 0 | 130 | 42 | 173 | 130 | 43 |
| Binary | 1011 | 10101001 | 10100 | 1011101 | 0 | 1011000 | 100010 | 1111011 | 1011000 | 100011 |
Color Harmonies of #0BA914
Complementary color
Monochromatic Colors of #0BA914
Black with #0BA914
Text Example
Text Example
White with #0BA914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA914; }
p { color: rgb(11,169,20); }
H1.HeaderClassName
{
color: #0BA914;
}
.AnyTagClassName
{
color: #0BA914;
}
</style>
background-color css
<style>
a { background-color: #0BA914; }
a { background-color: rgb(11,169,20); }
div.DivClassName
{
background-color: #0BA914;
}
.BgClassName
{
background-color: #0BA914;
}
</style>
border-color css
<style>
span { border-color: #0BA914; }
span { border-color: rgb(11,169,20); }
td.TdClassName
{
border-color: #0BA914;
}
.TagClassName
{
border-color: #0BA914;
}
</style>