COLOR #9AA36E

HEX: #9AA36E
RGB: (154,163,110)

Color info

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

RGB color model

#9AA36E color RGB value is (154,163,110).

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

RGB channels and saturation

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

154
163
110

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

Portions of RGB colors in percentages

R + G + B =
154 + 163 + 110 = 427 (100%)
R 154 of 427 ~ 36.07%
G 163 of 427 ~ 38.17%
B 110 of 427 ~ 25.76%

%36.07
%38.17
%25.76

CMYK color model

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

  • cyan value is 5.52%
  • magenta value is 0.00%
  • yellow value is 32.52%
  • 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
%32.52
%36.08

Codes

Color #9AA36E in popluar color models

9AA36E
RGB154163110
HSL70°22.36%53.53%
HSB/HSV70°32.52%63.92%
CMYK5.52%0.00%32.52%
36.08%

Color #9AA36E in popluar number systems.

HEX9AA36E
Decimal154163110
Binary10011010101000111101110
Octal232243156

Shades and tints

Shades of #9AA36E

#9AA36E
(154,163,110)
#8C9564
(140,149,100)
#7E875A
(126,135,90)
#707950
(112,121,80)
#626B46
(98,107,70)
#545D3C
(84,93,60)
#464F32
(70,79,50)
#384128
(56,65,40)
#2A331E
(42,51,30)
#1C2514
(28,37,20)
#0E170A
(14,23,10)
#000000
(0,0,0)

Tints of #9AA36E

#9AA36E
(154,163,110)
#A3AB7B
(163,171,123)
#ACB388
(172,179,136)
#B5BB95
(181,187,149)
#BEC3A2
(190,195,162)
#C7CBAF
(199,203,175)
#D0D3BC
(208,211,188)
#D9DBC9
(217,219,201)
#E2E3D6
(226,227,214)
#EBEBE3
(235,235,227)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AA36E; }

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

This text font color is #9AA36E.


Background Color

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

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

This div background color is #9AA36E.


Border color

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

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

This div border color is #9AA36E.


Opacity

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

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

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

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

This text has shadow with #9AA36E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AA36E on black background.


Color preview on white background

This text has color #9AA36E on white background.



Black color preview on #9AA36E background

This text has black color on #9AA36E background.


White color preview on #9AA36E background

This text has white color on #9AA36E background.