COLOR #A0DD4C

HEX: #A0DD4C
RGB: (160,221,76)

Color info

#A0DD4C contains mainly green color. Web safe color of #A0DD4C is #99CC33 (or #9C3).

RGB color model

#A0DD4C color RGB value is (160,221,76).

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

RGB channels and saturation

R 160 of 255 = 63%
G 221 of 255 = 87%
B 76 of 255 = 30%

160
221
76

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

Portions of RGB colors in percentages

R + G + B =
160 + 221 + 76 = 457 (100%)
R 160 of 457 ~ 35.01%
G 221 of 457 ~ 48.36%
B 76 of 457 ~ 16.63%

%35.01
%48.36
%16.63

CMYK color model

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

  • cyan value is 27.60%
  • magenta value is 0.00%
  • yellow value is 65.61%
  • key color value is 13.33%
CMYK:
(28,0,66,13)
C28M0Y66K13 
(28%,0%,66%,13%)
(0.28/0.00/0.66/0.13)	

CMYK percentages

%27.6
%0
%65.61
%13.33

Codes

Color #A0DD4C in popluar color models

A0DD4C
RGB16022176
HSL85°68.08%58.24%
HSB/HSV85°65.61%86.67%
CMYK27.60%0.00%65.61%
13.33%

Color #A0DD4C in popluar number systems.

HEXA0DD4C
Decimal16022176
Binary10100000110111011001100
Octal240335114

Shades and tints

Shades of #A0DD4C

#A0DD4C
(160,221,76)
#92C946
(146,201,70)
#84B540
(132,181,64)
#76A13A
(118,161,58)
#688D34
(104,141,52)
#5A792E
(90,121,46)
#4C6528
(76,101,40)
#3E5122
(62,81,34)
#303D1C
(48,61,28)
#222916
(34,41,22)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #A0DD4C

#A0DD4C
(160,221,76)
#A8E05C
(168,224,92)
#B0E36C
(176,227,108)
#B8E67C
(184,230,124)
#C0E98C
(192,233,140)
#C8EC9C
(200,236,156)
#D0EFAC
(208,239,172)
#D8F2BC
(216,242,188)
#E0F5CC
(224,245,204)
#E8F8DC
(232,248,220)
#F0FBEC
(240,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0DD4C; }

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

This text font color is #A0DD4C.


Background Color

.myBgColor { background-color: #A0DD4C; }

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

This div background color is #A0DD4C.


Border color

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

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

This div border color is #A0DD4C.


Opacity

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

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

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

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

This text has shadow with #A0DD4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0DD4C on black background.


Color preview on white background

This text has color #A0DD4C on white background.



Black color preview on #A0DD4C background

This text has black color on #A0DD4C background.


White color preview on #A0DD4C background

This text has white color on #A0DD4C background.