COLOR #8AE48A

HEX: #8AE48A
RGB: (138,228,138)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

138
228
138

R + G + B ~ 66%. #8AE48A is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 228 + 138 = 504 (100%)
R 138 of 504 ~ 27.38%
G 228 of 504 ~ 45.24%
B 138 of 504 ~ 27.38%

%27.38
%45.24
%27.38

CMYK color model

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

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

CMYK percentages

%39.47
%0
%39.47
%10.59

Codes

Color #8AE48A in popluar color models

8AE48A
RGB138228138
HSL120°62.50%71.76%
HSB/HSV120°39.47%89.41%
CMYK39.47%0.00%39.47%
10.59%

Color #8AE48A in popluar number systems.

HEX8AE48A
Decimal138228138
Binary100010101110010010001010
Octal212344212

Shades and tints

Shades of #8AE48A

#8AE48A
(138,228,138)
#7ED07E
(126,208,126)
#72BC72
(114,188,114)
#66A866
(102,168,102)
#5A945A
(90,148,90)
#4E804E
(78,128,78)
#426C42
(66,108,66)
#365836
(54,88,54)
#2A442A
(42,68,42)
#1E301E
(30,48,30)
#121C12
(18,28,18)
#000000
(0,0,0)

Tints of #8AE48A

#8AE48A
(138,228,138)
#94E694
(148,230,148)
#9EE89E
(158,232,158)
#A8EAA8
(168,234,168)
#B2ECB2
(178,236,178)
#BCEEBC
(188,238,188)
#C6F0C6
(198,240,198)
#D0F2D0
(208,242,208)
#DAF4DA
(218,244,218)
#E4F6E4
(228,246,228)
#EEF8EE
(238,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AE48A; }

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

This text font color is #8AE48A.


Background Color

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

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

This div background color is #8AE48A.


Border color

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

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

This div border color is #8AE48A.


Opacity

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

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

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

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

This text has shadow with #8AE48A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AE48A on black background.


Color preview on white background

This text has color #8AE48A on white background.



Black color preview on #8AE48A background

This text has black color on #8AE48A background.


White color preview on #8AE48A background

This text has white color on #8AE48A background.