COLOR #A0E4AC

HEX: #A0E4AC
RGB: (160,228,172)

Color info

#A0E4AC contains mainly green and blue colors. Web safe color of #A0E4AC is #99CC99 (or #9C9).

RGB color model

#A0E4AC color RGB value is (160,228,172).

  • red value is 160;
  • green value is 228;
  • blue value is 172.
RGB:
(160,228,172)
(63%,89%,67%)

RGB channels and saturation

R 160 of 255 = 63%
G 228 of 255 = 89%
B 172 of 255 = 67%

160
228
172

R + G + B ~ 73%. #A0E4AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 228 + 172 = 560 (100%)
R 160 of 560 ~ 28.57%
G 228 of 560 ~ 40.71%
B 172 of 560 ~ 30.71%

%28.57
%40.71
%30.71

CMYK color model

#A0E4AC color CMYK value is (30,0,25,11).

  • cyan value is 29.82%
  • magenta value is 0.00%
  • yellow value is 24.56%
  • key color value is 10.59%
CMYK:
(30,0,25,11)
C30M0Y25K11 
(30%,0%,25%,11%)
(0.30/0.00/0.25/0.11)	

CMYK percentages

%29.82
%0
%24.56
%10.59

Codes

Color #A0E4AC in popluar color models

A0E4AC
RGB160228172
HSL131°55.74%76.08%
HSB/HSV131°29.82%89.41%
CMYK29.82%0.00%24.56%
10.59%

Color #A0E4AC in popluar number systems.

HEXA0E4AC
Decimal160228172
Binary101000001110010010101100
Octal240344254

Shades and tints

Shades of #A0E4AC

#A0E4AC
(160,228,172)
#92D09D
(146,208,157)
#84BC8E
(132,188,142)
#76A87F
(118,168,127)
#689470
(104,148,112)
#5A8061
(90,128,97)
#4C6C52
(76,108,82)
#3E5843
(62,88,67)
#304434
(48,68,52)
#223025
(34,48,37)
#141C16
(20,28,22)
#000000
(0,0,0)

Tints of #A0E4AC

#A0E4AC
(160,228,172)
#A8E6B3
(168,230,179)
#B0E8BA
(176,232,186)
#B8EAC1
(184,234,193)
#C0ECC8
(192,236,200)
#C8EECF
(200,238,207)
#D0F0D6
(208,240,214)
#D8F2DD
(216,242,221)
#E0F4E4
(224,244,228)
#E8F6EB
(232,246,235)
#F0F8F2
(240,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0E4AC color. Also use rgb(160,228,172) instead hex code.

Text Font Color

.myTextColor { color: #A0E4AC; }

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

This text font color is #A0E4AC.


Background Color

.myBgColor { background-color: #A0E4AC; }

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

This div background color is #A0E4AC.


Border color

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

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

This div border color is #A0E4AC.


Opacity

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

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

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

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

This text has shadow with #A0E4AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0E4AC on black background.


Color preview on white background

This text has color #A0E4AC on white background.



Black color preview on #A0E4AC background

This text has black color on #A0E4AC background.


White color preview on #A0E4AC background

This text has white color on #A0E4AC background.