COLOR #8AC47A

HEX: #8AC47A RGB: (138,196,122)

Color info

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

RGB color model

#8AC47A color RGB value is (138,196,122).

RGB: (138,196,122) (54%, 77%, 48%)

RGB channels and saturation

R 138 of 255 = 54%
G 196 of 255 = 77%
B 122 of 255 = 48%

138
196
122

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

Portions of RGB colors in percentages

R + G + B = 138 + 196 + 122 = 456 (100%)
R 138 of 456 ~ 30.26%
G 196 of 456 ~ 42.98%
B 122 of 456 ~ 26.75'%

%30.26
%42.98
%26.75

CMYK color model

#8AC47A color CMYK value is (30,0,38,23).

  • cyan value is 29.59%
  • magenta value is 0.00%
  • yellow value is 37.76%
  • key color value is 23.14%

CMYK: (30,0,38,23)
C30M0Y38K23 (30%, 0%, 38%, 23%)
(0.30 / 0.00 / 0.38 / 0.23)

CMYK percentages

%29.59
%0
%37.76
%23.14

Codes

Color #8AC47A in popluar color models

8A C4 7A
RGB 138 196 122
HSL 107° 38.54% 62.35%
HSB/HSV 107° 37.76% 76.86%
CMYK 29.59% 0.00% 37.76%
23.14%

Color #8AC47A in popluar number systems.

HEX 8A C4 7A
Decimal 138 196 122
Binary 10001010 11000100 1111010
Octal 212 304 172

Shades and tints

Shades of #8AC47A

#8AC47A
(138,196,122)
#7EB36F
(126,179,111)
#72A264
(114,162,100)
#669159
(102,145,89)
#5A804E
(90,128,78)
#4E6F43
(78,111,67)
#425E38
(66,94,56)
#364D2D
(54,77,45)
#2A3C22
(42,60,34)
#1E2B17
(30,43,23)
#121A0C
(18,26,12)
#000000
(0,0,0)

Tints of #8AC47A

#8AC47A
(138,196,122)
#94C986
(148,201,134)
#9ECE92
(158,206,146)
#A8D39E
(168,211,158)
#B2D8AA
(178,216,170)
#BCDDB6
(188,221,182)
#C6E2C2
(198,226,194)
#D0E7CE
(208,231,206)
#DAECDA
(218,236,218)
#E4F1E6
(228,241,230)
#EEF6F2
(238,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AC47A color. Also use rgb(138,196,122) instead hex code.

Text Font Color

.myTextColor { color: #8AC47A; }

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

This text font color is #8AC47A.

Background Color

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

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

This div background color is #8AC47A.

Border color

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

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

This div border color is #8AC47A.

Opacity

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

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

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

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

This text has shadow with #8AC47A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AC47A.

Preview

Color preview on black background

This text has color #8AC47A on black background.


Color preview on white background

This text has color #8AC47A on white background.


Black color preview on #8AC47A background

This text has black color on #8AC47A background.


White color preview on #8AC47A background

This text has white color on #8AC47A background.


Related colors

Complementary color

Complementary color for #hex is #753B85.


I love getcolorcode.com

Triadic colors

1 #7A8AC4 and #C47A8A with #8AC47A are triadic colors.

2 #7AC48A and #C48A7A with #8AC47A are triadic colors.