COLOR #A0E249

HEX: #A0E249
RGB: (160,226,73)

Color info

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

RGB color model

#A0E249 color RGB value is (160,226,73).

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

RGB channels and saturation

R 160 of 255 = 63%
G 226 of 255 = 89%
B 73 of 255 = 29%

160
226
73

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

Portions of RGB colors in percentages

R + G + B =
160 + 226 + 73 = 459 (100%)
R 160 of 459 ~ 34.86%
G 226 of 459 ~ 49.24%
B 73 of 459 ~ 15.9%

%34.86
%49.24
%15.9

CMYK color model

#A0E249 color CMYK value is (29,0,68,11).

  • cyan value is 29.20%
  • magenta value is 0.00%
  • yellow value is 67.70%
  • key color value is 11.37%
CMYK:
(29,0,68,11)
C29M0Y68K11 
(29%,0%,68%,11%)
(0.29/0.00/0.68/0.11)	

CMYK percentages

%29.2
%0
%67.7
%11.37

Codes

Color #A0E249 in popluar color models

A0E249
RGB16022673
HSL86°72.51%58.63%
HSB/HSV86°67.70%88.63%
CMYK29.20%0.00%67.70%
11.37%

Color #A0E249 in popluar number systems.

HEXA0E249
Decimal16022673
Binary10100000111000101001001
Octal240342111

Shades and tints

Shades of #A0E249

#A0E249
(160,226,73)
#92CE43
(146,206,67)
#84BA3D
(132,186,61)
#76A637
(118,166,55)
#689231
(104,146,49)
#5A7E2B
(90,126,43)
#4C6A25
(76,106,37)
#3E561F
(62,86,31)
#304219
(48,66,25)
#222E13
(34,46,19)
#141A0D
(20,26,13)
#000000
(0,0,0)

Tints of #A0E249

#A0E249
(160,226,73)
#A8E459
(168,228,89)
#B0E669
(176,230,105)
#B8E879
(184,232,121)
#C0EA89
(192,234,137)
#C8EC99
(200,236,153)
#D0EEA9
(208,238,169)
#D8F0B9
(216,240,185)
#E0F2C9
(224,242,201)
#E8F4D9
(232,244,217)
#F0F6E9
(240,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0E249; }

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

This text font color is #A0E249.


Background Color

.myBgColor { background-color: #A0E249; }

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

This div background color is #A0E249.


Border color

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

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

This div border color is #A0E249.


Opacity

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

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

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

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

This text has shadow with #A0E249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0E249 on black background.


Color preview on white background

This text has color #A0E249 on white background.



Black color preview on #A0E249 background

This text has black color on #A0E249 background.


White color preview on #A0E249 background

This text has white color on #A0E249 background.