COLOR #A0EE5D

HEX: #A0EE5D
RGB: (160,238,93)

Color info

#A0EE5D contains mainly green color. Web safe color of #A0EE5D is #99FF66 (or #9F6).

RGB color model

#A0EE5D color RGB value is (160,238,93).

  • red value is 160;
  • green value is 238;
  • blue value is 93.
RGB:
(160,238,93)
(63%,93%,36%)

RGB channels and saturation

R 160 of 255 = 63%
G 238 of 255 = 93%
B 93 of 255 = 36%

160
238
93

R + G + B ~ 64%. #A0EE5D is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 238 + 93 = 491 (100%)
R 160 of 491 ~ 32.59%
G 238 of 491 ~ 48.47%
B 93 of 491 ~ 18.94%

%32.59
%48.47
%18.94

CMYK color model

#A0EE5D color CMYK value is (33,0,61,7).

  • cyan value is 32.77%
  • magenta value is 0.00%
  • yellow value is 60.92%
  • key color value is 6.67%
CMYK:
(33,0,61,7)
C33M0Y61K7 
(33%,0%,61%,7%)
(0.33/0.00/0.61/0.07)	

CMYK percentages

%32.77
%0
%60.92
%6.67

Codes

Color #A0EE5D in popluar color models

A0EE5D
RGB16023893
HSL92°81.01%64.90%
HSB/HSV92°60.92%93.33%
CMYK32.77%0.00%60.92%
6.67%

Color #A0EE5D in popluar number systems.

HEXA0EE5D
Decimal16023893
Binary10100000111011101011101
Octal240356135

Shades and tints

Shades of #A0EE5D

#A0EE5D
(160,238,93)
#92D955
(146,217,85)
#84C44D
(132,196,77)
#76AF45
(118,175,69)
#689A3D
(104,154,61)
#5A8535
(90,133,53)
#4C702D
(76,112,45)
#3E5B25
(62,91,37)
#30461D
(48,70,29)
#223115
(34,49,21)
#141C0D
(20,28,13)
#000000
(0,0,0)

Tints of #A0EE5D

#A0EE5D
(160,238,93)
#A8EF6B
(168,239,107)
#B0F079
(176,240,121)
#B8F187
(184,241,135)
#C0F295
(192,242,149)
#C8F3A3
(200,243,163)
#D0F4B1
(208,244,177)
#D8F5BF
(216,245,191)
#E0F6CD
(224,246,205)
#E8F7DB
(232,247,219)
#F0F8E9
(240,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0EE5D; }

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

This text font color is #A0EE5D.


Background Color

.myBgColor { background-color: #A0EE5D; }

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

This div background color is #A0EE5D.


Border color

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

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

This div border color is #A0EE5D.


Opacity

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

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

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

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

This text has shadow with #A0EE5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0EE5D on black background.


Color preview on white background

This text has color #A0EE5D on white background.



Black color preview on #A0EE5D background

This text has black color on #A0EE5D background.


White color preview on #A0EE5D background

This text has white color on #A0EE5D background.