COLOR #A0DFA0

HEX: #A0DFA0
RGB: (160,223,160)

Color info

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

RGB color model

#A0DFA0 color RGB value is (160,223,160).

  • red value is 160;
  • green value is 223;
  • blue value is 160.
RGB:
(160,223,160)
(63%,87%,63%)

RGB channels and saturation

R 160 of 255 = 63%
G 223 of 255 = 87%
B 160 of 255 = 63%

160
223
160

R + G + B ~ 71%. #A0DFA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 223 + 160 = 543 (100%)
R 160 of 543 ~ 29.47%
G 223 of 543 ~ 41.07%
B 160 of 543 ~ 29.47%

%29.47
%41.07
%29.47

CMYK color model

#A0DFA0 color CMYK value is (28,0,28,13).

  • cyan value is 28.25%
  • magenta value is 0.00%
  • yellow value is 28.25%
  • key color value is 12.55%
CMYK:
(28,0,28,13)
C28M0Y28K13 
(28%,0%,28%,13%)
(0.28/0.00/0.28/0.13)	

CMYK percentages

%28.25
%0
%28.25
%12.55

Codes

Color #A0DFA0 in popluar color models

A0DFA0
RGB160223160
HSL120°49.61%75.10%
HSB/HSV120°28.25%87.45%
CMYK28.25%0.00%28.25%
12.55%

Color #A0DFA0 in popluar number systems.

HEXA0DFA0
Decimal160223160
Binary101000001101111110100000
Octal240337240

Shades and tints

Shades of #A0DFA0

#A0DFA0
(160,223,160)
#92CB92
(146,203,146)
#84B784
(132,183,132)
#76A376
(118,163,118)
#688F68
(104,143,104)
#5A7B5A
(90,123,90)
#4C674C
(76,103,76)
#3E533E
(62,83,62)
#303F30
(48,63,48)
#222B22
(34,43,34)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #A0DFA0

#A0DFA0
(160,223,160)
#A8E1A8
(168,225,168)
#B0E3B0
(176,227,176)
#B8E5B8
(184,229,184)
#C0E7C0
(192,231,192)
#C8E9C8
(200,233,200)
#D0EBD0
(208,235,208)
#D8EDD8
(216,237,216)
#E0EFE0
(224,239,224)
#E8F1E8
(232,241,232)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0DFA0; }

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

This text font color is #A0DFA0.


Background Color

.myBgColor { background-color: #A0DFA0; }

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

This div background color is #A0DFA0.


Border color

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

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

This div border color is #A0DFA0.


Opacity

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

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

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

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

This text has shadow with #A0DFA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0DFA0 on black background.


Color preview on white background

This text has color #A0DFA0 on white background.



Black color preview on #A0DFA0 background

This text has black color on #A0DFA0 background.


White color preview on #A0DFA0 background

This text has white color on #A0DFA0 background.