COLOR #8AE999

HEX: #8AE999 RGB: (138,233,153)

Color info

#8AE999 contains mainly green color. Web safe color of #8AE999 is #99FF99 (or #9F9).

RGB color model

#8AE999 color RGB value is (138,233,153).

RGB: (138,233,153) (54%, 91%, 60%)

RGB channels and saturation

R 138 of 255 = 54%
G 233 of 255 = 91%
B 153 of 255 = 60%

138
233
153

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

Portions of RGB colors in percentages

R + G + B = 138 + 233 + 153 = 524 (100%)
R 138 of 524 ~ 26.34%
G 233 of 524 ~ 44.47%
B 153 of 524 ~ 29.2'%

%26.34
%44.47
%29.2

CMYK color model

#8AE999 color CMYK value is (41,0,34,9).

  • cyan value is 40.77%
  • magenta value is 0.00%
  • yellow value is 34.33%
  • key color value is 8.63%
CMYK: (41,0,34,9) C41M0Y34K9 (41%,0%,34%,9%) (0.41/0.00/0.34/0.09) 

CMYK percentages

%40.77
%0
%34.33
%8.63

Codes

Color #8AE999 in popluar color models

8A E9 99
RGB 138 233 153
HSL 129° 68.35% 72.75%
HSB/HSV 129° 40.77% 91.37%
CMYK 40.77% 0.00% 34.33%
8.63%

Color #8AE999 in popluar number systems.

HEX 8A E9 99
Decimal 138 233 153
Binary 10001010 11101001 10011001
Octal 212 351 231

Shades and tints

Shades of #8AE999

#8AE999
(138,233,153)
#7ED48C
(126,212,140)
#72BF7F
(114,191,127)
#66AA72
(102,170,114)
#5A9565
(90,149,101)
#4E8058
(78,128,88)
#426B4B
(66,107,75)
#36563E
(54,86,62)
#2A4131
(42,65,49)
#1E2C24
(30,44,36)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #8AE999

#8AE999
(138,233,153)
#94EBA2
(148,235,162)
#9EEDAB
(158,237,171)
#A8EFB4
(168,239,180)
#B2F1BD
(178,241,189)
#BCF3C6
(188,243,198)
#C6F5CF
(198,245,207)
#D0F7D8
(208,247,216)
#DAF9E1
(218,249,225)
#E4FBEA
(228,251,234)
#EEFDF3
(238,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AE999; }

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

This text font color is #8AE999.

Background Color

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

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

This div background color is #8AE999.

Border color

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

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

This div border color is #8AE999.

Opacity

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

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

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

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

This text has shadow with #8AE999 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AE999.

Preview

Color preview on black background

This text has color #8AE999 on black background.


Color preview on white background

This text has color #8AE999 on white background.


Black color preview on #8AE999 background

This text has black color on #8AE999 background.


White color preview on #8AE999 background

This text has white color on #8AE999 background.


Related colors

Complementary color

Complementary color for #hex is #751666.


I love getcolorcode.com

Triadic colors

1 #998AE9 and #E9998A with #8AE999 are triadic colors.

2 #99E98A and #E98A99 with #8AE999 are triadic colors.