COLOR #A0E04C

HEX: #A0E04C
RGB: (160,224,76)

Color info

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

RGB color model

#A0E04C color RGB value is (160,224,76).

  • red value is 160;
  • green value is 224;
  • blue value is 76.
RGB:
(160,224,76)
(63%,88%,30%)

RGB channels and saturation

R 160 of 255 = 63%
G 224 of 255 = 88%
B 76 of 255 = 30%

160
224
76

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

Portions of RGB colors in percentages

R + G + B =
160 + 224 + 76 = 460 (100%)
R 160 of 460 ~ 34.78%
G 224 of 460 ~ 48.7%
B 76 of 460 ~ 16.52%

%34.78
%48.7
%16.52

CMYK color model

#A0E04C color CMYK value is (29,0,66,12).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 66.07%
  • key color value is 12.16%
CMYK:
(29,0,66,12)
C29M0Y66K12 
(29%,0%,66%,12%)
(0.29/0.00/0.66/0.12)	

CMYK percentages

%28.57
%0
%66.07
%12.16

Codes

Color #A0E04C in popluar color models

A0E04C
RGB16022476
HSL86°70.48%58.82%
HSB/HSV86°66.07%87.84%
CMYK28.57%0.00%66.07%
12.16%

Color #A0E04C in popluar number systems.

HEXA0E04C
Decimal16022476
Binary10100000111000001001100
Octal240340114

Shades and tints

Shades of #A0E04C

#A0E04C
(160,224,76)
#92CC46
(146,204,70)
#84B840
(132,184,64)
#76A43A
(118,164,58)
#689034
(104,144,52)
#5A7C2E
(90,124,46)
#4C6828
(76,104,40)
#3E5422
(62,84,34)
#30401C
(48,64,28)
#222C16
(34,44,22)
#141810
(20,24,16)
#000000
(0,0,0)

Tints of #A0E04C

#A0E04C
(160,224,76)
#A8E25C
(168,226,92)
#B0E46C
(176,228,108)
#B8E67C
(184,230,124)
#C0E88C
(192,232,140)
#C8EA9C
(200,234,156)
#D0ECAC
(208,236,172)
#D8EEBC
(216,238,188)
#E0F0CC
(224,240,204)
#E8F2DC
(232,242,220)
#F0F4EC
(240,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0E04C color. Also use rgb(160,224,76) instead hex code.

Text Font Color

.myTextColor { color: #A0E04C; }

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

This text font color is #A0E04C.


Background Color

.myBgColor { background-color: #A0E04C; }

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

This div background color is #A0E04C.


Border color

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

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

This div border color is #A0E04C.


Opacity

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

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

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

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

This text has shadow with #A0E04C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0E04C on black background.


Color preview on white background

This text has color #A0E04C on white background.



Black color preview on #A0E04C background

This text has black color on #A0E04C background.


White color preview on #A0E04C background

This text has white color on #A0E04C background.