COLOR #8AE699

HEX: #8AE699
RGB: (138,230,153)

Color info

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

RGB color model

#8AE699 color RGB value is (138,230,153).

  • red value is 138;
  • green value is 230;
  • blue value is 153.
RGB:
(138,230,153)
(54%,90%,60%)

RGB channels and saturation

R 138 of 255 = 54%
G 230 of 255 = 90%
B 153 of 255 = 60%

138
230
153

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

Portions of RGB colors in percentages

R + G + B =
138 + 230 + 153 = 521 (100%)
R 138 of 521 ~ 26.49%
G 230 of 521 ~ 44.15%
B 153 of 521 ~ 29.37%

%26.49
%44.15
%29.37

CMYK color model

#8AE699 color CMYK value is (40,0,33,10).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 33.48%
  • key color value is 9.80%
CMYK:
(40,0,33,10)
C40M0Y33K10 
(40%,0%,33%,10%)
(0.40/0.00/0.33/0.10)	

CMYK percentages

%40
%0
%33.48
%9.8

Codes

Color #8AE699 in popluar color models

8AE699
RGB138230153
HSL130°64.79%72.16%
HSB/HSV130°40.00%90.20%
CMYK40.00%0.00%33.48%
9.80%

Color #8AE699 in popluar number systems.

HEX8AE699
Decimal138230153
Binary100010101110011010011001
Octal212346231

Shades and tints

Shades of #8AE699

#8AE699
(138,230,153)
#7ED28C
(126,210,140)
#72BE7F
(114,190,127)
#66AA72
(102,170,114)
#5A9665
(90,150,101)
#4E8258
(78,130,88)
#426E4B
(66,110,75)
#365A3E
(54,90,62)
#2A4631
(42,70,49)
#1E3224
(30,50,36)
#121E17
(18,30,23)
#000000
(0,0,0)

Tints of #8AE699

#8AE699
(138,230,153)
#94E8A2
(148,232,162)
#9EEAAB
(158,234,171)
#A8ECB4
(168,236,180)
#B2EEBD
(178,238,189)
#BCF0C6
(188,240,198)
#C6F2CF
(198,242,207)
#D0F4D8
(208,244,216)
#DAF6E1
(218,246,225)
#E4F8EA
(228,248,234)
#EEFAF3
(238,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AE699; }

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

This text font color is #8AE699.


Background Color

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

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

This div background color is #8AE699.


Border color

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

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

This div border color is #8AE699.


Opacity

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

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

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

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

This text has shadow with #8AE699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AE699 on black background.


Color preview on white background

This text has color #8AE699 on white background.



Black color preview on #8AE699 background

This text has black color on #8AE699 background.


White color preview on #8AE699 background

This text has white color on #8AE699 background.