COLOR #8ACD79

HEX: #8ACD79 RGB: (138,205,121)

Color info

#8ACD79 contains mainly green color. Web safe color of #8ACD79 is #99CC66 (or #9C6).

RGB color model

#8ACD79 color RGB value is (138,205,121).

RGB: (138,205,121) (54%, 80%, 47%)

RGB channels and saturation

R 138 of 255 = 54%
G 205 of 255 = 80%
B 121 of 255 = 47%

138
205
121

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

Portions of RGB colors in percentages

R + G + B = 138 + 205 + 121 = 464 (100%)
R 138 of 464 ~ 29.74%
G 205 of 464 ~ 44.18%
B 121 of 464 ~ 26.08'%

%29.74
%44.18
%26.08

CMYK color model

#8ACD79 color CMYK value is (33,0,41,20).

  • cyan value is 32.68%
  • magenta value is 0.00%
  • yellow value is 40.98%
  • key color value is 19.61%

CMYK: (33,0,41,20)
C33M0Y41K20 (33%, 0%, 41%, 20%)
(0.33 / 0.00 / 0.41 / 0.20)

CMYK percentages

%32.68
%0
%40.98
%19.61

Codes

Color #8ACD79 in popluar color models

8A CD 79
RGB 138 205 121
HSL 108° 45.65% 63.92%
HSB/HSV 108° 40.98% 80.39%
CMYK 32.68% 0.00% 40.98%
19.61%

Color #8ACD79 in popluar number systems.

HEX 8A CD 79
Decimal 138 205 121
Binary 10001010 11001101 1111001
Octal 212 315 171

Shades and tints

Shades of #8ACD79

#8ACD79
(138,205,121)
#7EBB6E
(126,187,110)
#72A963
(114,169,99)
#669758
(102,151,88)
#5A854D
(90,133,77)
#4E7342
(78,115,66)
#426137
(66,97,55)
#364F2C
(54,79,44)
#2A3D21
(42,61,33)
#1E2B16
(30,43,22)
#12190B
(18,25,11)
#000000
(0,0,0)

Tints of #8ACD79

#8ACD79
(138,205,121)
#94D185
(148,209,133)
#9ED591
(158,213,145)
#A8D99D
(168,217,157)
#B2DDA9
(178,221,169)
#BCE1B5
(188,225,181)
#C6E5C1
(198,229,193)
#D0E9CD
(208,233,205)
#DAEDD9
(218,237,217)
#E4F1E5
(228,241,229)
#EEF5F1
(238,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ACD79 color. Also use rgb(138,205,121) instead hex code.

Text Font Color

.myTextColor { color: #8ACD79; }

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

This text font color is #8ACD79.

Background Color

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

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

This div background color is #8ACD79.

Border color

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

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

This div border color is #8ACD79.

Opacity

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

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

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

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

This text has shadow with #8ACD79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ACD79.

Preview

Color preview on black background

This text has color #8ACD79 on black background.


Color preview on white background

This text has color #8ACD79 on white background.


Black color preview on #8ACD79 background

This text has black color on #8ACD79 background.


White color preview on #8ACD79 background

This text has white color on #8ACD79 background.


Related colors

Complementary color

Complementary color for #hex is #753286.


I love getcolorcode.com

Triadic colors

1 #798ACD and #CD798A with #8ACD79 are triadic colors.

2 #79CD8A and #CD8A79 with #8ACD79 are triadic colors.