COLOR #A0EA6B

HEX: #A0EA6B
RGB: (160,234,107)

Color info

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

RGB color model

#A0EA6B color RGB value is (160,234,107).

  • red value is 160;
  • green value is 234;
  • blue value is 107.
RGB:
(160,234,107)
(63%,92%,42%)

RGB channels and saturation

R 160 of 255 = 63%
G 234 of 255 = 92%
B 107 of 255 = 42%

160
234
107

R + G + B ~ 66%. #A0EA6B is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 234 + 107 = 501 (100%)
R 160 of 501 ~ 31.94%
G 234 of 501 ~ 46.71%
B 107 of 501 ~ 21.36%

%31.94
%46.71
%21.36

CMYK color model

#A0EA6B color CMYK value is (32,0,54,8).

  • cyan value is 31.62%
  • magenta value is 0.00%
  • yellow value is 54.27%
  • key color value is 8.24%
CMYK:
(32,0,54,8)
C32M0Y54K8 
(32%,0%,54%,8%)
(0.32/0.00/0.54/0.08)	

CMYK percentages

%31.62
%0
%54.27
%8.24

Codes

Color #A0EA6B in popluar color models

A0EA6B
RGB160234107
HSL95°75.15%66.86%
HSB/HSV95°54.27%91.76%
CMYK31.62%0.00%54.27%
8.24%

Color #A0EA6B in popluar number systems.

HEXA0EA6B
Decimal160234107
Binary10100000111010101101011
Octal240352153

Shades and tints

Shades of #A0EA6B

#A0EA6B
(160,234,107)
#92D562
(146,213,98)
#84C059
(132,192,89)
#76AB50
(118,171,80)
#689647
(104,150,71)
#5A813E
(90,129,62)
#4C6C35
(76,108,53)
#3E572C
(62,87,44)
#304223
(48,66,35)
#222D1A
(34,45,26)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #A0EA6B

#A0EA6B
(160,234,107)
#A8EB78
(168,235,120)
#B0EC85
(176,236,133)
#B8ED92
(184,237,146)
#C0EE9F
(192,238,159)
#C8EFAC
(200,239,172)
#D0F0B9
(208,240,185)
#D8F1C6
(216,241,198)
#E0F2D3
(224,242,211)
#E8F3E0
(232,243,224)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0EA6B color. Also use rgb(160,234,107) instead hex code.

Text Font Color

.myTextColor { color: #A0EA6B; }

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

This text font color is #A0EA6B.


Background Color

.myBgColor { background-color: #A0EA6B; }

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

This div background color is #A0EA6B.


Border color

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

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

This div border color is #A0EA6B.


Opacity

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

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

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

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

This text has shadow with #A0EA6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0EA6B on black background.


Color preview on white background

This text has color #A0EA6B on white background.



Black color preview on #A0EA6B background

This text has black color on #A0EA6B background.


White color preview on #A0EA6B background

This text has white color on #A0EA6B background.