Color Hex Logo

#099411 Color Hex

#099411
(9,148,17)
0 Favorites   0 Comments

Color spaces of #099411

RGB 914817
HSL0.340.890.31
HSV123°94°58°
CMYK 0.940.000.89   0.42
XYZ10.803721.27844.0680
Yxy21.27840.29890.5886
Hunter Lab46.1285-38.918627.0613
CIE-Lab53.2528-56.299652.5409

#099411 color RGB value is (9,148,17).

#099411 hex color red value is 9, green value is 148 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #099411 hue: 0.34 , saturation: 0.89 and the lightness value of 099411 is 0.31.

The process color (four color CMYK) of #099411 color hex is 0.94, 0.00, 0.89, 0.42. Web safe color of #099411 is #009900. Color #099411 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10010100 00010001
Octal 11 224 21
Decimal 9 148 17
Hex 9 94 11

RGB Percentages of Color #099411

%5.17
%85.06
%9.77

CMYK Percentages of Color #099411

%94
%0
%89
%42

Triadic Colors of #099411

#099411 #110994 #941109

Analogous Colors of #099411

#099411 #099457 #479409

Monochromatic Colors of #099411

#099411

Complementary Color

#099411 #94098c

#099411 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#099411 Color Preview on White Background

Lorem ipsum dolor sit amet.

#099411 Color CSS Codes

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

#099411 Text Font Color

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

This sample text font color is #099411
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.


#099411 Background Color

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

This div background color is #099411


#099411 Border Color

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

This div border color is #099411


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,148,17, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #099411; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #099411;
  -webkit-box-shadow: 1px 1px 3px 2px #099411;
  box-shadow:         1px 1px 3px 2px #099411; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,148,17, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #099411


Comments

No comments written yet.

Please login to write comment.