COLOR #8AC389

HEX: #8AC389
RGB: (138,195,137)

Color info

#8AC389 contains red, green and blue colors in about the same proportion. Web safe color of #8AC389 is #99CC99 (or #9C9).

RGB color model

#8AC389 color RGB value is (138,195,137).

  • red value is 138;
  • green value is 195;
  • blue value is 137.
RGB:
(138,195,137)
(54%,76%,54%)

RGB channels and saturation

R 138 of 255 = 54%
G 195 of 255 = 76%
B 137 of 255 = 54%

138
195
137

R + G + B ~ 61%. #8AC389 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 195 + 137 = 470 (100%)
R 138 of 470 ~ 29.36%
G 195 of 470 ~ 41.49%
B 137 of 470 ~ 29.15%

%29.36
%41.49
%29.15

CMYK color model

#8AC389 color CMYK value is (29,0,30,24).

  • cyan value is 29.23%
  • magenta value is 0.00%
  • yellow value is 29.74%
  • key color value is 23.53%
CMYK:
(29,0,30,24)
C29M0Y30K24 
(29%,0%,30%,24%)
(0.29/0.00/0.30/0.24)	

CMYK percentages

%29.23
%0
%29.74
%23.53

Codes

Color #8AC389 in popluar color models

8AC389
RGB138195137
HSL119°32.58%65.10%
HSB/HSV119°29.74%76.47%
CMYK29.23%0.00%29.74%
23.53%

Color #8AC389 in popluar number systems.

HEX8AC389
Decimal138195137
Binary100010101100001110001001
Octal212303211

Shades and tints

Shades of #8AC389

#8AC389
(138,195,137)
#7EB27D
(126,178,125)
#72A171
(114,161,113)
#669065
(102,144,101)
#5A7F59
(90,127,89)
#4E6E4D
(78,110,77)
#425D41
(66,93,65)
#364C35
(54,76,53)
#2A3B29
(42,59,41)
#1E2A1D
(30,42,29)
#121911
(18,25,17)
#000000
(0,0,0)

Tints of #8AC389

#8AC389
(138,195,137)
#94C893
(148,200,147)
#9ECD9D
(158,205,157)
#A8D2A7
(168,210,167)
#B2D7B1
(178,215,177)
#BCDCBB
(188,220,187)
#C6E1C5
(198,225,197)
#D0E6CF
(208,230,207)
#DAEBD9
(218,235,217)
#E4F0E3
(228,240,227)
#EEF5ED
(238,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AC389 color. Also use rgb(138,195,137) instead hex code.

Text Font Color

.myTextColor { color: #8AC389; }

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

This text font color is #8AC389.


Background Color

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

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

This div background color is #8AC389.


Border color

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

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

This div border color is #8AC389.


Opacity

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

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

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

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

This text has shadow with #8AC389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AC389 on black background.


Color preview on white background

This text has color #8AC389 on white background.



Black color preview on #8AC389 background

This text has black color on #8AC389 background.


White color preview on #8AC389 background

This text has white color on #8AC389 background.