COLOR #A1D195

HEX: #A1D195
RGB: (161,209,149)

Color info

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

RGB color model

#A1D195 color RGB value is (161,209,149).

  • red value is 161;
  • green value is 209;
  • blue value is 149.
RGB:
(161,209,149)
(63%,82%,58%)

RGB channels and saturation

R 161 of 255 = 63%
G 209 of 255 = 82%
B 149 of 255 = 58%

161
209
149

R + G + B ~ 68%. #A1D195 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 209 + 149 = 519 (100%)
R 161 of 519 ~ 31.02%
G 209 of 519 ~ 40.27%
B 149 of 519 ~ 28.71%

%31.02
%40.27
%28.71

CMYK color model

#A1D195 color CMYK value is (23,0,29,18).

  • cyan value is 22.97%
  • magenta value is 0.00%
  • yellow value is 28.71%
  • key color value is 18.04%
CMYK:
(23,0,29,18)
C23M0Y29K18 
(23%,0%,29%,18%)
(0.23/0.00/0.29/0.18)	

CMYK percentages

%22.97
%0
%28.71
%18.04

Codes

Color #A1D195 in popluar color models

A1D195
RGB161209149
HSL108°39.47%70.20%
HSB/HSV108°28.71%81.96%
CMYK22.97%0.00%28.71%
18.04%

Color #A1D195 in popluar number systems.

HEXA1D195
Decimal161209149
Binary101000011101000110010101
Octal241321225

Shades and tints

Shades of #A1D195

#A1D195
(161,209,149)
#93BE88
(147,190,136)
#85AB7B
(133,171,123)
#77986E
(119,152,110)
#698561
(105,133,97)
#5B7254
(91,114,84)
#4D5F47
(77,95,71)
#3F4C3A
(63,76,58)
#31392D
(49,57,45)
#232620
(35,38,32)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #A1D195

#A1D195
(161,209,149)
#A9D59E
(169,213,158)
#B1D9A7
(177,217,167)
#B9DDB0
(185,221,176)
#C1E1B9
(193,225,185)
#C9E5C2
(201,229,194)
#D1E9CB
(209,233,203)
#D9EDD4
(217,237,212)
#E1F1DD
(225,241,221)
#E9F5E6
(233,245,230)
#F1F9EF
(241,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1D195; }

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

This text font color is #A1D195.


Background Color

.myBgColor { background-color: #A1D195; }

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

This div background color is #A1D195.


Border color

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

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

This div border color is #A1D195.


Opacity

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

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

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

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

This text has shadow with #A1D195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1D195 on black background.


Color preview on white background

This text has color #A1D195 on white background.



Black color preview on #A1D195 background

This text has black color on #A1D195 background.


White color preview on #A1D195 background

This text has white color on #A1D195 background.