COLOR #A0E222

HEX: #A0E222
RGB: (160,226,34)

Color info

#A0E222 contains mainly green color. Web safe color of #A0E222 is #99CC33 (or #9C3).

RGB color model

#A0E222 color RGB value is (160,226,34).

  • red value is 160;
  • green value is 226;
  • blue value is 34.
RGB:
(160,226,34)
(63%,89%,13%)

RGB channels and saturation

R 160 of 255 = 63%
G 226 of 255 = 89%
B 34 of 255 = 13%

160
226
34

R + G + B ~ 55%. #A0E222 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
160 + 226 + 34 = 420 (100%)
R 160 of 420 ~ 38.1%
G 226 of 420 ~ 53.81%
B 34 of 420 ~ 8.1%

%38.1
%53.81

CMYK color model

#A0E222 color CMYK value is (29,0,85,11).

  • cyan value is 29.20%
  • magenta value is 0.00%
  • yellow value is 84.96%
  • key color value is 11.37%
CMYK:
(29,0,85,11)
C29M0Y85K11 
(29%,0%,85%,11%)
(0.29/0.00/0.85/0.11)	

CMYK percentages

%29.2
%0
%84.96
%11.37

Codes

Color #A0E222 in popluar color models

A0E222
RGB16022634
HSL81°76.80%50.98%
HSB/HSV81°84.96%88.63%
CMYK29.20%0.00%84.96%
11.37%

Color #A0E222 in popluar number systems.

HEXA0E222
Decimal16022634
Binary1010000011100010100010
Octal24034242

Shades and tints

Shades of #A0E222

#A0E222
(160,226,34)
#92CE1F
(146,206,31)
#84BA1C
(132,186,28)
#76A619
(118,166,25)
#689216
(104,146,22)
#5A7E13
(90,126,19)
#4C6A10
(76,106,16)
#3E560D
(62,86,13)
#30420A
(48,66,10)
#222E07
(34,46,7)
#141A04
(20,26,4)
#000000
(0,0,0)

Tints of #A0E222

#A0E222
(160,226,34)
#A8E436
(168,228,54)
#B0E64A
(176,230,74)
#B8E85E
(184,232,94)
#C0EA72
(192,234,114)
#C8EC86
(200,236,134)
#D0EE9A
(208,238,154)
#D8F0AE
(216,240,174)
#E0F2C2
(224,242,194)
#E8F4D6
(232,244,214)
#F0F6EA
(240,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0E222 color. Also use rgb(160,226,34) instead hex code.

Text Font Color

.myTextColor { color: #A0E222; }

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

This text font color is #A0E222.


Background Color

.myBgColor { background-color: #A0E222; }

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

This div background color is #A0E222.


Border color

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

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

This div border color is #A0E222.


Opacity

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

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

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

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

This text has shadow with #A0E222 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0E222 on black background.


Color preview on white background

This text has color #A0E222 on white background.



Black color preview on #A0E222 background

This text has black color on #A0E222 background.


White color preview on #A0E222 background

This text has white color on #A0E222 background.