COLOR #9AA36C

HEX: #9AA36C
RGB: (154,163,108)

Color info

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

RGB color model

#9AA36C color RGB value is (154,163,108).

  • red value is 154;
  • green value is 163;
  • blue value is 108.
RGB:
(154,163,108)
(60%,64%,42%)

RGB channels and saturation

R 154 of 255 = 60%
G 163 of 255 = 64%
B 108 of 255 = 42%

154
163
108

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

Portions of RGB colors in percentages

R + G + B =
154 + 163 + 108 = 425 (100%)
R 154 of 425 ~ 36.24%
G 163 of 425 ~ 38.35%
B 108 of 425 ~ 25.41%

%36.24
%38.35
%25.41

CMYK color model

#9AA36C color CMYK value is (6,0,34,36).

  • cyan value is 5.52%
  • magenta value is 0.00%
  • yellow value is 33.74%
  • key color value is 36.08%
CMYK:
(6,0,34,36)
C6M0Y34K36 
(6%,0%,34%,36%)
(0.06/0.00/0.34/0.36)	

CMYK percentages

%5.52
%0
%33.74
%36.08

Codes

Color #9AA36C in popluar color models

9AA36C
RGB154163108
HSL70°23.01%53.14%
HSB/HSV70°33.74%63.92%
CMYK5.52%0.00%33.74%
36.08%

Color #9AA36C in popluar number systems.

HEX9AA36C
Decimal154163108
Binary10011010101000111101100
Octal232243154

Shades and tints

Shades of #9AA36C

#9AA36C
(154,163,108)
#8C9563
(140,149,99)
#7E875A
(126,135,90)
#707951
(112,121,81)
#626B48
(98,107,72)
#545D3F
(84,93,63)
#464F36
(70,79,54)
#38412D
(56,65,45)
#2A3324
(42,51,36)
#1C251B
(28,37,27)
#0E1712
(14,23,18)
#000000
(0,0,0)

Tints of #9AA36C

#9AA36C
(154,163,108)
#A3AB79
(163,171,121)
#ACB386
(172,179,134)
#B5BB93
(181,187,147)
#BEC3A0
(190,195,160)
#C7CBAD
(199,203,173)
#D0D3BA
(208,211,186)
#D9DBC7
(217,219,199)
#E2E3D4
(226,227,212)
#EBEBE1
(235,235,225)
#F4F3EE
(244,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AA36C; }

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

This text font color is #9AA36C.


Background Color

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

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

This div background color is #9AA36C.


Border color

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

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

This div border color is #9AA36C.


Opacity

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

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

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

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

This text has shadow with #9AA36C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AA36C on black background.


Color preview on white background

This text has color #9AA36C on white background.



Black color preview on #9AA36C background

This text has black color on #9AA36C background.


White color preview on #9AA36C background

This text has white color on #9AA36C background.