Color Hex Logo

#099211 Color Hex

#099211
(9,146,17)
0 Favorites   0 Comments

Color spaces of #099211

RGB 914617
HSL0.340.880.30
HSV124°94°57°
CMYK 0.940.000.88   0.43
XYZ10.492720.65633.9644
Yxy20.65630.29880.5883
Hunter Lab45.4492-38.326426.6427
CIE-Lab52.5713-55.708551.9382

#099211 color RGB value is (9,146,17).

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

The process color (four color CMYK) of #099211 color hex is 0.94, 0.00, 0.88, 0.43. Web safe color of #099211 is #009900. Color #099211 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10010010 00010001
Octal 11 222 21
Decimal 9 146 17
Hex 9 92 11

RGB Percentages of Color #099211

%5.23
%84.88
%9.88

CMYK Percentages of Color #099211

%94
%0
%88
%43

Triadic Colors of #099211

#099211 #110992 #921109

Analogous Colors of #099211

#099211 #099256 #459209

Monochromatic Colors of #099211

#099211

Complementary Color

#099211 #92098a

#099211 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#099211 Color Preview on White Background

Lorem ipsum dolor sit amet.

#099211 Color CSS Codes

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

#099211 Text Font Color

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

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


#099211 Background Color

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

This div background color is #099211


#099211 Border Color

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

This div border color is #099211


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,146,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 #099211">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #099211


Comments

No comments written yet.

Please login to write comment.