#0B9006

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

Shades of Islamic Green #0B9006

Tints of Islamic Green #0B9006

Color information

#0B9006 (or 0x0B9006) is unknown color: approx Islamic Green. HEX triplet: 0B, 90 and 06. RGB value is (11,144,6). Sum of RGB (Red+Green+Blue) = 11+144+6=161 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.83% from 161); Green value is 144 (56.64% from 255 or 89.44% from 161); Blue value is 6 (2.73% from 255 or 3.73% from 161); Max value from RGB is 144 - color contains mainly: green. Hex color #0B9006 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B9006 is #F46FF9. Grayscale: #585858. Windows color (decimal): -16019450 or 430091. OLE color: 430091.

HSL color Cylindrical-coordinate representation of color #0B9006: hue angle of 117.83º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B9006 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB111446-
CMYK0.9200.960.44
HSL117.83º92%29.41%-
HSV(B)117.83º95.83%56.47%-
XYZ10.1420.033.5-
YUV88.581.4472.72-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.83%
GREEN value IS 144 (56.64% from 255) = 89.44%
BLUE value IS 6 (2.73% from 255) = 3.73%
R=6.83%
G=89.44%
B=3.73%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1114460.9200.960.44117.839229.41
HexB9065C0602C765c1d
Octal13220613401405416613435
Binary1011100100001101011100011000001011001110110101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,144,6); }

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

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

 a { background-color: rgb(11,144,6); }

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

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

 span { border-color: rgb(11,144,6); }

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