COLOR #A0E466

HEX: #A0E466
RGB: (160,228,102)

Color info

#A0E466 contains mainly green color. Web safe color of #A0E466 is #99CC66 (or #9C6).

RGB color model

#A0E466 color RGB value is (160,228,102).

  • red value is 160;
  • green value is 228;
  • blue value is 102.
RGB:
(160,228,102)
(63%,89%,40%)

RGB channels and saturation

R 160 of 255 = 63%
G 228 of 255 = 89%
B 102 of 255 = 40%

160
228
102

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

Portions of RGB colors in percentages

R + G + B =
160 + 228 + 102 = 490 (100%)
R 160 of 490 ~ 32.65%
G 228 of 490 ~ 46.53%
B 102 of 490 ~ 20.82%

%32.65
%46.53
%20.82

CMYK color model

#A0E466 color CMYK value is (30,0,55,11).

  • cyan value is 29.82%
  • magenta value is 0.00%
  • yellow value is 55.26%
  • key color value is 10.59%
CMYK:
(30,0,55,11)
C30M0Y55K11 
(30%,0%,55%,11%)
(0.30/0.00/0.55/0.11)	

CMYK percentages

%29.82
%0
%55.26
%10.59

Codes

Color #A0E466 in popluar color models

A0E466
RGB160228102
HSL92°70.00%64.71%
HSB/HSV92°55.26%89.41%
CMYK29.82%0.00%55.26%
10.59%

Color #A0E466 in popluar number systems.

HEXA0E466
Decimal160228102
Binary10100000111001001100110
Octal240344146

Shades and tints

Shades of #A0E466

#A0E466
(160,228,102)
#92D05D
(146,208,93)
#84BC54
(132,188,84)
#76A84B
(118,168,75)
#689442
(104,148,66)
#5A8039
(90,128,57)
#4C6C30
(76,108,48)
#3E5827
(62,88,39)
#30441E
(48,68,30)
#223015
(34,48,21)
#141C0C
(20,28,12)
#000000
(0,0,0)

Tints of #A0E466

#A0E466
(160,228,102)
#A8E673
(168,230,115)
#B0E880
(176,232,128)
#B8EA8D
(184,234,141)
#C0EC9A
(192,236,154)
#C8EEA7
(200,238,167)
#D0F0B4
(208,240,180)
#D8F2C1
(216,242,193)
#E0F4CE
(224,244,206)
#E8F6DB
(232,246,219)
#F0F8E8
(240,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0E466 color. Also use rgb(160,228,102) instead hex code.

Text Font Color

.myTextColor { color: #A0E466; }

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

This text font color is #A0E466.


Background Color

.myBgColor { background-color: #A0E466; }

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

This div background color is #A0E466.


Border color

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

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

This div border color is #A0E466.


Opacity

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

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

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

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

This text has shadow with #A0E466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0E466 on black background.


Color preview on white background

This text has color #A0E466 on white background.



Black color preview on #A0E466 background

This text has black color on #A0E466 background.


White color preview on #A0E466 background

This text has white color on #A0E466 background.