COLOR #8AE498

HEX: #8AE498
RGB: (138,228,152)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

138
228
152

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

Portions of RGB colors in percentages

R + G + B =
138 + 228 + 152 = 518 (100%)
R 138 of 518 ~ 26.64%
G 228 of 518 ~ 44.02%
B 152 of 518 ~ 29.34%

%26.64
%44.02
%29.34

CMYK color model

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

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

CMYK percentages

%39.47
%0
%33.33
%10.59

Codes

Color #8AE498 in popluar color models

8AE498
RGB138228152
HSL129°62.50%71.76%
HSB/HSV129°39.47%89.41%
CMYK39.47%0.00%33.33%
10.59%

Color #8AE498 in popluar number systems.

HEX8AE498
Decimal138228152
Binary100010101110010010011000
Octal212344230

Shades and tints

Shades of #8AE498

#8AE498
(138,228,152)
#7ED08B
(126,208,139)
#72BC7E
(114,188,126)
#66A871
(102,168,113)
#5A9464
(90,148,100)
#4E8057
(78,128,87)
#426C4A
(66,108,74)
#36583D
(54,88,61)
#2A4430
(42,68,48)
#1E3023
(30,48,35)
#121C16
(18,28,22)
#000000
(0,0,0)

Tints of #8AE498

#8AE498
(138,228,152)
#94E6A1
(148,230,161)
#9EE8AA
(158,232,170)
#A8EAB3
(168,234,179)
#B2ECBC
(178,236,188)
#BCEEC5
(188,238,197)
#C6F0CE
(198,240,206)
#D0F2D7
(208,242,215)
#DAF4E0
(218,244,224)
#E4F6E9
(228,246,233)
#EEF8F2
(238,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AE498; }

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

This text font color is #8AE498.


Background Color

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

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

This div background color is #8AE498.


Border color

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

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

This div border color is #8AE498.


Opacity

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

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

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

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

This text has shadow with #8AE498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AE498 on black background.


Color preview on white background

This text has color #8AE498 on white background.



Black color preview on #8AE498 background

This text has black color on #8AE498 background.


White color preview on #8AE498 background

This text has white color on #8AE498 background.