COLOR #A0E4A5

HEX: #A0E4A5
RGB: (160,228,165)

Color info

#A0E4A5 contains mainly green color. Web safe color of #A0E4A5 is #99CC99 (or #9C9).

RGB color model

#A0E4A5 color RGB value is (160,228,165).

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

RGB channels and saturation

R 160 of 255 = 63%
G 228 of 255 = 89%
B 165 of 255 = 65%

160
228
165

R + G + B ~ 72%. #A0E4A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 228 + 165 = 553 (100%)
R 160 of 553 ~ 28.93%
G 228 of 553 ~ 41.23%
B 165 of 553 ~ 29.84%

%28.93
%41.23
%29.84

CMYK color model

#A0E4A5 color CMYK value is (30,0,28,11).

  • cyan value is 29.82%
  • magenta value is 0.00%
  • yellow value is 27.63%
  • key color value is 10.59%
CMYK:
(30,0,28,11)
C30M0Y28K11 
(30%,0%,28%,11%)
(0.30/0.00/0.28/0.11)	

CMYK percentages

%29.82
%0
%27.63
%10.59

Codes

Color #A0E4A5 in popluar color models

A0E4A5
RGB160228165
HSL124°55.74%76.08%
HSB/HSV124°29.82%89.41%
CMYK29.82%0.00%27.63%
10.59%

Color #A0E4A5 in popluar number systems.

HEXA0E4A5
Decimal160228165
Binary101000001110010010100101
Octal240344245

Shades and tints

Shades of #A0E4A5

#A0E4A5
(160,228,165)
#92D096
(146,208,150)
#84BC87
(132,188,135)
#76A878
(118,168,120)
#689469
(104,148,105)
#5A805A
(90,128,90)
#4C6C4B
(76,108,75)
#3E583C
(62,88,60)
#30442D
(48,68,45)
#22301E
(34,48,30)
#141C0F
(20,28,15)
#000000
(0,0,0)

Tints of #A0E4A5

#A0E4A5
(160,228,165)
#A8E6AD
(168,230,173)
#B0E8B5
(176,232,181)
#B8EABD
(184,234,189)
#C0ECC5
(192,236,197)
#C8EECD
(200,238,205)
#D0F0D5
(208,240,213)
#D8F2DD
(216,242,221)
#E0F4E5
(224,244,229)
#E8F6ED
(232,246,237)
#F0F8F5
(240,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0E4A5; }

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

This text font color is #A0E4A5.


Background Color

.myBgColor { background-color: #A0E4A5; }

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

This div background color is #A0E4A5.


Border color

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

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

This div border color is #A0E4A5.


Opacity

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

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

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

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

This text has shadow with #A0E4A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0E4A5 on black background.


Color preview on white background

This text has color #A0E4A5 on white background.



Black color preview on #A0E4A5 background

This text has black color on #A0E4A5 background.


White color preview on #A0E4A5 background

This text has white color on #A0E4A5 background.