COLOR #8AC180

HEX: #8AC180 RGB: (138,193,128)

Color info

#8AC180 contains mainly red and green colors. Web safe color of #8AC180 is #99CC66 (or #9C6).

RGB color model

#8AC180 color RGB value is (138,193,128).

RGB: (138,193,128) (54%, 76%, 50%)

RGB channels and saturation

R 138 of 255 = 54%
G 193 of 255 = 76%
B 128 of 255 = 50%

138
193
128

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

Portions of RGB colors in percentages

R + G + B = 138 + 193 + 128 = 459 (100%)
R 138 of 459 ~ 30.07%
G 193 of 459 ~ 42.05%
B 128 of 459 ~ 27.89'%

%30.07
%42.05
%27.89

CMYK color model

#8AC180 color CMYK value is (28,0,34,24).

  • cyan value is 28.50%
  • magenta value is 0.00%
  • yellow value is 33.68%
  • key color value is 24.31%

CMYK: (28,0,34,24)
C28M0Y34K24 (28%, 0%, 34%, 24%)
(0.28 / 0.00 / 0.34 / 0.24)

CMYK percentages

%28.5
%0
%33.68
%24.31

Codes

Color #8AC180 in popluar color models

8A C1 80
RGB 138 193 128
HSL 111° 34.39% 62.94%
HSB/HSV 111° 33.68% 75.69%
CMYK 28.50% 0.00% 33.68%
24.31%

Color #8AC180 in popluar number systems.

HEX 8A C1 80
Decimal 138 193 128
Binary 10001010 11000001 10000000
Octal 212 301 200

Shades and tints

Shades of #8AC180

#8AC180
(138,193,128)
#7EB075
(126,176,117)
#729F6A
(114,159,106)
#668E5F
(102,142,95)
#5A7D54
(90,125,84)
#4E6C49
(78,108,73)
#425B3E
(66,91,62)
#364A33
(54,74,51)
#2A3928
(42,57,40)
#1E281D
(30,40,29)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #8AC180

#8AC180
(138,193,128)
#94C68B
(148,198,139)
#9ECB96
(158,203,150)
#A8D0A1
(168,208,161)
#B2D5AC
(178,213,172)
#BCDAB7
(188,218,183)
#C6DFC2
(198,223,194)
#D0E4CD
(208,228,205)
#DAE9D8
(218,233,216)
#E4EEE3
(228,238,227)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AC180; }

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

This text font color is #8AC180.

Background Color

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

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

This div background color is #8AC180.

Border color

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

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

This div border color is #8AC180.

Opacity

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

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

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

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

This text has shadow with #8AC180 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AC180.

Preview

Color preview on black background

This text has color #8AC180 on black background.


Color preview on white background

This text has color #8AC180 on white background.


Black color preview on #8AC180 background

This text has black color on #8AC180 background.


White color preview on #8AC180 background

This text has white color on #8AC180 background.


Related colors

Complementary color

Complementary color for #hex is #753E7F.


I love getcolorcode.com

Triadic colors

1 #808AC1 and #C1808A with #8AC180 are triadic colors.

2 #80C18A and #C18A80 with #8AC180 are triadic colors.