Color Hex Logo

#9aa811 Color Hex

#9AA811
(154,168,17)
0 Favorites   0 Comments

Color spaces of #9aa811

RGB 15416817
HSL0.180.820.36
HSV66°90°66°
CMYK 0.080.000.90   0.34
XYZ27.430234.91585.8240
Yxy34.91580.40240.5122
Hunter Lab59.0896-20.544635.5190
CIE-Lab65.6831-21.661765.4770

#9aa811 color RGB value is (154,168,17).

#9aa811 hex color red value is 154, green value is 168 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #9aa811 hue: 0.18 , saturation: 0.82 and the lightness value of 9aa811 is 0.36.

The process color (four color CMYK) of #9aa811 color hex is 0.08, 0.00, 0.90, 0.34. Web safe color of #9aa811 is #999900. Color #9aa811 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10101000 00010001
Octal 232 250 21
Decimal 154 168 17
Hex 9A A8 11

RGB Percentages of Color #9aa811

%45.43
%49.56
%5.01

CMYK Percentages of Color #9aa811

%8
%0
%90
%34

Triadic Colors of #9aa811

#9aa811 #119aa8 #a8119a

Analogous Colors of #9aa811

#9aa811 #4fa811 #a86b11

Monochromatic Colors of #9aa811

#9aa811

Complementary Color

#9aa811 #1f11a8

#9aa811 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aa811 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aa811 Color CSS Codes

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

#9aa811 Text Font Color

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

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


#9aa811 Background Color

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

This div background color is #9aa811


#9aa811 Border Color

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

This div border color is #9aa811


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aa811


Comments

No comments written yet.

Please login to write comment.