COLOR #9AAE6D

HEX: #9AAE6D
RGB: (154,174,109)

Color info

#9AAE6D contains mainly red and green colors. Web safe color of #9AAE6D is #999966 (or #996).

RGB color model

#9AAE6D color RGB value is (154,174,109).

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

RGB channels and saturation

R 154 of 255 = 60%
G 174 of 255 = 68%
B 109 of 255 = 43%

154
174
109

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

Portions of RGB colors in percentages

R + G + B =
154 + 174 + 109 = 437 (100%)
R 154 of 437 ~ 35.24%
G 174 of 437 ~ 39.82%
B 109 of 437 ~ 24.94%

%35.24
%39.82
%24.94

CMYK color model

#9AAE6D color CMYK value is (11,0,37,32).

  • cyan value is 11.49%
  • magenta value is 0.00%
  • yellow value is 37.36%
  • key color value is 31.76%
CMYK:
(11,0,37,32)
C11M0Y37K32 
(11%,0%,37%,32%)
(0.11/0.00/0.37/0.32)	

CMYK percentages

%11.49
%0
%37.36
%31.76

Codes

Color #9AAE6D in popluar color models

9AAE6D
RGB154174109
HSL78°28.63%55.49%
HSB/HSV78°37.36%68.24%
CMYK11.49%0.00%37.36%
31.76%

Color #9AAE6D in popluar number systems.

HEX9AAE6D
Decimal154174109
Binary10011010101011101101101
Octal232256155

Shades and tints

Shades of #9AAE6D

#9AAE6D
(154,174,109)
#8C9F64
(140,159,100)
#7E905B
(126,144,91)
#708152
(112,129,82)
#627249
(98,114,73)
#546340
(84,99,64)
#465437
(70,84,55)
#38452E
(56,69,46)
#2A3625
(42,54,37)
#1C271C
(28,39,28)
#0E1813
(14,24,19)
#000000
(0,0,0)

Tints of #9AAE6D

#9AAE6D
(154,174,109)
#A3B57A
(163,181,122)
#ACBC87
(172,188,135)
#B5C394
(181,195,148)
#BECAA1
(190,202,161)
#C7D1AE
(199,209,174)
#D0D8BB
(208,216,187)
#D9DFC8
(217,223,200)
#E2E6D5
(226,230,213)
#EBEDE2
(235,237,226)
#F4F4EF
(244,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AAE6D; }

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

This text font color is #9AAE6D.


Background Color

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

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

This div background color is #9AAE6D.


Border color

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

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

This div border color is #9AAE6D.


Opacity

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

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

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

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

This text has shadow with #9AAE6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AAE6D on black background.


Color preview on white background

This text has color #9AAE6D on white background.



Black color preview on #9AAE6D background

This text has black color on #9AAE6D background.


White color preview on #9AAE6D background

This text has white color on #9AAE6D background.