COLOR #A0ED84

HEX: #A0ED84 RGB: (160,237,132)

Color info

#A0ED84 contains mainly green color. Web safe color of #A0ED84 is #99FF99 (or #9F9).

RGB color model

#A0ED84 color RGB value is (160,237,132).

RGB: (160,237,132) (63%, 93%, 52%)

RGB channels and saturation

R 160 of 255 = 63%
G 237 of 255 = 93%
B 132 of 255 = 52%

160
237
132

R + G + B ~ 69%. #A0ED84 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 237 + 132 = 529 (100%)
R 160 of 529 ~ 30.25%
G 237 of 529 ~ 44.8%
B 132 of 529 ~ 24.95'%

%30.25
%44.8
%24.95

CMYK color model

#A0ED84 color CMYK value is (32,0,44,7).

  • cyan value is 32.49%
  • magenta value is 0.00%
  • yellow value is 44.30%
  • key color value is 7.06%

CMYK: (32,0,44,7)
C32M0Y44K7 (32%, 0%, 44%, 7%)
(0.32 / 0.00 / 0.44 / 0.07)

CMYK percentages

%32.49
%0
%44.3
%7.06

Codes

Color #A0ED84 in popluar color models

A0 ED 84
RGB 160 237 132
HSL 104° 74.47% 72.35%
HSB/HSV 104° 44.30% 92.94%
CMYK 32.49% 0.00% 44.30%
7.06%

Color #A0ED84 in popluar number systems.

HEX A0 ED 84
Decimal 160 237 132
Binary 10100000 11101101 10000100
Octal 240 355 204

Shades and tints

Shades of #A0ED84

#A0ED84
(160,237,132)
#92D878
(146,216,120)
#84C36C
(132,195,108)
#76AE60
(118,174,96)
#689954
(104,153,84)
#5A8448
(90,132,72)
#4C6F3C
(76,111,60)
#3E5A30
(62,90,48)
#304524
(48,69,36)
#223018
(34,48,24)
#141B0C
(20,27,12)
#000000
(0,0,0)

Tints of #A0ED84

#A0ED84
(160,237,132)
#A8EE8F
(168,238,143)
#B0EF9A
(176,239,154)
#B8F0A5
(184,240,165)
#C0F1B0
(192,241,176)
#C8F2BB
(200,242,187)
#D0F3C6
(208,243,198)
#D8F4D1
(216,244,209)
#E0F5DC
(224,245,220)
#E8F6E7
(232,246,231)
#F0F7F2
(240,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0ED84 color. Also use rgb(160,237,132) instead hex code.

Text Font Color

.myTextColor { color: #A0ED84; }

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

This text font color is #A0ED84.

Background Color

.myBgColor { background-color: #A0ED84; }

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

This div background color is #A0ED84.

Border color

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

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

This div border color is #A0ED84.

Opacity

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

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

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

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

This text has shadow with #A0ED84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0ED84.

Preview

Color preview on black background

This text has color #A0ED84 on black background.


Color preview on white background

This text has color #A0ED84 on white background.


Black color preview on #A0ED84 background

This text has black color on #A0ED84 background.


White color preview on #A0ED84 background

This text has white color on #A0ED84 background.


Related colors

Complementary color

Complementary color for #A0ED84 is #5F127B.


I love getcolorcode.com

Triadic colors

1 #84A0ED and #ED84A0 with #A0ED84 are triadic colors.

2 #84EDA0 and #EDA084 with #A0ED84 are triadic colors.