COLOR #8ACD6F

HEX: #8ACD6F
RGB: (138,205,111)

Color info

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

RGB color model

#8ACD6F color RGB value is (138,205,111).

  • red value is 138;
  • green value is 205;
  • blue value is 111.
RGB:
(138,205,111)
(54%,80%,44%)

RGB channels and saturation

R 138 of 255 = 54%
G 205 of 255 = 80%
B 111 of 255 = 44%

138
205
111

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

Portions of RGB colors in percentages

R + G + B =
138 + 205 + 111 = 454 (100%)
R 138 of 454 ~ 30.4%
G 205 of 454 ~ 45.15%
B 111 of 454 ~ 24.45%

%30.4
%45.15
%24.45

CMYK color model

#8ACD6F color CMYK value is (33,0,46,20).

  • cyan value is 32.68%
  • magenta value is 0.00%
  • yellow value is 45.85%
  • key color value is 19.61%
CMYK:
(33,0,46,20)
C33M0Y46K20 
(33%,0%,46%,20%)
(0.33/0.00/0.46/0.20)	

CMYK percentages

%32.68
%0
%45.85
%19.61

Codes

Color #8ACD6F in popluar color models

8ACD6F
RGB138205111
HSL103°48.45%61.96%
HSB/HSV103°45.85%80.39%
CMYK32.68%0.00%45.85%
19.61%

Color #8ACD6F in popluar number systems.

HEX8ACD6F
Decimal138205111
Binary10001010110011011101111
Octal212315157

Shades and tints

Shades of #8ACD6F

#8ACD6F
(138,205,111)
#7EBB65
(126,187,101)
#72A95B
(114,169,91)
#669751
(102,151,81)
#5A8547
(90,133,71)
#4E733D
(78,115,61)
#426133
(66,97,51)
#364F29
(54,79,41)
#2A3D1F
(42,61,31)
#1E2B15
(30,43,21)
#12190B
(18,25,11)
#000000
(0,0,0)

Tints of #8ACD6F

#8ACD6F
(138,205,111)
#94D17C
(148,209,124)
#9ED589
(158,213,137)
#A8D996
(168,217,150)
#B2DDA3
(178,221,163)
#BCE1B0
(188,225,176)
#C6E5BD
(198,229,189)
#D0E9CA
(208,233,202)
#DAEDD7
(218,237,215)
#E4F1E4
(228,241,228)
#EEF5F1
(238,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ACD6F; }

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

This text font color is #8ACD6F.


Background Color

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

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

This div background color is #8ACD6F.


Border color

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

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

This div border color is #8ACD6F.


Opacity

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

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

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

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

This text has shadow with #8ACD6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ACD6F on black background.


Color preview on white background

This text has color #8ACD6F on white background.



Black color preview on #8ACD6F background

This text has black color on #8ACD6F background.


White color preview on #8ACD6F background

This text has white color on #8ACD6F background.