COLOR #8AA973

HEX: #8AA973 RGB: (138,169,115)

Color info

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

RGB color model

#8AA973 color RGB value is (138,169,115).

RGB: (138,169,115) (54%, 66%, 45%)

RGB channels and saturation

R 138 of 255 = 54%
G 169 of 255 = 66%
B 115 of 255 = 45%

138
169
115

R + G + B ~ 55%. #8AA973 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 138 + 169 + 115 = 422 (100%)
R 138 of 422 ~ 32.7%
G 169 of 422 ~ 40.05%
B 115 of 422 ~ 27.25'%

%32.7
%40.05
%27.25

CMYK color model

#8AA973 color CMYK value is (18,0,32,34).

  • cyan value is 18.34%
  • magenta value is 0.00%
  • yellow value is 31.95%
  • key color value is 33.73%

CMYK: (18,0,32,34)
C18M0Y32K34 (18%, 0%, 32%, 34%)
(0.18 / 0.00 / 0.32 / 0.34)

CMYK percentages

%18.34
%0
%31.95
%33.73

Codes

Color #8AA973 in popluar color models

8A A9 73
RGB 138 169 115
HSL 94° 23.89% 55.69%
HSB/HSV 94° 31.95% 66.27%
CMYK 18.34% 0.00% 31.95%
33.73%

Color #8AA973 in popluar number systems.

HEX 8A A9 73
Decimal 138 169 115
Binary 10001010 10101001 1110011
Octal 212 251 163

Shades and tints

Shades of #8AA973

#8AA973
(138,169,115)
#7E9A69
(126,154,105)
#728B5F
(114,139,95)
#667C55
(102,124,85)
#5A6D4B
(90,109,75)
#4E5E41
(78,94,65)
#424F37
(66,79,55)
#36402D
(54,64,45)
#2A3123
(42,49,35)
#1E2219
(30,34,25)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #8AA973

#8AA973
(138,169,115)
#94B07F
(148,176,127)
#9EB78B
(158,183,139)
#A8BE97
(168,190,151)
#B2C5A3
(178,197,163)
#BCCCAF
(188,204,175)
#C6D3BB
(198,211,187)
#D0DAC7
(208,218,199)
#DAE1D3
(218,225,211)
#E4E8DF
(228,232,223)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AA973 color. Also use rgb(138,169,115) instead hex code.

Text Font Color

.myTextColor { color: #8AA973; }

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

This text font color is #8AA973.

Background Color

.myBgColor { background-color: #8AA973; }

<div style="background-color:#8AA973">Inner text</div>

This div background color is #8AA973.

Border color

.myBorderColor { border: 1px solid #8AA973; }

<div style="border:3px solid #8AA973">Div</div>

This div border color is #8AA973.

Opacity

.myOpacity80 { color: #8AA973; opacity: 0.8; }

<p style="color:#8AA973;opacity:0.8;">80%</p>

Text with #8AA973 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 #8AA973;}

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

This text has shadow with #8AA973 color.


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

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

This text has shadow with #8AA973 primary color and red secondary color.


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

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

This text has shadow with #8AA973 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8AA973.

Preview

Color preview on black background

This text has color #8AA973 on black background.


Color preview on white background

This text has color #8AA973 on white background.


Black color preview on #8AA973 background

This text has black color on #8AA973 background.


White color preview on #8AA973 background

This text has white color on #8AA973 background.


Related colors

Complementary color

Complementary color for #hex is #75568C.


I love getcolorcode.com

Triadic colors

1 #738AA9 and #A9738A with #8AA973 are triadic colors.

2 #73A98A and #A98A73 with #8AA973 are triadic colors.