COLOR #9AA572

HEX: #9AA572 RGB: (154,165,114)

Color info

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

RGB color model

#9AA572 color RGB value is (154,165,114).

RGB: (154,165,114) (60%, 65%, 45%)

RGB channels and saturation

R 154 of 255 = 60%
G 165 of 255 = 65%
B 114 of 255 = 45%

154
165
114

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

Portions of RGB colors in percentages

R + G + B = 154 + 165 + 114 = 433 (100%)
R 154 of 433 ~ 35.57%
G 165 of 433 ~ 38.11%
B 114 of 433 ~ 26.33'%

%35.57
%38.11
%26.33

CMYK color model

#9AA572 color CMYK value is (7,0,31,35).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 30.91%
  • key color value is 35.29%

CMYK: (7,0,31,35)
C7M0Y31K35 (7%, 0%, 31%, 35%)
(0.07 / 0.00 / 0.31 / 0.35)

CMYK percentages

%6.67
%0
%30.91
%35.29

Codes

Color #9AA572 in popluar color models

9A A5 72
RGB 154 165 114
HSL 73° 22.08% 54.71%
HSB/HSV 73° 30.91% 64.71%
CMYK 6.67% 0.00% 30.91%
35.29%

Color #9AA572 in popluar number systems.

HEX 9A A5 72
Decimal 154 165 114
Binary 10011010 10100101 1110010
Octal 232 245 162

Shades and tints

Shades of #9AA572

#9AA572
(154,165,114)
#8C9668
(140,150,104)
#7E875E
(126,135,94)
#707854
(112,120,84)
#62694A
(98,105,74)
#545A40
(84,90,64)
#464B36
(70,75,54)
#383C2C
(56,60,44)
#2A2D22
(42,45,34)
#1C1E18
(28,30,24)
#0E0F0E
(14,15,14)
#000000
(0,0,0)

Tints of #9AA572

#9AA572
(154,165,114)
#A3AD7E
(163,173,126)
#ACB58A
(172,181,138)
#B5BD96
(181,189,150)
#BEC5A2
(190,197,162)
#C7CDAE
(199,205,174)
#D0D5BA
(208,213,186)
#D9DDC6
(217,221,198)
#E2E5D2
(226,229,210)
#EBEDDE
(235,237,222)
#F4F5EA
(244,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AA572; }

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

This text font color is #9AA572.

Background Color

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

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

This div background color is #9AA572.

Border color

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

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

This div border color is #9AA572.

Opacity

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

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

Text with #9AA572 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 #9AA572;}

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

This text has shadow with #9AA572 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AA572.

Preview

Color preview on black background

This text has color #9AA572 on black background.


Color preview on white background

This text has color #9AA572 on white background.


Black color preview on #9AA572 background

This text has black color on #9AA572 background.


White color preview on #9AA572 background

This text has white color on #9AA572 background.


Related colors

Complementary color

Complementary color for #hex is #655A8D.


I love getcolorcode.com

Triadic colors

1 #729AA5 and #A5729A with #9AA572 are triadic colors.

2 #72A59A and #A59A72 with #9AA572 are triadic colors.