COLOR #9AA55D

HEX: #9AA55D RGB: (154,165,93)

Color info

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

RGB color model

#9AA55D color RGB value is (154,165,93).

RGB: (154,165,93) (60%, 65%, 36%)

RGB channels and saturation

R 154 of 255 = 60%
G 165 of 255 = 65%
B 93 of 255 = 36%

154
165
93

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

Portions of RGB colors in percentages

R + G + B = 154 + 165 + 93 = 412 (100%)
R 154 of 412 ~ 37.38%
G 165 of 412 ~ 40.05%
B 93 of 412 ~ 22.57'%

%37.38
%40.05
%22.57

CMYK color model

#9AA55D color CMYK value is (7,0,44,35).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 43.64%
  • key color value is 35.29%

CMYK: (7,0,44,35)
C7M0Y44K35 (7%, 0%, 44%, 35%)
(0.07 / 0.00 / 0.44 / 0.35)

CMYK percentages

%6.67
%0
%43.64
%35.29

Codes

Color #9AA55D in popluar color models

9A A5 5D
RGB 154 165 93
HSL 69° 28.57% 50.59%
HSB/HSV 69° 43.64% 64.71%
CMYK 6.67% 0.00% 43.64%
35.29%

Color #9AA55D in popluar number systems.

HEX 9A A5 5D
Decimal 154 165 93
Binary 10011010 10100101 1011101
Octal 232 245 135

Shades and tints

Shades of #9AA55D

#9AA55D
(154,165,93)
#8C9655
(140,150,85)
#7E874D
(126,135,77)
#707845
(112,120,69)
#62693D
(98,105,61)
#545A35
(84,90,53)
#464B2D
(70,75,45)
#383C25
(56,60,37)
#2A2D1D
(42,45,29)
#1C1E15
(28,30,21)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #9AA55D

#9AA55D
(154,165,93)
#A3AD6B
(163,173,107)
#ACB579
(172,181,121)
#B5BD87
(181,189,135)
#BEC595
(190,197,149)
#C7CDA3
(199,205,163)
#D0D5B1
(208,213,177)
#D9DDBF
(217,221,191)
#E2E5CD
(226,229,205)
#EBEDDB
(235,237,219)
#F4F5E9
(244,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AA55D color. Also use rgb(154,165,93) instead hex code.

Text Font Color

.myTextColor { color: #9AA55D; }

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

This text font color is #9AA55D.

Background Color

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

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

This div background color is #9AA55D.

Border color

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

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

This div border color is #9AA55D.

Opacity

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

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

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

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

This text has shadow with #9AA55D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AA55D.

Preview

Color preview on black background

This text has color #9AA55D on black background.


Color preview on white background

This text has color #9AA55D on white background.


Black color preview on #9AA55D background

This text has black color on #9AA55D background.


White color preview on #9AA55D background

This text has white color on #9AA55D background.


Related colors

Complementary color

Complementary color for #hex is #655AA2.


I love getcolorcode.com

Triadic colors

1 #5D9AA5 and #A55D9A with #9AA55D are triadic colors.

2 #5DA59A and #A59A5D with #9AA55D are triadic colors.