COLOR #8AA580

HEX: #8AA580 RGB: (138,165,128)

Color info

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

RGB color model

#8AA580 color RGB value is (138,165,128).

RGB: (138,165,128) (54%, 65%, 50%)

RGB channels and saturation

R 138 of 255 = 54%
G 165 of 255 = 65%
B 128 of 255 = 50%

138
165
128

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

Portions of RGB colors in percentages

R + G + B = 138 + 165 + 128 = 431 (100%)
R 138 of 431 ~ 32.02%
G 165 of 431 ~ 38.28%
B 128 of 431 ~ 29.7'%

%32.02
%38.28
%29.7

CMYK color model

#8AA580 color CMYK value is (16,0,22,35).

  • cyan value is 16.36%
  • magenta value is 0.00%
  • yellow value is 22.42%
  • key color value is 35.29%

CMYK: (16,0,22,35)
C16M0Y22K35 (16%, 0%, 22%, 35%)
(0.16 / 0.00 / 0.22 / 0.35)

CMYK percentages

%16.36
%0
%22.42
%35.29

Codes

Color #8AA580 in popluar color models

8A A5 80
RGB 138 165 128
HSL 104° 17.05% 57.45%
HSB/HSV 104° 22.42% 64.71%
CMYK 16.36% 0.00% 22.42%
35.29%

Color #8AA580 in popluar number systems.

HEX 8A A5 80
Decimal 138 165 128
Binary 10001010 10100101 10000000
Octal 212 245 200

Shades and tints

Shades of #8AA580

#8AA580
(138,165,128)
#7E9675
(126,150,117)
#72876A
(114,135,106)
#66785F
(102,120,95)
#5A6954
(90,105,84)
#4E5A49
(78,90,73)
#424B3E
(66,75,62)
#363C33
(54,60,51)
#2A2D28
(42,45,40)
#1E1E1D
(30,30,29)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #8AA580

#8AA580
(138,165,128)
#94AD8B
(148,173,139)
#9EB596
(158,181,150)
#A8BDA1
(168,189,161)
#B2C5AC
(178,197,172)
#BCCDB7
(188,205,183)
#C6D5C2
(198,213,194)
#D0DDCD
(208,221,205)
#DAE5D8
(218,229,216)
#E4EDE3
(228,237,227)
#EEF5EE
(238,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AA580 color. Also use rgb(138,165,128) instead hex code.

Text Font Color

.myTextColor { color: #8AA580; }

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

This text font color is #8AA580.

Background Color

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

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

This div background color is #8AA580.

Border color

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

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

This div border color is #8AA580.

Opacity

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

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

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

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

This text has shadow with #8AA580 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AA580.

Preview

Color preview on black background

This text has color #8AA580 on black background.


Color preview on white background

This text has color #8AA580 on white background.


Black color preview on #8AA580 background

This text has black color on #8AA580 background.


White color preview on #8AA580 background

This text has white color on #8AA580 background.


Related colors

Complementary color

Complementary color for #hex is #755A7F.


I love getcolorcode.com

Triadic colors

1 #808AA5 and #A5808A with #8AA580 are triadic colors.

2 #80A58A and #A58A80 with #8AA580 are triadic colors.