COLOR #8AA960

HEX: #8AA960 RGB: (138,169,96)

Color info

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

RGB color model

#8AA960 color RGB value is (138,169,96).

RGB: (138,169,96) (54%, 66%, 38%)

RGB channels and saturation

R 138 of 255 = 54%
G 169 of 255 = 66%
B 96 of 255 = 38%

138
169
96

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

Portions of RGB colors in percentages

R + G + B = 138 + 169 + 96 = 403 (100%)
R 138 of 403 ~ 34.24%
G 169 of 403 ~ 41.94%
B 96 of 403 ~ 23.82'%

%34.24
%41.94
%23.82

CMYK color model

#8AA960 color CMYK value is (18,0,43,34).

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

CMYK: (18,0,43,34)
C18M0Y43K34 (18%, 0%, 43%, 34%)
(0.18 / 0.00 / 0.43 / 0.34)

CMYK percentages

%18.34
%0
%43.2
%33.73

Codes

Color #8AA960 in popluar color models

8A A9 60
RGB 138 169 96
HSL 85° 29.80% 51.96%
HSB/HSV 85° 43.20% 66.27%
CMYK 18.34% 0.00% 43.20%
33.73%

Color #8AA960 in popluar number systems.

HEX 8A A9 60
Decimal 138 169 96
Binary 10001010 10101001 1100000
Octal 212 251 140

Shades and tints

Shades of #8AA960

#8AA960
(138,169,96)
#7E9A58
(126,154,88)
#728B50
(114,139,80)
#667C48
(102,124,72)
#5A6D40
(90,109,64)
#4E5E38
(78,94,56)
#424F30
(66,79,48)
#364028
(54,64,40)
#2A3120
(42,49,32)
#1E2218
(30,34,24)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #8AA960

#8AA960
(138,169,96)
#94B06E
(148,176,110)
#9EB77C
(158,183,124)
#A8BE8A
(168,190,138)
#B2C598
(178,197,152)
#BCCCA6
(188,204,166)
#C6D3B4
(198,211,180)
#D0DAC2
(208,218,194)
#DAE1D0
(218,225,208)
#E4E8DE
(228,232,222)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AA960; }

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

This text font color is #8AA960.

Background Color

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

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

This div background color is #8AA960.

Border color

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

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

This div border color is #8AA960.

Opacity

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

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

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

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

This text has shadow with #8AA960 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AA960.

Preview

Color preview on black background

This text has color #8AA960 on black background.


Color preview on white background

This text has color #8AA960 on white background.


Black color preview on #8AA960 background

This text has black color on #8AA960 background.


White color preview on #8AA960 background

This text has white color on #8AA960 background.


Related colors

Complementary color

Complementary color for #hex is #75569F.


I love getcolorcode.com

Triadic colors

1 #608AA9 and #A9608A with #8AA960 are triadic colors.

2 #60A98A and #A98A60 with #8AA960 are triadic colors.