COLOR #ACEEA1

HEX: #ACEEA1
RGB: (172,238,161)

Color info

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

RGB color model

#ACEEA1 color RGB value is (172,238,161).

  • red value is 172;
  • green value is 238;
  • blue value is 161.
RGB:
(172,238,161)
(67%,93%,63%)

RGB channels and saturation

R 172 of 255 = 67%
G 238 of 255 = 93%
B 161 of 255 = 63%

172
238
161

R + G + B ~ 74%. #ACEEA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 238 + 161 = 571 (100%)
R 172 of 571 ~ 30.12%
G 238 of 571 ~ 41.68%
B 161 of 571 ~ 28.2%

%30.12
%41.68
%28.2

CMYK color model

#ACEEA1 color CMYK value is (28,0,32,7).

  • cyan value is 27.73%
  • magenta value is 0.00%
  • yellow value is 32.35%
  • key color value is 6.67%
CMYK:
(28,0,32,7)
C28M0Y32K7 
(28%,0%,32%,7%)
(0.28/0.00/0.32/0.07)	

CMYK percentages

%27.73
%0
%32.35
%6.67

Codes

Color #ACEEA1 in popluar color models

ACEEA1
RGB172238161
HSL111°69.37%78.24%
HSB/HSV111°32.35%93.33%
CMYK27.73%0.00%32.35%
6.67%

Color #ACEEA1 in popluar number systems.

HEXACEEA1
Decimal172238161
Binary101011001110111010100001
Octal254356241

Shades and tints

Shades of #ACEEA1

#ACEEA1
(172,238,161)
#9DD993
(157,217,147)
#8EC485
(142,196,133)
#7FAF77
(127,175,119)
#709A69
(112,154,105)
#61855B
(97,133,91)
#52704D
(82,112,77)
#435B3F
(67,91,63)
#344631
(52,70,49)
#253123
(37,49,35)
#161C15
(22,28,21)
#000000
(0,0,0)

Tints of #ACEEA1

#ACEEA1
(172,238,161)
#B3EFA9
(179,239,169)
#BAF0B1
(186,240,177)
#C1F1B9
(193,241,185)
#C8F2C1
(200,242,193)
#CFF3C9
(207,243,201)
#D6F4D1
(214,244,209)
#DDF5D9
(221,245,217)
#E4F6E1
(228,246,225)
#EBF7E9
(235,247,233)
#F2F8F1
(242,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACEEA1 color. Also use rgb(172,238,161) instead hex code.

Text Font Color

.myTextColor { color: #ACEEA1; }

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

This text font color is #ACEEA1.


Background Color

.myBgColor { background-color: #ACEEA1; }

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

This div background color is #ACEEA1.


Border color

.myBorderColor { border: 1px solid #ACEEA1; }

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

This div border color is #ACEEA1.


Opacity

.myOpacity80 { color: #ACEEA1; opacity: 0.8; }

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

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

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

This text has shadow with #ACEEA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACEEA1 on black background.


Color preview on white background

This text has color #ACEEA1 on white background.



Black color preview on #ACEEA1 background

This text has black color on #ACEEA1 background.


White color preview on #ACEEA1 background

This text has white color on #ACEEA1 background.