#0B9B11

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

Shades of Islamic Green #0B9B11

Tints of Islamic Green #0B9B11

Color information

#0B9B11 (or 0x0B9B11) is unknown color: approx Islamic Green. HEX triplet: 0B, 9B and 11. RGB value is (11,155,17). Sum of RGB (Red+Green+Blue) = 11+155+17=183 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.01% from 183); Green value is 155 (60.94% from 255 or 84.70% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 155 - color contains mainly: green. Hex color #0B9B11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B9B11 is #F464EE. Grayscale: #606060. Windows color (decimal): -16016623 or 1153803. OLE color: 1153803.

HSL color Cylindrical-coordinate representation of color #0B9B11: hue angle of 122.5º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9B11 is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.39.

Color convert

RGB1115517-
CMYK0.9300.890.39
HSL122.5º86.75%32.55%-
HSV(B)122.5º92.9%60.78%-
XYZ11.9623.554.45-
YUV96.2183.2967.22-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.01%
GREEN value IS 155 (60.94% from 255) = 84.70%
BLUE value IS 17 (7.03% from 255) = 9.29%
R=6.01%
G=84.70%
B=9.29%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal11155170.9300.890.39122.586.7532.55
HexB9B115D059277a5721
Octal132332113501314717212741
Binary1011100110111000110111010101100110011111110101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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