COLOR #A1D85F

HEX: #A1D85F RGB: (161,216,95)

Color info

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

RGB color model

#A1D85F color RGB value is (161,216,95).

RGB: (161,216,95) (63%, 85%, 37%)

RGB channels and saturation

R 161 of 255 = 63%
G 216 of 255 = 85%
B 95 of 255 = 37%

161
216
95

R + G + B ~ 62%. #A1D85F is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 216 + 95 = 472 (100%)
R 161 of 472 ~ 34.11%
G 216 of 472 ~ 45.76%
B 95 of 472 ~ 20.13'%

%34.11
%45.76
%20.13

CMYK color model

#A1D85F color CMYK value is (25,0,56,15).

  • cyan value is 25.46%
  • magenta value is 0.00%
  • yellow value is 56.02%
  • key color value is 15.29%

CMYK: (25,0,56,15)
C25M0Y56K15 (25%, 0%, 56%, 15%)
(0.25 / 0.00 / 0.56 / 0.15)

CMYK percentages

%25.46
%0
%56.02
%15.29

Codes

Color #A1D85F in popluar color models

A1 D8 5F
RGB 161 216 95
HSL 87° 60.80% 60.98%
HSB/HSV 87° 56.02% 84.71%
CMYK 25.46% 0.00% 56.02%
15.29%

Color #A1D85F in popluar number systems.

HEX A1 D8 5F
Decimal 161 216 95
Binary 10100001 11011000 1011111
Octal 241 330 137

Shades and tints

Shades of #A1D85F

#A1D85F
(161,216,95)
#93C557
(147,197,87)
#85B24F
(133,178,79)
#779F47
(119,159,71)
#698C3F
(105,140,63)
#5B7937
(91,121,55)
#4D662F
(77,102,47)
#3F5327
(63,83,39)
#31401F
(49,64,31)
#232D17
(35,45,23)
#151A0F
(21,26,15)
#000000
(0,0,0)

Tints of #A1D85F

#A1D85F
(161,216,95)
#A9DB6D
(169,219,109)
#B1DE7B
(177,222,123)
#B9E189
(185,225,137)
#C1E497
(193,228,151)
#C9E7A5
(201,231,165)
#D1EAB3
(209,234,179)
#D9EDC1
(217,237,193)
#E1F0CF
(225,240,207)
#E9F3DD
(233,243,221)
#F1F6EB
(241,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1D85F color. Also use rgb(161,216,95) instead hex code.

Text Font Color

.myTextColor { color: #A1D85F; }

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

This text font color is #A1D85F.

Background Color

.myBgColor { background-color: #A1D85F; }

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

This div background color is #A1D85F.

Border color

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

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

This div border color is #A1D85F.

Opacity

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

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

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

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

This text has shadow with #A1D85F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1D85F.

Preview

Color preview on black background

This text has color #A1D85F on black background.


Color preview on white background

This text has color #A1D85F on white background.


Black color preview on #A1D85F background

This text has black color on #A1D85F background.


White color preview on #A1D85F background

This text has white color on #A1D85F background.


Related colors

Complementary color

Complementary color for #hex is #5E27A0.


I love getcolorcode.com

Triadic colors

1 #5FA1D8 and #D85FA1 with #A1D85F are triadic colors.

2 #5FD8A1 and #D8A15F with #A1D85F are triadic colors.