Shades of Islamic Green #0B910F
Tints of Islamic Green #0B910F
RGB
CMYK
RGB Variations
Color information
#0B910F (or 0x0B910F) is known color: Islamic Green. HEX triplet: 0B, 91 and 0F. RGB value is (11,145,15). Sum of RGB (Red+Green+Blue) = 11+145+15=171 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.43% from 171); Green value is 145 (57.03% from 255 or 84.80% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 145 - color contains mainly: green. Hex color #0B910F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B910F is #F46EF0. Grayscale: #5A5A5A. Windows color (decimal): -16019185 or 1020171. OLE color: 1020171.
HSL color Cylindrical-coordinate representation of color #0B910F: hue angle of 121.79º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B910F is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 11 | 145 | 15 | - |
| CMYK | 0.92 | 0 | 0.90 | 0.43 |
| HSL | 121.79º | 0.86% | 0.31% | - |
| HSV(B) | 121.79º | 0.92% | 0.57% | - |
| XYZ | 10.35 | 20.36 | 3.84 | - |
| YUV | 90.11 | 85.61 | 71.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 145 | 15 | 0.92 | 0 | 0.90 | 0.43 | 121.79 | 0.86 | 0.31 |
| Hex | B | 91 | F | 5C | 0 | 5A | 2B | 7A | 56 | 1F |
| Octal | 13 | 221 | 17 | 134 | 0 | 132 | 53 | 172 | 126 | 37 |
| Binary | 1011 | 10010001 | 1111 | 1011100 | 0 | 1011010 | 101011 | 1111010 | 1010110 | 11111 |
Color Harmonies of #0B910F
Complementary color
Monochromatic Colors of #0B910F
Black with #0B910F
Text Example
Text Example
White with #0B910F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B910F; }
p { color: rgb(11,145,15); }
H1.HeaderClassName
{
color: #0B910F;
}
.AnyTagClassName
{
color: #0B910F;
}
</style>
background-color css
<style>
a { background-color: #0B910F; }
a { background-color: rgb(11,145,15); }
div.DivClassName
{
background-color: #0B910F;
}
.BgClassName
{
background-color: #0B910F;
}
</style>
border-color css
<style>
span { border-color: #0B910F; }
span { border-color: rgb(11,145,15); }
td.TdClassName
{
border-color: #0B910F;
}
.TagClassName
{
border-color: #0B910F;
}
</style>