COLOR #A0EF4E

HEX: #A0EF4E
RGB: (160,239,78)

Color info

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

RGB color model

#A0EF4E color RGB value is (160,239,78).

  • red value is 160;
  • green value is 239;
  • blue value is 78.
RGB:
(160,239,78)
(63%,94%,31%)

RGB channels and saturation

R 160 of 255 = 63%
G 239 of 255 = 94%
B 78 of 255 = 31%

160
239
78

R + G + B ~ 63%. #A0EF4E is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 239 + 78 = 477 (100%)
R 160 of 477 ~ 33.54%
G 239 of 477 ~ 50.1%
B 78 of 477 ~ 16.35%

%33.54
%50.1
%16.35

CMYK color model

#A0EF4E color CMYK value is (33,0,67,6).

  • cyan value is 33.05%
  • magenta value is 0.00%
  • yellow value is 67.36%
  • key color value is 6.27%
CMYK:
(33,0,67,6)
C33M0Y67K6 
(33%,0%,67%,6%)
(0.33/0.00/0.67/0.06)	

CMYK percentages

%33.05
%0
%67.36
%6.27

Codes

Color #A0EF4E in popluar color models

A0EF4E
RGB16023978
HSL89°83.42%62.16%
HSB/HSV89°67.36%93.73%
CMYK33.05%0.00%67.36%
6.27%

Color #A0EF4E in popluar number systems.

HEXA0EF4E
Decimal16023978
Binary10100000111011111001110
Octal240357116

Shades and tints

Shades of #A0EF4E

#A0EF4E
(160,239,78)
#92DA47
(146,218,71)
#84C540
(132,197,64)
#76B039
(118,176,57)
#689B32
(104,155,50)
#5A862B
(90,134,43)
#4C7124
(76,113,36)
#3E5C1D
(62,92,29)
#304716
(48,71,22)
#22320F
(34,50,15)
#141D08
(20,29,8)
#000000
(0,0,0)

Tints of #A0EF4E

#A0EF4E
(160,239,78)
#A8F05E
(168,240,94)
#B0F16E
(176,241,110)
#B8F27E
(184,242,126)
#C0F38E
(192,243,142)
#C8F49E
(200,244,158)
#D0F5AE
(208,245,174)
#D8F6BE
(216,246,190)
#E0F7CE
(224,247,206)
#E8F8DE
(232,248,222)
#F0F9EE
(240,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0EF4E color. Also use rgb(160,239,78) instead hex code.

Text Font Color

.myTextColor { color: #A0EF4E; }

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

This text font color is #A0EF4E.


Background Color

.myBgColor { background-color: #A0EF4E; }

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

This div background color is #A0EF4E.


Border color

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

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

This div border color is #A0EF4E.


Opacity

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

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

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

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

This text has shadow with #A0EF4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0EF4E on black background.


Color preview on white background

This text has color #A0EF4E on white background.



Black color preview on #A0EF4E background

This text has black color on #A0EF4E background.


White color preview on #A0EF4E background

This text has white color on #A0EF4E background.