COLOR #8AC17E

HEX: #8AC17E RGB: (138,193,126)

Color info

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

RGB color model

#8AC17E color RGB value is (138,193,126).

RGB: (138,193,126) (54%, 76%, 49%)

RGB channels and saturation

R 138 of 255 = 54%
G 193 of 255 = 76%
B 126 of 255 = 49%

138
193
126

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

Portions of RGB colors in percentages

R + G + B = 138 + 193 + 126 = 457 (100%)
R 138 of 457 ~ 30.2%
G 193 of 457 ~ 42.23%
B 126 of 457 ~ 27.57'%

%30.2
%42.23
%27.57

CMYK color model

#8AC17E color CMYK value is (28,0,35,24).

  • cyan value is 28.50%
  • magenta value is 0.00%
  • yellow value is 34.72%
  • key color value is 24.31%
CMYK: (28,0,35,24) C28M0Y35K24 (28%,0%,35%,24%) (0.28/0.00/0.35/0.24) 

CMYK percentages

%28.5
%0
%34.72
%24.31

Codes

Color #8AC17E in popluar color models

8A C1 7E
RGB 138 193 126
HSL 109° 35.08% 62.55%
HSB/HSV 109° 34.72% 75.69%
CMYK 28.50% 0.00% 34.72%
24.31%

Color #8AC17E in popluar number systems.

HEX 8A C1 7E
Decimal 138 193 126
Binary 10001010 11000001 1111110
Octal 212 301 176

Shades and tints

Shades of #8AC17E

#8AC17E
(138,193,126)
#7EB073
(126,176,115)
#729F68
(114,159,104)
#668E5D
(102,142,93)
#5A7D52
(90,125,82)
#4E6C47
(78,108,71)
#425B3C
(66,91,60)
#364A31
(54,74,49)
#2A3926
(42,57,38)
#1E281B
(30,40,27)
#121710
(18,23,16)
#000000
(0,0,0)

Tints of #8AC17E

#8AC17E
(138,193,126)
#94C689
(148,198,137)
#9ECB94
(158,203,148)
#A8D09F
(168,208,159)
#B2D5AA
(178,213,170)
#BCDAB5
(188,218,181)
#C6DFC0
(198,223,192)
#D0E4CB
(208,228,203)
#DAE9D6
(218,233,214)
#E4EEE1
(228,238,225)
#EEF3EC
(238,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AC17E; }

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

This text font color is #8AC17E.

Background Color

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

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

This div background color is #8AC17E.

Border color

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

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

This div border color is #8AC17E.

Opacity

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

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

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

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

This text has shadow with #8AC17E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AC17E.

Preview

Color preview on black background

This text has color #8AC17E on black background.


Color preview on white background

This text has color #8AC17E on white background.


Black color preview on #8AC17E background

This text has black color on #8AC17E background.


White color preview on #8AC17E background

This text has white color on #8AC17E background.


Related colors

Complementary color

Complementary color for #hex is #753E81.


I love getcolorcode.com

Triadic colors

1 #7E8AC1 and #C17E8A with #8AC17E are triadic colors.

2 #7EC18A and #C18A7E with #8AC17E are triadic colors.