COLOR #A0E1AA

HEX: #A0E1AA
RGB: (160,225,170)

Color info

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

RGB color model

#A0E1AA color RGB value is (160,225,170).

  • red value is 160;
  • green value is 225;
  • blue value is 170.
RGB:
(160,225,170)
(63%,88%,67%)

RGB channels and saturation

R 160 of 255 = 63%
G 225 of 255 = 88%
B 170 of 255 = 67%

160
225
170

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

Portions of RGB colors in percentages

R + G + B =
160 + 225 + 170 = 555 (100%)
R 160 of 555 ~ 28.83%
G 225 of 555 ~ 40.54%
B 170 of 555 ~ 30.63%

%28.83
%40.54
%30.63

CMYK color model

#A0E1AA color CMYK value is (29,0,24,12).

  • cyan value is 28.89%
  • magenta value is 0.00%
  • yellow value is 24.44%
  • key color value is 11.76%
CMYK:
(29,0,24,12)
C29M0Y24K12 
(29%,0%,24%,12%)
(0.29/0.00/0.24/0.12)	

CMYK percentages

%28.89
%0
%24.44
%11.76

Codes

Color #A0E1AA in popluar color models

A0E1AA
RGB160225170
HSL129°52.00%75.49%
HSB/HSV129°28.89%88.24%
CMYK28.89%0.00%24.44%
11.76%

Color #A0E1AA in popluar number systems.

HEXA0E1AA
Decimal160225170
Binary101000001110000110101010
Octal240341252

Shades and tints

Shades of #A0E1AA

#A0E1AA
(160,225,170)
#92CD9B
(146,205,155)
#84B98C
(132,185,140)
#76A57D
(118,165,125)
#68916E
(104,145,110)
#5A7D5F
(90,125,95)
#4C6950
(76,105,80)
#3E5541
(62,85,65)
#304132
(48,65,50)
#222D23
(34,45,35)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #A0E1AA

#A0E1AA
(160,225,170)
#A8E3B1
(168,227,177)
#B0E5B8
(176,229,184)
#B8E7BF
(184,231,191)
#C0E9C6
(192,233,198)
#C8EBCD
(200,235,205)
#D0EDD4
(208,237,212)
#D8EFDB
(216,239,219)
#E0F1E2
(224,241,226)
#E8F3E9
(232,243,233)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0E1AA color. Also use rgb(160,225,170) instead hex code.

Text Font Color

.myTextColor { color: #A0E1AA; }

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

This text font color is #A0E1AA.


Background Color

.myBgColor { background-color: #A0E1AA; }

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

This div background color is #A0E1AA.


Border color

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

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

This div border color is #A0E1AA.


Opacity

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

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

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

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

This text has shadow with #A0E1AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0E1AA on black background.


Color preview on white background

This text has color #A0E1AA on white background.



Black color preview on #A0E1AA background

This text has black color on #A0E1AA background.


White color preview on #A0E1AA background

This text has white color on #A0E1AA background.