COLOR #A0D66F

HEX: #A0D66F
RGB: (160,214,111)

Color info

#A0D66F contains mainly red and green colors. Web safe color of #A0D66F is #99CC66 (or #9C6).

RGB color model

#A0D66F color RGB value is (160,214,111).

  • red value is 160;
  • green value is 214;
  • blue value is 111.
RGB:
(160,214,111)
(63%,84%,44%)

RGB channels and saturation

R 160 of 255 = 63%
G 214 of 255 = 84%
B 111 of 255 = 44%

160
214
111

R + G + B ~ 64%. #A0D66F is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 214 + 111 = 485 (100%)
R 160 of 485 ~ 32.99%
G 214 of 485 ~ 44.12%
B 111 of 485 ~ 22.89%

%32.99
%44.12
%22.89

CMYK color model

#A0D66F color CMYK value is (25,0,48,16).

  • cyan value is 25.23%
  • magenta value is 0.00%
  • yellow value is 48.13%
  • key color value is 16.08%
CMYK:
(25,0,48,16)
C25M0Y48K16 
(25%,0%,48%,16%)
(0.25/0.00/0.48/0.16)	

CMYK percentages

%25.23
%0
%48.13
%16.08

Codes

Color #A0D66F in popluar color models

A0D66F
RGB160214111
HSL91°55.68%63.73%
HSB/HSV91°48.13%83.92%
CMYK25.23%0.00%48.13%
16.08%

Color #A0D66F in popluar number systems.

HEXA0D66F
Decimal160214111
Binary10100000110101101101111
Octal240326157

Shades and tints

Shades of #A0D66F

#A0D66F
(160,214,111)
#92C365
(146,195,101)
#84B05B
(132,176,91)
#769D51
(118,157,81)
#688A47
(104,138,71)
#5A773D
(90,119,61)
#4C6433
(76,100,51)
#3E5129
(62,81,41)
#303E1F
(48,62,31)
#222B15
(34,43,21)
#14180B
(20,24,11)
#000000
(0,0,0)

Tints of #A0D66F

#A0D66F
(160,214,111)
#A8D97C
(168,217,124)
#B0DC89
(176,220,137)
#B8DF96
(184,223,150)
#C0E2A3
(192,226,163)
#C8E5B0
(200,229,176)
#D0E8BD
(208,232,189)
#D8EBCA
(216,235,202)
#E0EED7
(224,238,215)
#E8F1E4
(232,241,228)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0D66F; }

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

This text font color is #A0D66F.


Background Color

.myBgColor { background-color: #A0D66F; }

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

This div background color is #A0D66F.


Border color

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

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

This div border color is #A0D66F.


Opacity

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

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

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

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

This text has shadow with #A0D66F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0D66F on black background.


Color preview on white background

This text has color #A0D66F on white background.



Black color preview on #A0D66F background

This text has black color on #A0D66F background.


White color preview on #A0D66F background

This text has white color on #A0D66F background.