COLOR #9AA36D

HEX: #9AA36D
RGB: (154,163,109)

Color info

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

RGB color model

#9AA36D color RGB value is (154,163,109).

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

RGB channels and saturation

R 154 of 255 = 60%
G 163 of 255 = 64%
B 109 of 255 = 43%

154
163
109

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

Portions of RGB colors in percentages

R + G + B =
154 + 163 + 109 = 426 (100%)
R 154 of 426 ~ 36.15%
G 163 of 426 ~ 38.26%
B 109 of 426 ~ 25.59%

%36.15
%38.26
%25.59

CMYK color model

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

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

CMYK percentages

%5.52
%0
%33.13
%36.08

Codes

Color #9AA36D in popluar color models

9AA36D
RGB154163109
HSL70°22.69%53.33%
HSB/HSV70°33.13%63.92%
CMYK5.52%0.00%33.13%
36.08%

Color #9AA36D in popluar number systems.

HEX9AA36D
Decimal154163109
Binary10011010101000111101101
Octal232243155

Shades and tints

Shades of #9AA36D

#9AA36D
(154,163,109)
#8C9564
(140,149,100)
#7E875B
(126,135,91)
#707952
(112,121,82)
#626B49
(98,107,73)
#545D40
(84,93,64)
#464F37
(70,79,55)
#38412E
(56,65,46)
#2A3325
(42,51,37)
#1C251C
(28,37,28)
#0E1713
(14,23,19)
#000000
(0,0,0)

Tints of #9AA36D

#9AA36D
(154,163,109)
#A3AB7A
(163,171,122)
#ACB387
(172,179,135)
#B5BB94
(181,187,148)
#BEC3A1
(190,195,161)
#C7CBAE
(199,203,174)
#D0D3BB
(208,211,187)
#D9DBC8
(217,219,200)
#E2E3D5
(226,227,213)
#EBEBE2
(235,235,226)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AA36D; }

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

This text font color is #9AA36D.


Background Color

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

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

This div background color is #9AA36D.


Border color

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

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

This div border color is #9AA36D.


Opacity

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

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

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

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

This text has shadow with #9AA36D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AA36D on black background.


Color preview on white background

This text has color #9AA36D on white background.



Black color preview on #9AA36D background

This text has black color on #9AA36D background.


White color preview on #9AA36D background

This text has white color on #9AA36D background.