COLOR #8A9E60

HEX: #8A9E60 RGB: (138,158,96)

Color info

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

RGB color model

#8A9E60 color RGB value is (138,158,96).

RGB: (138,158,96) (54%, 62%, 38%)

RGB channels and saturation

R 138 of 255 = 54%
G 158 of 255 = 62%
B 96 of 255 = 38%

138
158
96

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

Portions of RGB colors in percentages

R + G + B = 138 + 158 + 96 = 392 (100%)
R 138 of 392 ~ 35.2%
G 158 of 392 ~ 40.31%
B 96 of 392 ~ 24.49'%

%35.2
%40.31
%24.49

CMYK color model

#8A9E60 color CMYK value is (13,0,39,38).

  • cyan value is 12.66%
  • magenta value is 0.00%
  • yellow value is 39.24%
  • key color value is 38.04%

CMYK: (13,0,39,38)
C13M0Y39K38 (13%, 0%, 39%, 38%)
(0.13 / 0.00 / 0.39 / 0.38)

CMYK percentages

%12.66
%0
%39.24
%38.04

Codes

Color #8A9E60 in popluar color models

8A 9E 60
RGB 138 158 96
HSL 79° 24.41% 49.80%
HSB/HSV 79° 39.24% 61.96%
CMYK 12.66% 0.00% 39.24%
38.04%

Color #8A9E60 in popluar number systems.

HEX 8A 9E 60
Decimal 138 158 96
Binary 10001010 10011110 1100000
Octal 212 236 140

Shades and tints

Shades of #8A9E60

#8A9E60
(138,158,96)
#7E9058
(126,144,88)
#728250
(114,130,80)
#667448
(102,116,72)
#5A6640
(90,102,64)
#4E5838
(78,88,56)
#424A30
(66,74,48)
#363C28
(54,60,40)
#2A2E20
(42,46,32)
#1E2018
(30,32,24)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #8A9E60

#8A9E60
(138,158,96)
#94A66E
(148,166,110)
#9EAE7C
(158,174,124)
#A8B68A
(168,182,138)
#B2BE98
(178,190,152)
#BCC6A6
(188,198,166)
#C6CEB4
(198,206,180)
#D0D6C2
(208,214,194)
#DADED0
(218,222,208)
#E4E6DE
(228,230,222)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A9E60; }

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

This text font color is #8A9E60.

Background Color

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

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

This div background color is #8A9E60.

Border color

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

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

This div border color is #8A9E60.

Opacity

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

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

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

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

This text has shadow with #8A9E60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A9E60.

Preview

Color preview on black background

This text has color #8A9E60 on black background.


Color preview on white background

This text has color #8A9E60 on white background.


Black color preview on #8A9E60 background

This text has black color on #8A9E60 background.


White color preview on #8A9E60 background

This text has white color on #8A9E60 background.


Related colors

Complementary color

Complementary color for #hex is #75619F.


I love getcolorcode.com

Triadic colors

1 #608A9E and #9E608A with #8A9E60 are triadic colors.

2 #609E8A and #9E8A60 with #8A9E60 are triadic colors.