COLOR #A1DD4F

HEX: #A1DD4F
RGB: (161,221,79)

Color info

#A1DD4F contains mainly green color. Web safe color of #A1DD4F is #99CC66 (or #9C6).

RGB color model

#A1DD4F color RGB value is (161,221,79).

  • red value is 161;
  • green value is 221;
  • blue value is 79.
RGB:
(161,221,79)
(63%,87%,31%)

RGB channels and saturation

R 161 of 255 = 63%
G 221 of 255 = 87%
B 79 of 255 = 31%

161
221
79

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

Portions of RGB colors in percentages

R + G + B =
161 + 221 + 79 = 461 (100%)
R 161 of 461 ~ 34.92%
G 221 of 461 ~ 47.94%
B 79 of 461 ~ 17.14%

%34.92
%47.94
%17.14

CMYK color model

#A1DD4F color CMYK value is (27,0,64,13).

  • cyan value is 27.15%
  • magenta value is 0.00%
  • yellow value is 64.25%
  • key color value is 13.33%
CMYK:
(27,0,64,13)
C27M0Y64K13 
(27%,0%,64%,13%)
(0.27/0.00/0.64/0.13)	

CMYK percentages

%27.15
%0
%64.25
%13.33

Codes

Color #A1DD4F in popluar color models

A1DD4F
RGB16122179
HSL85°67.62%58.82%
HSB/HSV85°64.25%86.67%
CMYK27.15%0.00%64.25%
13.33%

Color #A1DD4F in popluar number systems.

HEXA1DD4F
Decimal16122179
Binary10100001110111011001111
Octal241335117

Shades and tints

Shades of #A1DD4F

#A1DD4F
(161,221,79)
#93C948
(147,201,72)
#85B541
(133,181,65)
#77A13A
(119,161,58)
#698D33
(105,141,51)
#5B792C
(91,121,44)
#4D6525
(77,101,37)
#3F511E
(63,81,30)
#313D17
(49,61,23)
#232910
(35,41,16)
#151509
(21,21,9)
#000000
(0,0,0)

Tints of #A1DD4F

#A1DD4F
(161,221,79)
#A9E05F
(169,224,95)
#B1E36F
(177,227,111)
#B9E67F
(185,230,127)
#C1E98F
(193,233,143)
#C9EC9F
(201,236,159)
#D1EFAF
(209,239,175)
#D9F2BF
(217,242,191)
#E1F5CF
(225,245,207)
#E9F8DF
(233,248,223)
#F1FBEF
(241,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1DD4F color. Also use rgb(161,221,79) instead hex code.

Text Font Color

.myTextColor { color: #A1DD4F; }

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

This text font color is #A1DD4F.


Background Color

.myBgColor { background-color: #A1DD4F; }

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

This div background color is #A1DD4F.


Border color

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

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

This div border color is #A1DD4F.


Opacity

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

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

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

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

This text has shadow with #A1DD4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1DD4F on black background.


Color preview on white background

This text has color #A1DD4F on white background.



Black color preview on #A1DD4F background

This text has black color on #A1DD4F background.


White color preview on #A1DD4F background

This text has white color on #A1DD4F background.