COLOR #A0DC88

HEX: #A0DC88
RGB: (160,220,136)

Color info

#A0DC88 contains mainly green color. Web safe color of #A0DC88 is #99CC99 (or #9C9).

RGB color model

#A0DC88 color RGB value is (160,220,136).

  • red value is 160;
  • green value is 220;
  • blue value is 136.
RGB:
(160,220,136)
(63%,86%,53%)

RGB channels and saturation

R 160 of 255 = 63%
G 220 of 255 = 86%
B 136 of 255 = 53%

160
220
136

R + G + B ~ 67%. #A0DC88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 220 + 136 = 516 (100%)
R 160 of 516 ~ 31.01%
G 220 of 516 ~ 42.64%
B 136 of 516 ~ 26.36%

%31.01
%42.64
%26.36

CMYK color model

#A0DC88 color CMYK value is (27,0,38,14).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 38.18%
  • key color value is 13.73%
CMYK:
(27,0,38,14)
C27M0Y38K14 
(27%,0%,38%,14%)
(0.27/0.00/0.38/0.14)	

CMYK percentages

%27.27
%0
%38.18
%13.73

Codes

Color #A0DC88 in popluar color models

A0DC88
RGB160220136
HSL103°54.55%69.80%
HSB/HSV103°38.18%86.27%
CMYK27.27%0.00%38.18%
13.73%

Color #A0DC88 in popluar number systems.

HEXA0DC88
Decimal160220136
Binary101000001101110010001000
Octal240334210

Shades and tints

Shades of #A0DC88

#A0DC88
(160,220,136)
#92C87C
(146,200,124)
#84B470
(132,180,112)
#76A064
(118,160,100)
#688C58
(104,140,88)
#5A784C
(90,120,76)
#4C6440
(76,100,64)
#3E5034
(62,80,52)
#303C28
(48,60,40)
#22281C
(34,40,28)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #A0DC88

#A0DC88
(160,220,136)
#A8DF92
(168,223,146)
#B0E29C
(176,226,156)
#B8E5A6
(184,229,166)
#C0E8B0
(192,232,176)
#C8EBBA
(200,235,186)
#D0EEC4
(208,238,196)
#D8F1CE
(216,241,206)
#E0F4D8
(224,244,216)
#E8F7E2
(232,247,226)
#F0FAEC
(240,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0DC88 color. Also use rgb(160,220,136) instead hex code.

Text Font Color

.myTextColor { color: #A0DC88; }

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

This text font color is #A0DC88.


Background Color

.myBgColor { background-color: #A0DC88; }

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

This div background color is #A0DC88.


Border color

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

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

This div border color is #A0DC88.


Opacity

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

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

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

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

This text has shadow with #A0DC88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0DC88 on black background.


Color preview on white background

This text has color #A0DC88 on white background.



Black color preview on #A0DC88 background

This text has black color on #A0DC88 background.


White color preview on #A0DC88 background

This text has white color on #A0DC88 background.