#0B9605

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

Shades of Islamic Green #0B9605

Tints of Islamic Green #0B9605

Color information

#0B9605 (or 0x0B9605) is unknown color: approx Islamic Green. HEX triplet: 0B, 96 and 05. RGB value is (11,150,5). Sum of RGB (Red+Green+Blue) = 11+150+5=166 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.63% from 166); Green value is 150 (58.98% from 255 or 90.36% from 166); Blue value is 5 (2.34% from 255 or 3.01% from 166); Max value from RGB is 150 - color contains mainly: green. Hex color #0B9605 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B9605 is #F469FA. Grayscale: #5C5C5C. Windows color (decimal): -16017915 or 366091. OLE color: 366091.

HSL color Cylindrical-coordinate representation of color #0B9605: hue angle of 117.52º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0B9605 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB111505-
CMYK0.9300.970.41
HSL117.52º93.55%30.39%-
HSV(B)117.52º96.67%58.82%-
XYZ11.0721.893.79-
YUV91.9178.9570.29-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.63%
GREEN value IS 150 (58.98% from 255) = 90.36%
BLUE value IS 5 (2.34% from 255) = 3.01%
R=6.63%
G=90.36%
B=3.01%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1115050.9300.970.41117.5293.5530.39
HexB9655D06129765e1e
Octal13226513501415116613636
Binary1011100101101011011101011000011010011110110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,150,5); }

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

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

 a { background-color: rgb(11,150,5); }

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

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

 span { border-color: rgb(11,150,5); }

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