COLOR #A0E08B

HEX: #A0E08B
RGB: (160,224,139)

Color info

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

RGB color model

#A0E08B color RGB value is (160,224,139).

  • red value is 160;
  • green value is 224;
  • blue value is 139.
RGB:
(160,224,139)
(63%,88%,55%)

RGB channels and saturation

R 160 of 255 = 63%
G 224 of 255 = 88%
B 139 of 255 = 55%

160
224
139

R + G + B ~ 69%. #A0E08B is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 224 + 139 = 523 (100%)
R 160 of 523 ~ 30.59%
G 224 of 523 ~ 42.83%
B 139 of 523 ~ 26.58%

%30.59
%42.83
%26.58

CMYK color model

#A0E08B color CMYK value is (29,0,38,12).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 37.95%
  • key color value is 12.16%
CMYK:
(29,0,38,12)
C29M0Y38K12 
(29%,0%,38%,12%)
(0.29/0.00/0.38/0.12)	

CMYK percentages

%28.57
%0
%37.95
%12.16

Codes

Color #A0E08B in popluar color models

A0E08B
RGB160224139
HSL105°57.82%71.18%
HSB/HSV105°37.95%87.84%
CMYK28.57%0.00%37.95%
12.16%

Color #A0E08B in popluar number systems.

HEXA0E08B
Decimal160224139
Binary101000001110000010001011
Octal240340213

Shades and tints

Shades of #A0E08B

#A0E08B
(160,224,139)
#92CC7F
(146,204,127)
#84B873
(132,184,115)
#76A467
(118,164,103)
#68905B
(104,144,91)
#5A7C4F
(90,124,79)
#4C6843
(76,104,67)
#3E5437
(62,84,55)
#30402B
(48,64,43)
#222C1F
(34,44,31)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #A0E08B

#A0E08B
(160,224,139)
#A8E295
(168,226,149)
#B0E49F
(176,228,159)
#B8E6A9
(184,230,169)
#C0E8B3
(192,232,179)
#C8EABD
(200,234,189)
#D0ECC7
(208,236,199)
#D8EED1
(216,238,209)
#E0F0DB
(224,240,219)
#E8F2E5
(232,242,229)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0E08B; }

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

This text font color is #A0E08B.


Background Color

.myBgColor { background-color: #A0E08B; }

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

This div background color is #A0E08B.


Border color

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

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

This div border color is #A0E08B.


Opacity

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

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

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

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

This text has shadow with #A0E08B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0E08B on black background.


Color preview on white background

This text has color #A0E08B on white background.



Black color preview on #A0E08B background

This text has black color on #A0E08B background.


White color preview on #A0E08B background

This text has white color on #A0E08B background.