COLOR #A0EF8D

HEX: #A0EF8D
RGB: (160,239,141)

Color info

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

RGB color model

#A0EF8D color RGB value is (160,239,141).

  • red value is 160;
  • green value is 239;
  • blue value is 141.
RGB:
(160,239,141)
(63%,94%,55%)

RGB channels and saturation

R 160 of 255 = 63%
G 239 of 255 = 94%
B 141 of 255 = 55%

160
239
141

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

Portions of RGB colors in percentages

R + G + B =
160 + 239 + 141 = 540 (100%)
R 160 of 540 ~ 29.63%
G 239 of 540 ~ 44.26%
B 141 of 540 ~ 26.11%

%29.63
%44.26
%26.11

CMYK color model

#A0EF8D color CMYK value is (33,0,41,6).

  • cyan value is 33.05%
  • magenta value is 0.00%
  • yellow value is 41.00%
  • key color value is 6.27%
CMYK:
(33,0,41,6)
C33M0Y41K6 
(33%,0%,41%,6%)
(0.33/0.00/0.41/0.06)	

CMYK percentages

%33.05
%0
%41
%6.27

Codes

Color #A0EF8D in popluar color models

A0EF8D
RGB160239141
HSL108°75.38%74.51%
HSB/HSV108°41.00%93.73%
CMYK33.05%0.00%41.00%
6.27%

Color #A0EF8D in popluar number systems.

HEXA0EF8D
Decimal160239141
Binary101000001110111110001101
Octal240357215

Shades and tints

Shades of #A0EF8D

#A0EF8D
(160,239,141)
#92DA81
(146,218,129)
#84C575
(132,197,117)
#76B069
(118,176,105)
#689B5D
(104,155,93)
#5A8651
(90,134,81)
#4C7145
(76,113,69)
#3E5C39
(62,92,57)
#30472D
(48,71,45)
#223221
(34,50,33)
#141D15
(20,29,21)
#000000
(0,0,0)

Tints of #A0EF8D

#A0EF8D
(160,239,141)
#A8F097
(168,240,151)
#B0F1A1
(176,241,161)
#B8F2AB
(184,242,171)
#C0F3B5
(192,243,181)
#C8F4BF
(200,244,191)
#D0F5C9
(208,245,201)
#D8F6D3
(216,246,211)
#E0F7DD
(224,247,221)
#E8F8E7
(232,248,231)
#F0F9F1
(240,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0EF8D; }

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

This text font color is #A0EF8D.


Background Color

.myBgColor { background-color: #A0EF8D; }

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

This div background color is #A0EF8D.


Border color

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

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

This div border color is #A0EF8D.


Opacity

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

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

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

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

This text has shadow with #A0EF8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0EF8D on black background.


Color preview on white background

This text has color #A0EF8D on white background.



Black color preview on #A0EF8D background

This text has black color on #A0EF8D background.


White color preview on #A0EF8D background

This text has white color on #A0EF8D background.