COLOR #A0E724

HEX: #A0E724
RGB: (160,231,36)

Color info

#A0E724 contains mainly green color. Web safe color of #A0E724 is #99FF33 (or #9F3).

RGB color model

#A0E724 color RGB value is (160,231,36).

  • red value is 160;
  • green value is 231;
  • blue value is 36.
RGB:
(160,231,36)
(63%,91%,14%)

RGB channels and saturation

R 160 of 255 = 63%
G 231 of 255 = 91%
B 36 of 255 = 14%

160
231
36

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

Portions of RGB colors in percentages

R + G + B =
160 + 231 + 36 = 427 (100%)
R 160 of 427 ~ 37.47%
G 231 of 427 ~ 54.1%
B 36 of 427 ~ 8.43%

%37.47
%54.1

CMYK color model

#A0E724 color CMYK value is (31,0,84,9).

  • cyan value is 30.74%
  • magenta value is 0.00%
  • yellow value is 84.42%
  • key color value is 9.41%
CMYK:
(31,0,84,9)
C31M0Y84K9 
(31%,0%,84%,9%)
(0.31/0.00/0.84/0.09)	

CMYK percentages

%30.74
%0
%84.42
%9.41

Codes

Color #A0E724 in popluar color models

A0E724
RGB16023136
HSL82°80.25%52.35%
HSB/HSV82°84.42%90.59%
CMYK30.74%0.00%84.42%
9.41%

Color #A0E724 in popluar number systems.

HEXA0E724
Decimal16023136
Binary1010000011100111100100
Octal24034744

Shades and tints

Shades of #A0E724

#A0E724
(160,231,36)
#92D221
(146,210,33)
#84BD1E
(132,189,30)
#76A81B
(118,168,27)
#689318
(104,147,24)
#5A7E15
(90,126,21)
#4C6912
(76,105,18)
#3E540F
(62,84,15)
#303F0C
(48,63,12)
#222A09
(34,42,9)
#141506
(20,21,6)
#000000
(0,0,0)

Tints of #A0E724

#A0E724
(160,231,36)
#A8E937
(168,233,55)
#B0EB4A
(176,235,74)
#B8ED5D
(184,237,93)
#C0EF70
(192,239,112)
#C8F183
(200,241,131)
#D0F396
(208,243,150)
#D8F5A9
(216,245,169)
#E0F7BC
(224,247,188)
#E8F9CF
(232,249,207)
#F0FBE2
(240,251,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0E724 color. Also use rgb(160,231,36) instead hex code.

Text Font Color

.myTextColor { color: #A0E724; }

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

This text font color is #A0E724.


Background Color

.myBgColor { background-color: #A0E724; }

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

This div background color is #A0E724.


Border color

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

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

This div border color is #A0E724.


Opacity

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

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

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

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

This text has shadow with #A0E724 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0E724 on black background.


Color preview on white background

This text has color #A0E724 on white background.



Black color preview on #A0E724 background

This text has black color on #A0E724 background.


White color preview on #A0E724 background

This text has white color on #A0E724 background.