Color Hex Logo

#9aa371 Color Hex

#9AA371
(154,163,113)
0 Favorites   0 Comments

Color spaces of #9aa371

RGB 154163113
HSL0.200.210.54
HSV71°31°64°
CMYK 0.060.000.31   0.36
XYZ29.404334.256720.6852
Yxy34.25670.34860.4061
Hunter Lab58.5292-12.750120.0164
CIE-Lab65.1658-11.688624.9679

#9aa371 color RGB value is (154,163,113).

#9aa371 hex color red value is 154, green value is 163 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #9aa371 hue: 0.20 , saturation: 0.21 and the lightness value of 9aa371 is 0.54.

The process color (four color CMYK) of #9aa371 color hex is 0.06, 0.00, 0.31, 0.36. Web safe color of #9aa371 is #999966. Color #9aa371 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10100011 01110001
Octal 232 243 161
Decimal 154 163 113
Hex 9A A3 71

RGB Percentages of Color #9aa371

%35.81
%37.91
%26.28

CMYK Percentages of Color #9aa371

%6
%0
%31
%36

Triadic Colors of #9aa371

#9aa371 #719aa3 #a3719a

Analogous Colors of #9aa371

#9aa371 #81a371 #a39371

Monochromatic Colors of #9aa371

#9aa371

Complementary Color

#9aa371 #7a71a3

#9aa371 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aa371 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aa371 Color CSS Codes

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

#9aa371 Text Font Color

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

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


#9aa371 Background Color

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

This div background color is #9aa371


#9aa371 Border Color

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

This div border color is #9aa371


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,163,113, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aa371


Comments

No comments written yet.

Please login to write comment.