COLOR #8AC089

HEX: #8AC089
RGB: (138,192,137)

Color info

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

RGB color model

#8AC089 color RGB value is (138,192,137).

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

RGB channels and saturation

R 138 of 255 = 54%
G 192 of 255 = 75%
B 137 of 255 = 54%

138
192
137

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

Portions of RGB colors in percentages

R + G + B =
138 + 192 + 137 = 467 (100%)
R 138 of 467 ~ 29.55%
G 192 of 467 ~ 41.11%
B 137 of 467 ~ 29.34%

%29.55
%41.11
%29.34

CMYK color model

#8AC089 color CMYK value is (28,0,29,25).

  • cyan value is 28.13%
  • magenta value is 0.00%
  • yellow value is 28.65%
  • key color value is 24.71%
CMYK: (28,0,29,25) C28M0Y29K25 (28%,0%,29%,25%) (0.28/0.00/0.29/0.25)

CMYK percentages

%28.13
%0
%28.65
%24.71

Codes

Color #8AC089 in popluar color models

8AC089
RGB138192137
HSL119°30.39%64.51%
HSB/HSV119°28.65%75.29%
CMYK28.13%0.00%28.65%
24.71%

Color #8AC089 in popluar number systems.

HEX8AC089
Decimal138192137
Binary100010101100000010001001
Octal212300211

Shades and tints

Shades of #8AC089

#8AC089
(138,192,137)
#7EAF7D
(126,175,125)
#729E71
(114,158,113)
#668D65
(102,141,101)
#5A7C59
(90,124,89)
#4E6B4D
(78,107,77)
#425A41
(66,90,65)
#364935
(54,73,53)
#2A3829
(42,56,41)
#1E271D
(30,39,29)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #8AC089

#8AC089
(138,192,137)
#94C593
(148,197,147)
#9ECA9D
(158,202,157)
#A8CFA7
(168,207,167)
#B2D4B1
(178,212,177)
#BCD9BB
(188,217,187)
#C6DEC5
(198,222,197)
#D0E3CF
(208,227,207)
#DAE8D9
(218,232,217)
#E4EDE3
(228,237,227)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AC089; }

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

This text font color is #8AC089.


Background Color

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

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

This div background color is #8AC089.


Border color

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

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

This div border color is #8AC089.


Opacity

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

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

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

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

This text has shadow with #8AC089 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8AC089 on black background.


Color preview on white background

This text has color #8AC089 on white background.



Black color preview on #8AC089 background

This text has black color on #8AC089 background.


White color preview on #8AC089 background

This text has white color on #8AC089 background.