Shades of Islamic Green #0BB914
Tints of Islamic Green #0BB914
RGB
CMYK
RGB Variations
Color information
#0BB914 (or 0x0BB914) is known color: Islamic Green. HEX triplet: 0B, B9 and 14. RGB value is (11,185,20). Sum of RGB (Red+Green+Blue) = 11+185+20=216 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.09% from 216); Green value is 185 (72.66% from 255 or 85.65% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 185 - color contains mainly: green. Hex color #0BB914 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BB914 is #F446EB. Grayscale: #727272. Windows color (decimal): -16008940 or 1358091. OLE color: 1358091.
HSL color Cylindrical-coordinate representation of color #0BB914: hue angle of 123.1º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB914 is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 185 | 20 | - |
| CMYK | 0.94 | 0 | 0.89 | 0.27 |
| HSL | 123.1º | 0.89% | 0.38% | - |
| HSV(B) | 123.1º | 0.94% | 0.73% | - |
| XYZ | 17.61 | 34.82 | 6.45 | - |
| YUV | 114.16 | 74.85 | 54.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 185 | 20 | 0.94 | 0 | 0.89 | 0.27 | 123.1 | 0.89 | 0.38 |
| Hex | B | B9 | 14 | 5E | 0 | 59 | 1B | 7B | 59 | 26 |
| Octal | 13 | 271 | 24 | 136 | 0 | 131 | 33 | 173 | 131 | 46 |
| Binary | 1011 | 10111001 | 10100 | 1011110 | 0 | 1011001 | 11011 | 1111011 | 1011001 | 100110 |
Color Harmonies of #0BB914
Complementary color
Monochromatic Colors of #0BB914
Black with #0BB914
Text Example
Text Example
White with #0BB914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB914; }
p { color: rgb(11,185,20); }
H1.HeaderClassName
{
color: #0BB914;
}
.AnyTagClassName
{
color: #0BB914;
}
</style>
background-color css
<style>
a { background-color: #0BB914; }
a { background-color: rgb(11,185,20); }
div.DivClassName
{
background-color: #0BB914;
}
.BgClassName
{
background-color: #0BB914;
}
</style>
border-color css
<style>
span { border-color: #0BB914; }
span { border-color: rgb(11,185,20); }
td.TdClassName
{
border-color: #0BB914;
}
.TagClassName
{
border-color: #0BB914;
}
</style>