COLOR #A0E59B

HEX: #A0E59B RGB: (160,229,155)

Color info

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

RGB color model

#A0E59B color RGB value is (160,229,155).

RGB: (160,229,155) (63%, 90%, 61%)

RGB channels and saturation

R 160 of 255 = 63%
G 229 of 255 = 90%
B 155 of 255 = 61%

160
229
155

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

Portions of RGB colors in percentages

R + G + B = 160 + 229 + 155 = 544 (100%)
R 160 of 544 ~ 29.41%
G 229 of 544 ~ 42.1%
B 155 of 544 ~ 28.49'%

%29.41
%42.1
%28.49

CMYK color model

#A0E59B color CMYK value is (30,0,32,10).

  • cyan value is 30.13%
  • magenta value is 0.00%
  • yellow value is 32.31%
  • key color value is 10.20%

CMYK: (30,0,32,10)
C30M0Y32K10 (30%, 0%, 32%, 10%)
(0.30 / 0.00 / 0.32 / 0.10)

CMYK percentages

%30.13
%0
%32.31
%10.2

Codes

Color #A0E59B in popluar color models

A0 E5 9B
RGB 160 229 155
HSL 116° 58.73% 75.29%
HSB/HSV 116° 32.31% 89.80%
CMYK 30.13% 0.00% 32.31%
10.20%

Color #A0E59B in popluar number systems.

HEX A0 E5 9B
Decimal 160 229 155
Binary 10100000 11100101 10011011
Octal 240 345 233

Shades and tints

Shades of #A0E59B

#A0E59B
(160,229,155)
#92D18D
(146,209,141)
#84BD7F
(132,189,127)
#76A971
(118,169,113)
#689563
(104,149,99)
#5A8155
(90,129,85)
#4C6D47
(76,109,71)
#3E5939
(62,89,57)
#30452B
(48,69,43)
#22311D
(34,49,29)
#141D0F
(20,29,15)
#000000
(0,0,0)

Tints of #A0E59B

#A0E59B
(160,229,155)
#A8E7A4
(168,231,164)
#B0E9AD
(176,233,173)
#B8EBB6
(184,235,182)
#C0EDBF
(192,237,191)
#C8EFC8
(200,239,200)
#D0F1D1
(208,241,209)
#D8F3DA
(216,243,218)
#E0F5E3
(224,245,227)
#E8F7EC
(232,247,236)
#F0F9F5
(240,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0E59B; }

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

This text font color is #A0E59B.

Background Color

.myBgColor { background-color: #A0E59B; }

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

This div background color is #A0E59B.

Border color

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

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

This div border color is #A0E59B.

Opacity

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

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

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

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

This text has shadow with #A0E59B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0E59B.

Preview

Color preview on black background

This text has color #A0E59B on black background.


Color preview on white background

This text has color #A0E59B on white background.


Black color preview on #A0E59B background

This text has black color on #A0E59B background.


White color preview on #A0E59B background

This text has white color on #A0E59B background.


Related colors

Complementary color

Complementary color for #hex is #5F1A64.


I love getcolorcode.com

Triadic colors

1 #9BA0E5 and #E59BA0 with #A0E59B are triadic colors.

2 #9BE5A0 and #E5A09B with #A0E59B are triadic colors.