#0B9F11

Color #0B9F11 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #0B9F11

Tints of Islamic Green #0B9F11

Color information

#0B9F11 (or 0x0B9F11) is unknown color: approx Islamic Green. HEX triplet: 0B, 9F and 11. RGB value is (11,159,17). Sum of RGB (Red+Green+Blue) = 11+159+17=187 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.88% from 187); Green value is 159 (62.5% from 255 or 85.03% from 187); Blue value is 17 (7.03% from 255 or 9.09% from 187); Max value from RGB is 159 - color contains mainly: green. Hex color #0B9F11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B9F11 is #F460EE. Grayscale: #626262. Windows color (decimal): -16015599 or 1154827. OLE color: 1154827.

HSL color Cylindrical-coordinate representation of color #0B9F11: hue angle of 122.43º 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 #0B9F11 is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB1115917-
CMYK0.9300.890.38
HSL122.43º87.06%33.33%-
HSV(B)122.43º93.08%62.35%-
XYZ12.6424.914.67-
YUV98.5681.9765.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 11 (4.69% from 255) = 5.88%
GREEN value IS 159 (62.5% from 255) = 85.03%
BLUE value IS 17 (7.03% from 255) = 9.09%
R=5.88%
G=85.03%
B=9.09%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11159170.9300.890.38122.4387.0633.33
HexB9F115D059267a5721
Octal132372113501314617212741
Binary1011100111111000110111010101100110011011110101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B9F11; }

 p { color: rgb(11,159,17); }

 H1.HeaderClassName
 {
   color: #0B9F11;
 }
 .AnyTagClassName
 {
   color: #0B9F11;
 }
</style>
background-color css

<style>
 a { background-color: #0B9F11; }

 a { background-color: rgb(11,159,17); }

 div.DivClassName
 {
   background-color: #0B9F11;
 }
 .BgClassName
 {
   background-color: #0B9F11;
 }
</style>
border-color css

<style>
 span { border-color: #0B9F11; }

 span { border-color: rgb(11,159,17); }

 td.TdClassName
 {
   border-color: #0B9F11;
 }
 .TagClassName
 {
   border-color: #0B9F11;
 }
</style>