Shades of Islamic Green #0B9B09
Tints of Islamic Green #0B9B09
RGB
CMYK
RGB Variations
Color information
#0B9B09 (or 0x0B9B09) is known color: Islamic Green. HEX triplet: 0B, 9B and 09. RGB value is (11,155,9). Sum of RGB (Red+Green+Blue) = 11+155+9=175 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.29% from 175); Green value is 155 (60.94% from 255 or 88.57% from 175); Blue value is 9 (3.91% from 255 or 5.14% from 175); Max value from RGB is 155 - color contains mainly: green. Hex color #0B9B09 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B9B09 is #F464F6. Grayscale: #5F5F5F. Windows color (decimal): -16016631 or 629515. OLE color: 629515.
HSL color Cylindrical-coordinate representation of color #0B9B09: hue angle of 119.18º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B9B09 is Cyan = 0.93, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 11 | 155 | 9 | - |
| CMYK | 0.93 | 0 | 0.94 | 0.39 |
| HSL | 119.18º | 0.89% | 0.32% | - |
| HSV(B) | 119.18º | 0.94% | 0.61% | - |
| XYZ | 11.91 | 23.53 | 4.17 | - |
| YUV | 95.3 | 79.29 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 155 | 9 | 0.93 | 0 | 0.94 | 0.39 | 119.18 | 0.89 | 0.32 |
| Hex | B | 9B | 9 | 5D | 0 | 5E | 27 | 77 | 59 | 20 |
| Octal | 13 | 233 | 11 | 135 | 0 | 136 | 47 | 167 | 131 | 40 |
| Binary | 1011 | 10011011 | 1001 | 1011101 | 0 | 1011110 | 100111 | 1110111 | 1011001 | 100000 |
Color Harmonies of #0B9B09
Complementary color
Monochromatic Colors of #0B9B09
Black with #0B9B09
Text Example
Text Example
White with #0B9B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9B09; }
p { color: rgb(11,155,9); }
H1.HeaderClassName
{
color: #0B9B09;
}
.AnyTagClassName
{
color: #0B9B09;
}
</style>
background-color css
<style>
a { background-color: #0B9B09; }
a { background-color: rgb(11,155,9); }
div.DivClassName
{
background-color: #0B9B09;
}
.BgClassName
{
background-color: #0B9B09;
}
</style>
border-color css
<style>
span { border-color: #0B9B09; }
span { border-color: rgb(11,155,9); }
td.TdClassName
{
border-color: #0B9B09;
}
.TagClassName
{
border-color: #0B9B09;
}
</style>