COLOR #A1DD47

HEX: #A1DD47
RGB: (161,221,71)

Color info

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

RGB color model

#A1DD47 color RGB value is (161,221,71).

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

RGB channels and saturation

R 161 of 255 = 63%
G 221 of 255 = 87%
B 71 of 255 = 28%

161
221
71

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

Portions of RGB colors in percentages

R + G + B =
161 + 221 + 71 = 453 (100%)
R 161 of 453 ~ 35.54%
G 221 of 453 ~ 48.79%
B 71 of 453 ~ 15.67%

%35.54
%48.79
%15.67

CMYK color model

#A1DD47 color CMYK value is (27,0,68,13).

  • cyan value is 27.15%
  • magenta value is 0.00%
  • yellow value is 67.87%
  • key color value is 13.33%
CMYK:
(27,0,68,13)
C27M0Y68K13 
(27%,0%,68%,13%)
(0.27/0.00/0.68/0.13)	

CMYK percentages

%27.15
%0
%67.87
%13.33

Codes

Color #A1DD47 in popluar color models

A1DD47
RGB16122171
HSL84°68.81%57.25%
HSB/HSV84°67.87%86.67%
CMYK27.15%0.00%67.87%
13.33%

Color #A1DD47 in popluar number systems.

HEXA1DD47
Decimal16122171
Binary10100001110111011000111
Octal241335107

Shades and tints

Shades of #A1DD47

#A1DD47
(161,221,71)
#93C941
(147,201,65)
#85B53B
(133,181,59)
#77A135
(119,161,53)
#698D2F
(105,141,47)
#5B7929
(91,121,41)
#4D6523
(77,101,35)
#3F511D
(63,81,29)
#313D17
(49,61,23)
#232911
(35,41,17)
#15150B
(21,21,11)
#000000
(0,0,0)

Tints of #A1DD47

#A1DD47
(161,221,71)
#A9E057
(169,224,87)
#B1E367
(177,227,103)
#B9E677
(185,230,119)
#C1E987
(193,233,135)
#C9EC97
(201,236,151)
#D1EFA7
(209,239,167)
#D9F2B7
(217,242,183)
#E1F5C7
(225,245,199)
#E9F8D7
(233,248,215)
#F1FBE7
(241,251,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1DD47; }

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

This text font color is #A1DD47.


Background Color

.myBgColor { background-color: #A1DD47; }

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

This div background color is #A1DD47.


Border color

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

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

This div border color is #A1DD47.


Opacity

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

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

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

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

This text has shadow with #A1DD47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1DD47 on black background.


Color preview on white background

This text has color #A1DD47 on white background.



Black color preview on #A1DD47 background

This text has black color on #A1DD47 background.


White color preview on #A1DD47 background

This text has white color on #A1DD47 background.