COLOR #A0ED9D

HEX: #A0ED9D
RGB: (160,237,157)

Color info

#A0ED9D contains mainly green color. Web safe color of #A0ED9D is #99FF99 (or #9F9).

RGB color model

#A0ED9D color RGB value is (160,237,157).

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

RGB channels and saturation

R 160 of 255 = 63%
G 237 of 255 = 93%
B 157 of 255 = 62%

160
237
157

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

Portions of RGB colors in percentages

R + G + B =
160 + 237 + 157 = 554 (100%)
R 160 of 554 ~ 28.88%
G 237 of 554 ~ 42.78%
B 157 of 554 ~ 28.34%

%28.88
%42.78
%28.34

CMYK color model

#A0ED9D color CMYK value is (32,0,34,7).

  • cyan value is 32.49%
  • magenta value is 0.00%
  • yellow value is 33.76%
  • key color value is 7.06%
CMYK:
(32,0,34,7)
C32M0Y34K7 
(32%,0%,34%,7%)
(0.32/0.00/0.34/0.07)	

CMYK percentages

%32.49
%0
%33.76
%7.06

Codes

Color #A0ED9D in popluar color models

A0ED9D
RGB160237157
HSL118°68.97%77.25%
HSB/HSV118°33.76%92.94%
CMYK32.49%0.00%33.76%
7.06%

Color #A0ED9D in popluar number systems.

HEXA0ED9D
Decimal160237157
Binary101000001110110110011101
Octal240355235

Shades and tints

Shades of #A0ED9D

#A0ED9D
(160,237,157)
#92D88F
(146,216,143)
#84C381
(132,195,129)
#76AE73
(118,174,115)
#689965
(104,153,101)
#5A8457
(90,132,87)
#4C6F49
(76,111,73)
#3E5A3B
(62,90,59)
#30452D
(48,69,45)
#22301F
(34,48,31)
#141B11
(20,27,17)
#000000
(0,0,0)

Tints of #A0ED9D

#A0ED9D
(160,237,157)
#A8EEA5
(168,238,165)
#B0EFAD
(176,239,173)
#B8F0B5
(184,240,181)
#C0F1BD
(192,241,189)
#C8F2C5
(200,242,197)
#D0F3CD
(208,243,205)
#D8F4D5
(216,244,213)
#E0F5DD
(224,245,221)
#E8F6E5
(232,246,229)
#F0F7ED
(240,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0ED9D; }

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

This text font color is #A0ED9D.


Background Color

.myBgColor { background-color: #A0ED9D; }

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

This div background color is #A0ED9D.


Border color

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

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

This div border color is #A0ED9D.


Opacity

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

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

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

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

This text has shadow with #A0ED9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0ED9D on black background.


Color preview on white background

This text has color #A0ED9D on white background.



Black color preview on #A0ED9D background

This text has black color on #A0ED9D background.


White color preview on #A0ED9D background

This text has white color on #A0ED9D background.