COLOR #8ACD68

HEX: #8ACD68 RGB: (138,205,104)

Color info

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

RGB color model

#8ACD68 color RGB value is (138,205,104).

RGB: (138,205,104) (54%, 80%, 41%)

RGB channels and saturation

R 138 of 255 = 54%
G 205 of 255 = 80%
B 104 of 255 = 41%

138
205
104

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

Portions of RGB colors in percentages

R + G + B = 138 + 205 + 104 = 447 (100%)
R 138 of 447 ~ 30.87%
G 205 of 447 ~ 45.86%
B 104 of 447 ~ 23.27'%

%30.87
%45.86
%23.27

CMYK color model

#8ACD68 color CMYK value is (33,0,49,20).

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

CMYK: (33,0,49,20)
C33M0Y49K20 (33%, 0%, 49%, 20%)
(0.33 / 0.00 / 0.49 / 0.20)

CMYK percentages

%32.68
%0
%49.27
%19.61

Codes

Color #8ACD68 in popluar color models

8A CD 68
RGB 138 205 104
HSL 100° 50.25% 60.59%
HSB/HSV 100° 49.27% 80.39%
CMYK 32.68% 0.00% 49.27%
19.61%

Color #8ACD68 in popluar number systems.

HEX 8A CD 68
Decimal 138 205 104
Binary 10001010 11001101 1101000
Octal 212 315 150

Shades and tints

Shades of #8ACD68

#8ACD68
(138,205,104)
#7EBB5F
(126,187,95)
#72A956
(114,169,86)
#66974D
(102,151,77)
#5A8544
(90,133,68)
#4E733B
(78,115,59)
#426132
(66,97,50)
#364F29
(54,79,41)
#2A3D20
(42,61,32)
#1E2B17
(30,43,23)
#12190E
(18,25,14)
#000000
(0,0,0)

Tints of #8ACD68

#8ACD68
(138,205,104)
#94D175
(148,209,117)
#9ED582
(158,213,130)
#A8D98F
(168,217,143)
#B2DD9C
(178,221,156)
#BCE1A9
(188,225,169)
#C6E5B6
(198,229,182)
#D0E9C3
(208,233,195)
#DAEDD0
(218,237,208)
#E4F1DD
(228,241,221)
#EEF5EA
(238,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ACD68; }

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

This text font color is #8ACD68.

Background Color

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

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

This div background color is #8ACD68.

Border color

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

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

This div border color is #8ACD68.

Opacity

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

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

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

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

This text has shadow with #8ACD68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ACD68.

Preview

Color preview on black background

This text has color #8ACD68 on black background.


Color preview on white background

This text has color #8ACD68 on white background.


Black color preview on #8ACD68 background

This text has black color on #8ACD68 background.


White color preview on #8ACD68 background

This text has white color on #8ACD68 background.


Related colors

Complementary color

Complementary color for #hex is #753297.


I love getcolorcode.com

Triadic colors

1 #688ACD and #CD688A with #8ACD68 are triadic colors.

2 #68CD8A and #CD8A68 with #8ACD68 are triadic colors.