Shades of Islamic Green #0B9F07
Tints of Islamic Green #0B9F07
RGB
CMYK
RGB Variations
Color information
#0B9F07 (or 0x0B9F07) is known color: Islamic Green. HEX triplet: 0B, 9F and 07. RGB value is (11,159,7). Sum of RGB (Red+Green+Blue) = 11+159+7=177 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.21% from 177); Green value is 159 (62.5% from 255 or 89.83% from 177); Blue value is 7 (3.12% from 255 or 3.95% from 177); Max value from RGB is 159 - color contains mainly: green. Hex color #0B9F07 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B9F07 is #F460F8. Grayscale: #616161. Windows color (decimal): -16015609 or 499467. OLE color: 499467.
HSL color Cylindrical-coordinate representation of color #0B9F07: hue angle of 118.42º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B9F07 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 11 | 159 | 7 | - |
| CMYK | 0.93 | 0 | 0.96 | 0.38 |
| HSL | 118.42º | 0.92% | 0.33% | - |
| HSV(B) | 118.42º | 0.96% | 0.62% | - |
| XYZ | 12.57 | 24.88 | 4.34 | - |
| YUV | 97.42 | 76.97 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 159 | 7 | 0.93 | 0 | 0.96 | 0.38 | 118.42 | 0.92 | 0.33 |
| Hex | B | 9F | 7 | 5D | 0 | 60 | 26 | 76 | 5C | 21 |
| Octal | 13 | 237 | 7 | 135 | 0 | 140 | 46 | 166 | 134 | 41 |
| Binary | 1011 | 10011111 | 111 | 1011101 | 0 | 1100000 | 100110 | 1110110 | 1011100 | 100001 |
Color Harmonies of #0B9F07
Complementary color
Monochromatic Colors of #0B9F07
Black with #0B9F07
Text Example
Text Example
White with #0B9F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9F07; }
p { color: rgb(11,159,7); }
H1.HeaderClassName
{
color: #0B9F07;
}
.AnyTagClassName
{
color: #0B9F07;
}
</style>
background-color css
<style>
a { background-color: #0B9F07; }
a { background-color: rgb(11,159,7); }
div.DivClassName
{
background-color: #0B9F07;
}
.BgClassName
{
background-color: #0B9F07;
}
</style>
border-color css
<style>
span { border-color: #0B9F07; }
span { border-color: rgb(11,159,7); }
td.TdClassName
{
border-color: #0B9F07;
}
.TagClassName
{
border-color: #0B9F07;
}
</style>