COLOR #8ACE72

HEX: #8ACE72
RGB: (138,206,114)

Color info

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

RGB color model

#8ACE72 color RGB value is (138,206,114).

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

RGB channels and saturation

R 138 of 255 = 54%
G 206 of 255 = 81%
B 114 of 255 = 45%

138
206
114

R + G + B ~ 60%. #8ACE72 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
138 + 206 + 114 = 458 (100%)
R 138 of 458 ~ 30.13%
G 206 of 458 ~ 44.98%
B 114 of 458 ~ 24.89%

%30.13
%44.98
%24.89

CMYK color model

#8ACE72 color CMYK value is (33,0,45,19).

  • cyan value is 33.01%
  • magenta value is 0.00%
  • yellow value is 44.66%
  • key color value is 19.22%
CMYK:
(33,0,45,19)
C33M0Y45K19 
(33%,0%,45%,19%)
(0.33/0.00/0.45/0.19)	

CMYK percentages

%33.01
%0
%44.66
%19.22

Codes

Color #8ACE72 in popluar color models

8ACE72
RGB138206114
HSL104°48.42%62.75%
HSB/HSV104°44.66%80.78%
CMYK33.01%0.00%44.66%
19.22%

Color #8ACE72 in popluar number systems.

HEX8ACE72
Decimal138206114
Binary10001010110011101110010
Octal212316162

Shades and tints

Shades of #8ACE72

#8ACE72
(138,206,114)
#7EBC68
(126,188,104)
#72AA5E
(114,170,94)
#669854
(102,152,84)
#5A864A
(90,134,74)
#4E7440
(78,116,64)
#426236
(66,98,54)
#36502C
(54,80,44)
#2A3E22
(42,62,34)
#1E2C18
(30,44,24)
#121A0E
(18,26,14)
#000000
(0,0,0)

Tints of #8ACE72

#8ACE72
(138,206,114)
#94D27E
(148,210,126)
#9ED68A
(158,214,138)
#A8DA96
(168,218,150)
#B2DEA2
(178,222,162)
#BCE2AE
(188,226,174)
#C6E6BA
(198,230,186)
#D0EAC6
(208,234,198)
#DAEED2
(218,238,210)
#E4F2DE
(228,242,222)
#EEF6EA
(238,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ACE72; }

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

This text font color is #8ACE72.


Background Color

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

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

This div background color is #8ACE72.


Border color

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

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

This div border color is #8ACE72.


Opacity

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

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

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

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

This text has shadow with #8ACE72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ACE72 on black background.


Color preview on white background

This text has color #8ACE72 on white background.



Black color preview on #8ACE72 background

This text has black color on #8ACE72 background.


White color preview on #8ACE72 background

This text has white color on #8ACE72 background.