COLOR #A1D995

HEX: #A1D995 RGB: (161,217,149)

Color info

#A1D995 contains mainly red and green colors. Web safe color of #A1D995 is #99CC99 (or #9C9).

RGB color model

#A1D995 color RGB value is (161,217,149).

RGB: (161,217,149) (63%, 85%, 58%)

RGB channels and saturation

R 161 of 255 = 63%
G 217 of 255 = 85%
B 149 of 255 = 58%

161
217
149

R + G + B ~ 69%. #A1D995 is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 217 + 149 = 527 (100%)
R 161 of 527 ~ 30.55%
G 217 of 527 ~ 41.18%
B 149 of 527 ~ 28.27'%

%30.55
%41.18
%28.27

CMYK color model

#A1D995 color CMYK value is (26,0,31,15).

  • cyan value is 25.81%
  • magenta value is 0.00%
  • yellow value is 31.34%
  • key color value is 14.90%

CMYK: (26,0,31,15)
C26M0Y31K15 (26%, 0%, 31%, 15%)
(0.26 / 0.00 / 0.31 / 0.15)

CMYK percentages

%25.81
%0
%31.34
%14.9

Codes

Color #A1D995 in popluar color models

A1 D9 95
RGB 161 217 149
HSL 109° 47.22% 71.76%
HSB/HSV 109° 31.34% 85.10%
CMYK 25.81% 0.00% 31.34%
14.90%

Color #A1D995 in popluar number systems.

HEX A1 D9 95
Decimal 161 217 149
Binary 10100001 11011001 10010101
Octal 241 331 225

Shades and tints

Shades of #A1D995

#A1D995
(161,217,149)
#93C688
(147,198,136)
#85B37B
(133,179,123)
#77A06E
(119,160,110)
#698D61
(105,141,97)
#5B7A54
(91,122,84)
#4D6747
(77,103,71)
#3F543A
(63,84,58)
#31412D
(49,65,45)
#232E20
(35,46,32)
#151B13
(21,27,19)
#000000
(0,0,0)

Tints of #A1D995

#A1D995
(161,217,149)
#A9DC9E
(169,220,158)
#B1DFA7
(177,223,167)
#B9E2B0
(185,226,176)
#C1E5B9
(193,229,185)
#C9E8C2
(201,232,194)
#D1EBCB
(209,235,203)
#D9EED4
(217,238,212)
#E1F1DD
(225,241,221)
#E9F4E6
(233,244,230)
#F1F7EF
(241,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1D995 color. Also use rgb(161,217,149) instead hex code.

Text Font Color

.myTextColor { color: #A1D995; }

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

This text font color is #A1D995.

Background Color

.myBgColor { background-color: #A1D995; }

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

This div background color is #A1D995.

Border color

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

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

This div border color is #A1D995.

Opacity

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

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

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

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

This text has shadow with #A1D995 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1D995.

Preview

Color preview on black background

This text has color #A1D995 on black background.


Color preview on white background

This text has color #A1D995 on white background.


Black color preview on #A1D995 background

This text has black color on #A1D995 background.


White color preview on #A1D995 background

This text has white color on #A1D995 background.


Related colors

Complementary color

Complementary color for #hex is #5E266A.


I love getcolorcode.com

Triadic colors

1 #95A1D9 and #D995A1 with #A1D995 are triadic colors.

2 #95D9A1 and #D9A195 with #A1D995 are triadic colors.