COLOR #8AE189

HEX: #8AE189
RGB: (138,225,137)

Color info

#8AE189 contains mainly green color. Web safe color of #8AE189 is #99CC99 (or #9C9).

RGB color model

#8AE189 color RGB value is (138,225,137).

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

RGB channels and saturation

R 138 of 255 = 54%
G 225 of 255 = 88%
B 137 of 255 = 54%

138
225
137

R + G + B ~ 65%. #8AE189 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 225 + 137 = 500 (100%)
R 138 of 500 ~ 27.6%
G 225 of 500 ~ 45%
B 137 of 500 ~ 27.4%

%27.6
%45
%27.4

CMYK color model

#8AE189 color CMYK value is (39,0,39,12).

  • cyan value is 38.67%
  • magenta value is 0.00%
  • yellow value is 39.11%
  • key color value is 11.76%
CMYK:
(39,0,39,12)
C39M0Y39K12 
(39%,0%,39%,12%)
(0.39/0.00/0.39/0.12)	

CMYK percentages

%38.67
%0
%39.11
%11.76

Codes

Color #8AE189 in popluar color models

8AE189
RGB138225137
HSL119°59.46%70.98%
HSB/HSV119°39.11%88.24%
CMYK38.67%0.00%39.11%
11.76%

Color #8AE189 in popluar number systems.

HEX8AE189
Decimal138225137
Binary100010101110000110001001
Octal212341211

Shades and tints

Shades of #8AE189

#8AE189
(138,225,137)
#7ECD7D
(126,205,125)
#72B971
(114,185,113)
#66A565
(102,165,101)
#5A9159
(90,145,89)
#4E7D4D
(78,125,77)
#426941
(66,105,65)
#365535
(54,85,53)
#2A4129
(42,65,41)
#1E2D1D
(30,45,29)
#121911
(18,25,17)
#000000
(0,0,0)

Tints of #8AE189

#8AE189
(138,225,137)
#94E393
(148,227,147)
#9EE59D
(158,229,157)
#A8E7A7
(168,231,167)
#B2E9B1
(178,233,177)
#BCEBBB
(188,235,187)
#C6EDC5
(198,237,197)
#D0EFCF
(208,239,207)
#DAF1D9
(218,241,217)
#E4F3E3
(228,243,227)
#EEF5ED
(238,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AE189; }

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

This text font color is #8AE189.


Background Color

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

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

This div background color is #8AE189.


Border color

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

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

This div border color is #8AE189.


Opacity

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

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

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

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

This text has shadow with #8AE189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AE189 on black background.


Color preview on white background

This text has color #8AE189 on white background.



Black color preview on #8AE189 background

This text has black color on #8AE189 background.


White color preview on #8AE189 background

This text has white color on #8AE189 background.