COLOR #A0E29D

HEX: #A0E29D
RGB: (160,226,157)

Color info

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

RGB color model

#A0E29D color RGB value is (160,226,157).

  • red value is 160;
  • green value is 226;
  • blue value is 157.
RGB:
(160,226,157)
(63%,89%,62%)

RGB channels and saturation

R 160 of 255 = 63%
G 226 of 255 = 89%
B 157 of 255 = 62%

160
226
157

R + G + B ~ 71%. #A0E29D is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 226 + 157 = 543 (100%)
R 160 of 543 ~ 29.47%
G 226 of 543 ~ 41.62%
B 157 of 543 ~ 28.91%

%29.47
%41.62
%28.91

CMYK color model

#A0E29D color CMYK value is (29,0,31,11).

  • cyan value is 29.20%
  • magenta value is 0.00%
  • yellow value is 30.53%
  • key color value is 11.37%
CMYK:
(29,0,31,11)
C29M0Y31K11 
(29%,0%,31%,11%)
(0.29/0.00/0.31/0.11)	

CMYK percentages

%29.2
%0
%30.53
%11.37

Codes

Color #A0E29D in popluar color models

A0E29D
RGB160226157
HSL117°54.33%75.10%
HSB/HSV117°30.53%88.63%
CMYK29.20%0.00%30.53%
11.37%

Color #A0E29D in popluar number systems.

HEXA0E29D
Decimal160226157
Binary101000001110001010011101
Octal240342235

Shades and tints

Shades of #A0E29D

#A0E29D
(160,226,157)
#92CE8F
(146,206,143)
#84BA81
(132,186,129)
#76A673
(118,166,115)
#689265
(104,146,101)
#5A7E57
(90,126,87)
#4C6A49
(76,106,73)
#3E563B
(62,86,59)
#30422D
(48,66,45)
#222E1F
(34,46,31)
#141A11
(20,26,17)
#000000
(0,0,0)

Tints of #A0E29D

#A0E29D
(160,226,157)
#A8E4A5
(168,228,165)
#B0E6AD
(176,230,173)
#B8E8B5
(184,232,181)
#C0EABD
(192,234,189)
#C8ECC5
(200,236,197)
#D0EECD
(208,238,205)
#D8F0D5
(216,240,213)
#E0F2DD
(224,242,221)
#E8F4E5
(232,244,229)
#F0F6ED
(240,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0E29D color. Also use rgb(160,226,157) instead hex code.

Text Font Color

.myTextColor { color: #A0E29D; }

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

This text font color is #A0E29D.


Background Color

.myBgColor { background-color: #A0E29D; }

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

This div background color is #A0E29D.


Border color

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

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

This div border color is #A0E29D.


Opacity

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

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

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

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

This text has shadow with #A0E29D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0E29D on black background.


Color preview on white background

This text has color #A0E29D on white background.



Black color preview on #A0E29D background

This text has black color on #A0E29D background.


White color preview on #A0E29D background

This text has white color on #A0E29D background.