#0B9505

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

Shades of Islamic Green #0B9505

Tints of Islamic Green #0B9505

Color information

#0B9505 (or 0x0B9505) is unknown color: approx Islamic Green. HEX triplet: 0B, 95 and 05. RGB value is (11,149,5). Sum of RGB (Red+Green+Blue) = 11+149+5=165 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.67% from 165); Green value is 149 (58.59% from 255 or 90.30% from 165); Blue value is 5 (2.34% from 255 or 3.03% from 165); Max value from RGB is 149 - color contains mainly: green. Hex color #0B9505 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B9505 is #F46AFA. Grayscale: #5B5B5B. Windows color (decimal): -16018171 or 365835. OLE color: 365835.

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

Color convert

RGB111495-
CMYK0.9300.970.42
HSL117.5º93.51%30.2%-
HSV(B)117.5º96.64%58.43%-
XYZ10.9121.583.73-
YUV91.3279.2870.71-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.67%
GREEN value IS 149 (58.59% from 255) = 90.30%
BLUE value IS 5 (2.34% from 255) = 3.03%
R=6.67%
G=90.30%
B=3.03%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1114950.9300.970.42117.593.5130.2
HexB9555D0612A765e1e
Octal13225513501415216613636
Binary1011100101011011011101011000011010101110110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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