COLOR #A0E39D

HEX: #A0E39D
RGB: (160,227,157)

Color info

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

RGB color model

#A0E39D color RGB value is (160,227,157).

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

RGB channels and saturation

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

160
227
157

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

Portions of RGB colors in percentages

R + G + B =
160 + 227 + 157 = 544 (100%)
R 160 of 544 ~ 29.41%
G 227 of 544 ~ 41.73%
B 157 of 544 ~ 28.86%

%29.41
%41.73
%28.86

CMYK color model

#A0E39D color CMYK value is (30,0,31,11).

  • cyan value is 29.52%
  • magenta value is 0.00%
  • yellow value is 30.84%
  • key color value is 10.98%
CMYK:
(30,0,31,11)
C30M0Y31K11 
(30%,0%,31%,11%)
(0.30/0.00/0.31/0.11)	

CMYK percentages

%29.52
%0
%30.84
%10.98

Codes

Color #A0E39D in popluar color models

A0E39D
RGB160227157
HSL117°55.56%75.29%
HSB/HSV117°30.84%89.02%
CMYK29.52%0.00%30.84%
10.98%

Color #A0E39D in popluar number systems.

HEXA0E39D
Decimal160227157
Binary101000001110001110011101
Octal240343235

Shades and tints

Shades of #A0E39D

#A0E39D
(160,227,157)
#92CF8F
(146,207,143)
#84BB81
(132,187,129)
#76A773
(118,167,115)
#689365
(104,147,101)
#5A7F57
(90,127,87)
#4C6B49
(76,107,73)
#3E573B
(62,87,59)
#30432D
(48,67,45)
#222F1F
(34,47,31)
#141B11
(20,27,17)
#000000
(0,0,0)

Tints of #A0E39D

#A0E39D
(160,227,157)
#A8E5A5
(168,229,165)
#B0E7AD
(176,231,173)
#B8E9B5
(184,233,181)
#C0EBBD
(192,235,189)
#C8EDC5
(200,237,197)
#D0EFCD
(208,239,205)
#D8F1D5
(216,241,213)
#E0F3DD
(224,243,221)
#E8F5E5
(232,245,229)
#F0F7ED
(240,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0E39D; }

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

This text font color is #A0E39D.


Background Color

.myBgColor { background-color: #A0E39D; }

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

This div background color is #A0E39D.


Border color

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

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

This div border color is #A0E39D.


Opacity

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

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

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

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

This text has shadow with #A0E39D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0E39D on black background.


Color preview on white background

This text has color #A0E39D on white background.



Black color preview on #A0E39D background

This text has black color on #A0E39D background.


White color preview on #A0E39D background

This text has white color on #A0E39D background.