COLOR #9AA46E

HEX: #9AA46E
RGB: (154,164,110)

Color info

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

RGB color model

#9AA46E color RGB value is (154,164,110).

  • red value is 154;
  • green value is 164;
  • blue value is 110.
RGB:
(154,164,110)
(60%,64%,43%)

RGB channels and saturation

R 154 of 255 = 60%
G 164 of 255 = 64%
B 110 of 255 = 43%

154
164
110

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

Portions of RGB colors in percentages

R + G + B =
154 + 164 + 110 = 428 (100%)
R 154 of 428 ~ 35.98%
G 164 of 428 ~ 38.32%
B 110 of 428 ~ 25.7%

%35.98
%38.32
%25.7

CMYK color model

#9AA46E color CMYK value is (6,0,33,36).

  • cyan value is 6.10%
  • magenta value is 0.00%
  • yellow value is 32.93%
  • key color value is 35.69%
CMYK:
(6,0,33,36)
C6M0Y33K36 
(6%,0%,33%,36%)
(0.06/0.00/0.33/0.36)	

CMYK percentages

%6.1
%0
%32.93
%35.69

Codes

Color #9AA46E in popluar color models

9AA46E
RGB154164110
HSL71°22.88%53.73%
HSB/HSV71°32.93%64.31%
CMYK6.10%0.00%32.93%
35.69%

Color #9AA46E in popluar number systems.

HEX9AA46E
Decimal154164110
Binary10011010101001001101110
Octal232244156

Shades and tints

Shades of #9AA46E

#9AA46E
(154,164,110)
#8C9664
(140,150,100)
#7E885A
(126,136,90)
#707A50
(112,122,80)
#626C46
(98,108,70)
#545E3C
(84,94,60)
#465032
(70,80,50)
#384228
(56,66,40)
#2A341E
(42,52,30)
#1C2614
(28,38,20)
#0E180A
(14,24,10)
#000000
(0,0,0)

Tints of #9AA46E

#9AA46E
(154,164,110)
#A3AC7B
(163,172,123)
#ACB488
(172,180,136)
#B5BC95
(181,188,149)
#BEC4A2
(190,196,162)
#C7CCAF
(199,204,175)
#D0D4BC
(208,212,188)
#D9DCC9
(217,220,201)
#E2E4D6
(226,228,214)
#EBECE3
(235,236,227)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AA46E color. Also use rgb(154,164,110) instead hex code.

Text Font Color

.myTextColor { color: #9AA46E; }

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

This text font color is #9AA46E.


Background Color

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

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

This div background color is #9AA46E.


Border color

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

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

This div border color is #9AA46E.


Opacity

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

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

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

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

This text has shadow with #9AA46E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AA46E on black background.


Color preview on white background

This text has color #9AA46E on white background.



Black color preview on #9AA46E background

This text has black color on #9AA46E background.


White color preview on #9AA46E background

This text has white color on #9AA46E background.