COLOR #A0E08C

HEX: #A0E08C RGB: (160,224,140)

Color info

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

RGB color model

#A0E08C color RGB value is (160,224,140).

RGB: (160,224,140) (63%, 88%, 55%)

RGB channels and saturation

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

160
224
140

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

Portions of RGB colors in percentages

R + G + B = 160 + 224 + 140 = 524 (100%)
R 160 of 524 ~ 30.53%
G 224 of 524 ~ 42.75%
B 140 of 524 ~ 26.72'%

%30.53
%42.75
%26.72

CMYK color model

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

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • 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.5
%12.16

Codes

Color #A0E08C in popluar color models

A0 E0 8C
RGB 160 224 140
HSL 106° 57.53% 71.37%
HSB/HSV 106° 37.50% 87.84%
CMYK 28.57% 0.00% 37.50%
12.16%

Color #A0E08C in popluar number systems.

HEX A0 E0 8C
Decimal 160 224 140
Binary 10100000 11100000 10001100
Octal 240 340 214

Shades and tints

Shades of #A0E08C

#A0E08C
(160,224,140)
#92CC80
(146,204,128)
#84B874
(132,184,116)
#76A468
(118,164,104)
#68905C
(104,144,92)
#5A7C50
(90,124,80)
#4C6844
(76,104,68)
#3E5438
(62,84,56)
#30402C
(48,64,44)
#222C20
(34,44,32)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #A0E08C

#A0E08C
(160,224,140)
#A8E296
(168,226,150)
#B0E4A0
(176,228,160)
#B8E6AA
(184,230,170)
#C0E8B4
(192,232,180)
#C8EABE
(200,234,190)
#D0ECC8
(208,236,200)
#D8EED2
(216,238,210)
#E0F0DC
(224,240,220)
#E8F2E6
(232,242,230)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0E08C; }

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

This text font color is #A0E08C.

Background Color

.myBgColor { background-color: #A0E08C; }

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

This div background color is #A0E08C.

Border color

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

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

This div border color is #A0E08C.

Opacity

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

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

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

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

This text has shadow with #A0E08C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0E08C.

Preview

Color preview on black background

This text has color #A0E08C on black background.


Color preview on white background

This text has color #A0E08C on white background.


Black color preview on #A0E08C background

This text has black color on #A0E08C background.


White color preview on #A0E08C background

This text has white color on #A0E08C background.


Related colors

Complementary color

Complementary color for #hex is #5F1F73.


I love getcolorcode.com

Triadic colors

1 #8CA0E0 and #E08CA0 with #A0E08C are triadic colors.

2 #8CE0A0 and #E0A08C with #A0E08C are triadic colors.