Shades of Islamic Green #0B9F10
Tints of Islamic Green #0B9F10
RGB
CMYK
RGB Variations
Color information
#0B9F10 (or 0x0B9F10) is known color: Islamic Green. HEX triplet: 0B, 9F and 10. RGB value is (11,159,16). Sum of RGB (Red+Green+Blue) = 11+159+16=186 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.91% from 186); Green value is 159 (62.5% from 255 or 85.48% from 186); Blue value is 16 (6.64% from 255 or 8.60% from 186); Max value from RGB is 159 - color contains mainly: green. Hex color #0B9F10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B9F10 is #F460EF. Grayscale: #626262. Windows color (decimal): -16015600 or 1089291. OLE color: 1089291.
HSL color Cylindrical-coordinate representation of color #0B9F10: hue angle of 122.03º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9F10 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 11 | 159 | 16 | - |
| CMYK | 0.93 | 0 | 0.90 | 0.38 |
| HSL | 122.03º | 0.87% | 0.33% | - |
| HSV(B) | 122.03º | 0.93% | 0.62% | - |
| XYZ | 12.63 | 24.9 | 4.63 | - |
| YUV | 98.45 | 81.47 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 159 | 16 | 0.93 | 0 | 0.90 | 0.38 | 122.03 | 0.87 | 0.33 |
| Hex | B | 9F | 10 | 5D | 0 | 5A | 26 | 7A | 57 | 21 |
| Octal | 13 | 237 | 20 | 135 | 0 | 132 | 46 | 172 | 127 | 41 |
| Binary | 1011 | 10011111 | 10000 | 1011101 | 0 | 1011010 | 100110 | 1111010 | 1010111 | 100001 |
Color Harmonies of #0B9F10
Complementary color
Monochromatic Colors of #0B9F10
Black with #0B9F10
Text Example
Text Example
White with #0B9F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9F10; }
p { color: rgb(11,159,16); }
H1.HeaderClassName
{
color: #0B9F10;
}
.AnyTagClassName
{
color: #0B9F10;
}
</style>
background-color css
<style>
a { background-color: #0B9F10; }
a { background-color: rgb(11,159,16); }
div.DivClassName
{
background-color: #0B9F10;
}
.BgClassName
{
background-color: #0B9F10;
}
</style>
border-color css
<style>
span { border-color: #0B9F10; }
span { border-color: rgb(11,159,16); }
td.TdClassName
{
border-color: #0B9F10;
}
.TagClassName
{
border-color: #0B9F10;
}
</style>