COLOR #A0EDA0

HEX: #A0EDA0
RGB: (160,237,160)

Color info

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

RGB color model

#A0EDA0 color RGB value is (160,237,160).

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

RGB channels and saturation

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

160
237
160

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

Portions of RGB colors in percentages

R + G + B =
160 + 237 + 160 = 557 (100%)
R 160 of 557 ~ 28.73%
G 237 of 557 ~ 42.55%
B 160 of 557 ~ 28.73%

%28.73
%42.55
%28.73

CMYK color model

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

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

CMYK percentages

%32.49
%0
%32.49
%7.06

Codes

Color #A0EDA0 in popluar color models

A0EDA0
RGB160237160
HSL120°68.14%77.84%
HSB/HSV120°32.49%92.94%
CMYK32.49%0.00%32.49%
7.06%

Color #A0EDA0 in popluar number systems.

HEXA0EDA0
Decimal160237160
Binary101000001110110110100000
Octal240355240

Shades and tints

Shades of #A0EDA0

#A0EDA0
(160,237,160)
#92D892
(146,216,146)
#84C384
(132,195,132)
#76AE76
(118,174,118)
#689968
(104,153,104)
#5A845A
(90,132,90)
#4C6F4C
(76,111,76)
#3E5A3E
(62,90,62)
#304530
(48,69,48)
#223022
(34,48,34)
#141B14
(20,27,20)
#000000
(0,0,0)

Tints of #A0EDA0

#A0EDA0
(160,237,160)
#A8EEA8
(168,238,168)
#B0EFB0
(176,239,176)
#B8F0B8
(184,240,184)
#C0F1C0
(192,241,192)
#C8F2C8
(200,242,200)
#D0F3D0
(208,243,208)
#D8F4D8
(216,244,216)
#E0F5E0
(224,245,224)
#E8F6E8
(232,246,232)
#F0F7F0
(240,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0EDA0; }

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

This text font color is #A0EDA0.


Background Color

.myBgColor { background-color: #A0EDA0; }

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

This div background color is #A0EDA0.


Border color

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

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

This div border color is #A0EDA0.


Opacity

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

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

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

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

This text has shadow with #A0EDA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0EDA0 on black background.


Color preview on white background

This text has color #A0EDA0 on white background.



Black color preview on #A0EDA0 background

This text has black color on #A0EDA0 background.


White color preview on #A0EDA0 background

This text has white color on #A0EDA0 background.