COLOR #8AE599

HEX: #8AE599
RGB: (138,229,153)

Color info

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

RGB color model

#8AE599 color RGB value is (138,229,153).

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

RGB channels and saturation

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

138
229
153

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

Portions of RGB colors in percentages

R + G + B =
138 + 229 + 153 = 520 (100%)
R 138 of 520 ~ 26.54%
G 229 of 520 ~ 44.04%
B 153 of 520 ~ 29.42%

%26.54
%44.04
%29.42

CMYK color model

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

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

CMYK percentages

%39.74
%0
%33.19
%10.2

Codes

Color #8AE599 in popluar color models

8AE599
RGB138229153
HSL130°63.64%71.96%
HSB/HSV130°39.74%89.80%
CMYK39.74%0.00%33.19%
10.20%

Color #8AE599 in popluar number systems.

HEX8AE599
Decimal138229153
Binary100010101110010110011001
Octal212345231

Shades and tints

Shades of #8AE599

#8AE599
(138,229,153)
#7ED18C
(126,209,140)
#72BD7F
(114,189,127)
#66A972
(102,169,114)
#5A9565
(90,149,101)
#4E8158
(78,129,88)
#426D4B
(66,109,75)
#36593E
(54,89,62)
#2A4531
(42,69,49)
#1E3124
(30,49,36)
#121D17
(18,29,23)
#000000
(0,0,0)

Tints of #8AE599

#8AE599
(138,229,153)
#94E7A2
(148,231,162)
#9EE9AB
(158,233,171)
#A8EBB4
(168,235,180)
#B2EDBD
(178,237,189)
#BCEFC6
(188,239,198)
#C6F1CF
(198,241,207)
#D0F3D8
(208,243,216)
#DAF5E1
(218,245,225)
#E4F7EA
(228,247,234)
#EEF9F3
(238,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AE599; }

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

This text font color is #8AE599.


Background Color

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

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

This div background color is #8AE599.


Border color

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

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

This div border color is #8AE599.


Opacity

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

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

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

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

This text has shadow with #8AE599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AE599 on black background.


Color preview on white background

This text has color #8AE599 on white background.



Black color preview on #8AE599 background

This text has black color on #8AE599 background.


White color preview on #8AE599 background

This text has white color on #8AE599 background.