COLOR #8AE49F

HEX: #8AE49F
RGB: (138,228,159)

Color info

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

RGB color model

#8AE49F color RGB value is (138,228,159).

  • red value is 138;
  • green value is 228;
  • blue value is 159.
RGB:
(138,228,159)
(54%,89%,62%)

RGB channels and saturation

R 138 of 255 = 54%
G 228 of 255 = 89%
B 159 of 255 = 62%

138
228
159

R + G + B ~ 68%. #8AE49F is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 228 + 159 = 525 (100%)
R 138 of 525 ~ 26.29%
G 228 of 525 ~ 43.43%
B 159 of 525 ~ 30.29%

%26.29
%43.43
%30.29

CMYK color model

#8AE49F color CMYK value is (39,0,30,11).

  • cyan value is 39.47%
  • magenta value is 0.00%
  • yellow value is 30.26%
  • key color value is 10.59%
CMYK:
(39,0,30,11)
C39M0Y30K11 
(39%,0%,30%,11%)
(0.39/0.00/0.30/0.11)	

CMYK percentages

%39.47
%0
%30.26
%10.59

Codes

Color #8AE49F in popluar color models

8AE49F
RGB138228159
HSL134°62.50%71.76%
HSB/HSV134°39.47%89.41%
CMYK39.47%0.00%30.26%
10.59%

Color #8AE49F in popluar number systems.

HEX8AE49F
Decimal138228159
Binary100010101110010010011111
Octal212344237

Shades and tints

Shades of #8AE49F

#8AE49F
(138,228,159)
#7ED091
(126,208,145)
#72BC83
(114,188,131)
#66A875
(102,168,117)
#5A9467
(90,148,103)
#4E8059
(78,128,89)
#426C4B
(66,108,75)
#36583D
(54,88,61)
#2A442F
(42,68,47)
#1E3021
(30,48,33)
#121C13
(18,28,19)
#000000
(0,0,0)

Tints of #8AE49F

#8AE49F
(138,228,159)
#94E6A7
(148,230,167)
#9EE8AF
(158,232,175)
#A8EAB7
(168,234,183)
#B2ECBF
(178,236,191)
#BCEEC7
(188,238,199)
#C6F0CF
(198,240,207)
#D0F2D7
(208,242,215)
#DAF4DF
(218,244,223)
#E4F6E7
(228,246,231)
#EEF8EF
(238,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AE49F color. Also use rgb(138,228,159) instead hex code.

Text Font Color

.myTextColor { color: #8AE49F; }

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

This text font color is #8AE49F.


Background Color

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

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

This div background color is #8AE49F.


Border color

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

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

This div border color is #8AE49F.


Opacity

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

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

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

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

This text has shadow with #8AE49F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AE49F on black background.


Color preview on white background

This text has color #8AE49F on white background.



Black color preview on #8AE49F background

This text has black color on #8AE49F background.


White color preview on #8AE49F background

This text has white color on #8AE49F background.