COLOR #9AA372

HEX: #9AA372 RGB: (154,163,114)

Color info

#9AA372 contains red, green and blue colors in about the same proportion. Web safe color of #9AA372 is #999966 (or #996).

RGB color model

#9AA372 color RGB value is (154,163,114).

RGB: (154,163,114) (60%, 64%, 45%)

RGB channels and saturation

R 154 of 255 = 60%
G 163 of 255 = 64%
B 114 of 255 = 45%

154
163
114

R + G + B ~ 56%. #9AA372 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 154 + 163 + 114 = 431 (100%)
R 154 of 431 ~ 35.73%
G 163 of 431 ~ 37.82%
B 114 of 431 ~ 26.45'%

%35.73
%37.82
%26.45

CMYK color model

#9AA372 color CMYK value is (6,0,30,36).

  • cyan value is 5.52%
  • magenta value is 0.00%
  • yellow value is 30.06%
  • key color value is 36.08%

CMYK: (6,0,30,36)
C6M0Y30K36 (6%, 0%, 30%, 36%)
(0.06 / 0.00 / 0.30 / 0.36)

CMYK percentages

%5.52
%0
%30.06
%36.08

Codes

Color #9AA372 in popluar color models

9A A3 72
RGB 154 163 114
HSL 71° 21.03% 54.31%
HSB/HSV 71° 30.06% 63.92%
CMYK 5.52% 0.00% 30.06%
36.08%

Color #9AA372 in popluar number systems.

HEX 9A A3 72
Decimal 154 163 114
Binary 10011010 10100011 1110010
Octal 232 243 162

Shades and tints

Shades of #9AA372

#9AA372
(154,163,114)
#8C9568
(140,149,104)
#7E875E
(126,135,94)
#707954
(112,121,84)
#626B4A
(98,107,74)
#545D40
(84,93,64)
#464F36
(70,79,54)
#38412C
(56,65,44)
#2A3322
(42,51,34)
#1C2518
(28,37,24)
#0E170E
(14,23,14)
#000000
(0,0,0)

Tints of #9AA372

#9AA372
(154,163,114)
#A3AB7E
(163,171,126)
#ACB38A
(172,179,138)
#B5BB96
(181,187,150)
#BEC3A2
(190,195,162)
#C7CBAE
(199,203,174)
#D0D3BA
(208,211,186)
#D9DBC6
(217,219,198)
#E2E3D2
(226,227,210)
#EBEBDE
(235,235,222)
#F4F3EA
(244,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AA372 color. Also use rgb(154,163,114) instead hex code.

Text Font Color

.myTextColor { color: #9AA372; }

<p style="color:#9AA372">This sample text font color is #9AA372.</p>

This text font color is #9AA372.

Background Color

.myBgColor { background-color: #9AA372; }

<div style="background-color:#9AA372">Inner text</div>

This div background color is #9AA372.

Border color

.myBorderColor { border: 1px solid #9AA372; }

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

This div border color is #9AA372.

Opacity

.myOpacity80 { color: #9AA372; opacity: 0.8; }

<p style="color:#9AA372;opacity:0.8;">80%</p>

Text with #9AA372 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #9AA372;}

<p style="text-shadow: 3px 3px 1px #9AA372">Text here.</p>

This text has shadow with #9AA372 color.


.textShadow {text-shadow: 3px 3px 1px #9AA372', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9AA372, 5px 5px 20px red">Text here.</p>

This text has shadow with #9AA372 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9AA372, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9AA372, Direction=45, Strength=4)">Text</p>

This text has shadow with #9AA372 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9AA372;
-webkit-box-shadow: 1px 1px 3px 2px #9AA372;
box-shadow: 1px 1px 3px 2px #9AA372;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9AA372; -webkit-box-shadow: 1px 1px 3px 2px #9AA372; box-shadow:1px 1px 3px 2px #9AA372;">
Div content here
</div>

This div box has shadow with color #9AA372.

Preview

Color preview on black background

This text has color #9AA372 on black background.


Color preview on white background

This text has color #9AA372 on white background.


Black color preview on #9AA372 background

This text has black color on #9AA372 background.


White color preview on #9AA372 background

This text has white color on #9AA372 background.


Related colors

Complementary color

Complementary color for #hex is #655C8D.


I love getcolorcode.com

Triadic colors

1 #729AA3 and #A3729A with #9AA372 are triadic colors.

2 #72A39A and #A39A72 with #9AA372 are triadic colors.