COLOR #A0E8A0

HEX: #A0E8A0
RGB: (160,232,160)

Color info

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

RGB color model

#A0E8A0 color RGB value is (160,232,160).

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

RGB channels and saturation

R 160 of 255 = 63%
G 232 of 255 = 91%
B 160 of 255 = 63%

160
232
160

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

Portions of RGB colors in percentages

R + G + B =
160 + 232 + 160 = 552 (100%)
R 160 of 552 ~ 28.99%
G 232 of 552 ~ 42.03%
B 160 of 552 ~ 28.99%

%28.99
%42.03
%28.99

CMYK color model

#A0E8A0 color CMYK value is (31,0,31,9).

  • cyan value is 31.03%
  • magenta value is 0.00%
  • yellow value is 31.03%
  • key color value is 9.02%
CMYK:
(31,0,31,9)
C31M0Y31K9 
(31%,0%,31%,9%)
(0.31/0.00/0.31/0.09)	

CMYK percentages

%31.03
%0
%31.03
%9.02

Codes

Color #A0E8A0 in popluar color models

A0E8A0
RGB160232160
HSL120°61.02%76.86%
HSB/HSV120°31.03%90.98%
CMYK31.03%0.00%31.03%
9.02%

Color #A0E8A0 in popluar number systems.

HEXA0E8A0
Decimal160232160
Binary101000001110100010100000
Octal240350240

Shades and tints

Shades of #A0E8A0

#A0E8A0
(160,232,160)
#92D392
(146,211,146)
#84BE84
(132,190,132)
#76A976
(118,169,118)
#689468
(104,148,104)
#5A7F5A
(90,127,90)
#4C6A4C
(76,106,76)
#3E553E
(62,85,62)
#304030
(48,64,48)
#222B22
(34,43,34)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #A0E8A0

#A0E8A0
(160,232,160)
#A8EAA8
(168,234,168)
#B0ECB0
(176,236,176)
#B8EEB8
(184,238,184)
#C0F0C0
(192,240,192)
#C8F2C8
(200,242,200)
#D0F4D0
(208,244,208)
#D8F6D8
(216,246,216)
#E0F8E0
(224,248,224)
#E8FAE8
(232,250,232)
#F0FCF0
(240,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0E8A0; }

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

This text font color is #A0E8A0.


Background Color

.myBgColor { background-color: #A0E8A0; }

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

This div background color is #A0E8A0.


Border color

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

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

This div border color is #A0E8A0.


Opacity

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

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

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

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

This text has shadow with #A0E8A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0E8A0 on black background.


Color preview on white background

This text has color #A0E8A0 on white background.



Black color preview on #A0E8A0 background

This text has black color on #A0E8A0 background.


White color preview on #A0E8A0 background

This text has white color on #A0E8A0 background.