COLOR #8AE572

HEX: #8AE572
RGB: (138,229,114)

Color info

#8AE572 contains mainly green color. Web safe color of #8AE572 is #99CC66 (or #9C6).

RGB color model

#8AE572 color RGB value is (138,229,114).

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

RGB channels and saturation

R 138 of 255 = 54%
G 229 of 255 = 90%
B 114 of 255 = 45%

138
229
114

R + G + B ~ 63%. #8AE572 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 229 + 114 = 481 (100%)
R 138 of 481 ~ 28.69%
G 229 of 481 ~ 47.61%
B 114 of 481 ~ 23.7%

%28.69
%47.61
%23.7

CMYK color model

#8AE572 color CMYK value is (40,0,50,10).

  • cyan value is 39.74%
  • magenta value is 0.00%
  • yellow value is 50.22%
  • key color value is 10.20%
CMYK:
(40,0,50,10)
C40M0Y50K10 
(40%,0%,50%,10%)
(0.40/0.00/0.50/0.10)	

CMYK percentages

%39.74
%0
%50.22
%10.2

Codes

Color #8AE572 in popluar color models

8AE572
RGB138229114
HSL107°68.86%67.25%
HSB/HSV107°50.22%89.80%
CMYK39.74%0.00%50.22%
10.20%

Color #8AE572 in popluar number systems.

HEX8AE572
Decimal138229114
Binary10001010111001011110010
Octal212345162

Shades and tints

Shades of #8AE572

#8AE572
(138,229,114)
#7ED168
(126,209,104)
#72BD5E
(114,189,94)
#66A954
(102,169,84)
#5A954A
(90,149,74)
#4E8140
(78,129,64)
#426D36
(66,109,54)
#36592C
(54,89,44)
#2A4522
(42,69,34)
#1E3118
(30,49,24)
#121D0E
(18,29,14)
#000000
(0,0,0)

Tints of #8AE572

#8AE572
(138,229,114)
#94E77E
(148,231,126)
#9EE98A
(158,233,138)
#A8EB96
(168,235,150)
#B2EDA2
(178,237,162)
#BCEFAE
(188,239,174)
#C6F1BA
(198,241,186)
#D0F3C6
(208,243,198)
#DAF5D2
(218,245,210)
#E4F7DE
(228,247,222)
#EEF9EA
(238,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AE572; }

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

This text font color is #8AE572.


Background Color

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

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

This div background color is #8AE572.


Border color

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

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

This div border color is #8AE572.


Opacity

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

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

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

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

This text has shadow with #8AE572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AE572 on black background.


Color preview on white background

This text has color #8AE572 on white background.



Black color preview on #8AE572 background

This text has black color on #8AE572 background.


White color preview on #8AE572 background

This text has white color on #8AE572 background.