COLOR #A1D12F

HEX: #A1D12F RGB: (161,209,47)

Color info

#A1D12F contains mainly red and green colors. Web safe color of #A1D12F is #99CC33 (or #9C3).

RGB color model

#A1D12F color RGB value is (161,209,47).

RGB: (161,209,47) (63%, 82%, 18%)

RGB channels and saturation

R 161 of 255 = 63%
G 209 of 255 = 82%
B 47 of 255 = 18%

161
209
47

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

Portions of RGB colors in percentages

R + G + B = 161 + 209 + 47 = 417 (100%)
R 161 of 417 ~ 38.61%
G 209 of 417 ~ 50.12%
B 47 of 417 ~ 11.27'%

%38.61
%50.12
%11.27

CMYK color model

#A1D12F color CMYK value is (23,0,78,18).

  • cyan value is 22.97%
  • magenta value is 0.00%
  • yellow value is 77.51%
  • key color value is 18.04%
CMYK: (23,0,78,18) C23M0Y78K18 (23%,0%,78%,18%) (0.23/0.00/0.78/0.18) 

CMYK percentages

%22.97
%0
%77.51
%18.04

Codes

Color #A1D12F in popluar color models

A1 D1 2F
RGB 161 209 47
HSL 78° 63.78% 50.20%
HSB/HSV 78° 77.51% 81.96%
CMYK 22.97% 0.00% 77.51%
18.04%

Color #A1D12F in popluar number systems.

HEX A1 D1 2F
Decimal 161 209 47
Binary 10100001 11010001 101111
Octal 241 321 57

Shades and tints

Shades of #A1D12F

#A1D12F
(161,209,47)
#93BE2B
(147,190,43)
#85AB27
(133,171,39)
#779823
(119,152,35)
#69851F
(105,133,31)
#5B721B
(91,114,27)
#4D5F17
(77,95,23)
#3F4C13
(63,76,19)
#31390F
(49,57,15)
#23260B
(35,38,11)
#151307
(21,19,7)
#000000
(0,0,0)

Tints of #A1D12F

#A1D12F
(161,209,47)
#A9D541
(169,213,65)
#B1D953
(177,217,83)
#B9DD65
(185,221,101)
#C1E177
(193,225,119)
#C9E589
(201,229,137)
#D1E99B
(209,233,155)
#D9EDAD
(217,237,173)
#E1F1BF
(225,241,191)
#E9F5D1
(233,245,209)
#F1F9E3
(241,249,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1D12F color. Also use rgb(161,209,47) instead hex code.

Text Font Color

.myTextColor { color: #A1D12F; }

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

This text font color is #A1D12F.

Background Color

.myBgColor { background-color: #A1D12F; }

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

This div background color is #A1D12F.

Border color

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

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

This div border color is #A1D12F.

Opacity

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

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

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

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

This text has shadow with #A1D12F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1D12F.

Preview

Color preview on black background

This text has color #A1D12F on black background.


Color preview on white background

This text has color #A1D12F on white background.


Black color preview on #A1D12F background

This text has black color on #A1D12F background.


White color preview on #A1D12F background

This text has white color on #A1D12F background.


Related colors

Complementary color

Complementary color for #hex is #5E2ED0.


I love getcolorcode.com

Triadic colors

1 #2FA1D1 and #D12FA1 with #A1D12F are triadic colors.

2 #2FD1A1 and #D1A12F with #A1D12F are triadic colors.