COLOR #8AC57D

HEX: #8AC57D
RGB: (138,197,125)

Color info

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

RGB color model

#8AC57D color RGB value is (138,197,125).

  • red value is 138;
  • green value is 197;
  • blue value is 125.
RGB:
(138,197,125)
(54%,77%,49%)

RGB channels and saturation

R 138 of 255 = 54%
G 197 of 255 = 77%
B 125 of 255 = 49%

138
197
125

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

Portions of RGB colors in percentages

R + G + B =
138 + 197 + 125 = 460 (100%)
R 138 of 460 ~ 30%
G 197 of 460 ~ 42.83%
B 125 of 460 ~ 27.17%

%30
%42.83
%27.17

CMYK color model

#8AC57D color CMYK value is (30,0,37,23).

  • cyan value is 29.95%
  • magenta value is 0.00%
  • yellow value is 36.55%
  • key color value is 22.75%
CMYK:
(30,0,37,23)
C30M0Y37K23 
(30%,0%,37%,23%)
(0.30/0.00/0.37/0.23)	

CMYK percentages

%29.95
%0
%36.55
%22.75

Codes

Color #8AC57D in popluar color models

8AC57D
RGB138197125
HSL109°38.30%63.14%
HSB/HSV109°36.55%77.25%
CMYK29.95%0.00%36.55%
22.75%

Color #8AC57D in popluar number systems.

HEX8AC57D
Decimal138197125
Binary10001010110001011111101
Octal212305175

Shades and tints

Shades of #8AC57D

#8AC57D
(138,197,125)
#7EB472
(126,180,114)
#72A367
(114,163,103)
#66925C
(102,146,92)
#5A8151
(90,129,81)
#4E7046
(78,112,70)
#425F3B
(66,95,59)
#364E30
(54,78,48)
#2A3D25
(42,61,37)
#1E2C1A
(30,44,26)
#121B0F
(18,27,15)
#000000
(0,0,0)

Tints of #8AC57D

#8AC57D
(138,197,125)
#94CA88
(148,202,136)
#9ECF93
(158,207,147)
#A8D49E
(168,212,158)
#B2D9A9
(178,217,169)
#BCDEB4
(188,222,180)
#C6E3BF
(198,227,191)
#D0E8CA
(208,232,202)
#DAEDD5
(218,237,213)
#E4F2E0
(228,242,224)
#EEF7EB
(238,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AC57D color. Also use rgb(138,197,125) instead hex code.

Text Font Color

.myTextColor { color: #8AC57D; }

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

This text font color is #8AC57D.


Background Color

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

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

This div background color is #8AC57D.


Border color

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

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

This div border color is #8AC57D.


Opacity

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

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

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

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

This text has shadow with #8AC57D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AC57D on black background.


Color preview on white background

This text has color #8AC57D on white background.



Black color preview on #8AC57D background

This text has black color on #8AC57D background.


White color preview on #8AC57D background

This text has white color on #8AC57D background.