Color Hex Logo

#0b9616 Color Hex

#0B9616
(11,150,22)
0 Favorites   0 Comments

Color spaces of #0b9616

RGB 1115022
HSL0.350.860.32
HSV125°93°59°
CMYK 0.930.000.85   0.41
XYZ11.189221.94184.4045
Yxy21.94180.29810.5846
Hunter Lab46.8421-39.335227.2145
CIE-Lab53.9652-56.522951.9741

#0b9616 color RGB value is (11,150,22).

#0b9616 hex color red value is 11, green value is 150 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #0b9616 hue: 0.35 , saturation: 0.86 and the lightness value of 0b9616 is 0.32.

The process color (four color CMYK) of #0b9616 color hex is 0.93, 0.00, 0.85, 0.41. Web safe color of #0b9616 is #009900. Color #0b9616 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10010110 00010110
Octal 13 226 26
Decimal 11 150 22
Hex B 96 16

RGB Percentages of Color #0b9616

%6.01
%81.97
%12.02

CMYK Percentages of Color #0b9616

%93
%0
%85
%41

Triadic Colors of #0b9616

#0b9616 #160b96 #96160b

Analogous Colors of #0b9616

#0b9616 #0b965c #45960b

Monochromatic Colors of #0b9616

#0b9616

Complementary Color

#0b9616 #960b8b

#0b9616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b9616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b9616 Color CSS Codes

.mybgcolor {background-color:#0b9616; } 
.myforecolor {color:#0b9616; }
.mybordercolor {border:3px solid #0b9616; }

#0b9616 Text Font Color

<p style="color:#0b9616">Text here</p>

This sample text font color is #0b9616
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0b9616 Background Color

<div style="background-color:#0b9616">
Div content here</div>

This div background color is #0b9616


#0b9616 Border Color

<div style="border:3px solid #0b9616">
Div here</div>

This div border color is #0b9616


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(11,150,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0b9616; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0b9616;
  -webkit-box-shadow: 1px 1px 3px 2px #0b9616;
  box-shadow:         1px 1px 3px 2px #0b9616; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(11,150,22, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0b9616">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0b9616;
  -webkit-box-shadow: 1px 1px 3px 2px #0b9616;
  box-shadow:         1px 1px 3px 2px #0b9616;">
Div content here</div>

This div box has shadow with color #0b9616


Comments

No comments written yet.

Please login to write comment.