COLOR #A1D299

HEX: #A1D299
RGB: (161,210,153)

Color info

#A1D299 contains red, green and blue colors in about the same proportion. Web safe color of #A1D299 is #99CC99 (or #9C9).

RGB color model

#A1D299 color RGB value is (161,210,153).

  • red value is 161;
  • green value is 210;
  • blue value is 153.
RGB:
(161,210,153)
(63%,82%,60%)

RGB channels and saturation

R 161 of 255 = 63%
G 210 of 255 = 82%
B 153 of 255 = 60%

161
210
153

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

Portions of RGB colors in percentages

R + G + B =
161 + 210 + 153 = 524 (100%)
R 161 of 524 ~ 30.73%
G 210 of 524 ~ 40.08%
B 153 of 524 ~ 29.2%

%30.73
%40.08
%29.2

CMYK color model

#A1D299 color CMYK value is (23,0,27,18).

  • cyan value is 23.33%
  • magenta value is 0.00%
  • yellow value is 27.14%
  • key color value is 17.65%
CMYK:
(23,0,27,18)
C23M0Y27K18 
(23%,0%,27%,18%)
(0.23/0.00/0.27/0.18)	

CMYK percentages

%23.33
%0
%27.14
%17.65

Codes

Color #A1D299 in popluar color models

A1D299
RGB161210153
HSL112°38.78%71.18%
HSB/HSV112°27.14%82.35%
CMYK23.33%0.00%27.14%
17.65%

Color #A1D299 in popluar number systems.

HEXA1D299
Decimal161210153
Binary101000011101001010011001
Octal241322231

Shades and tints

Shades of #A1D299

#A1D299
(161,210,153)
#93BF8C
(147,191,140)
#85AC7F
(133,172,127)
#779972
(119,153,114)
#698665
(105,134,101)
#5B7358
(91,115,88)
#4D604B
(77,96,75)
#3F4D3E
(63,77,62)
#313A31
(49,58,49)
#232724
(35,39,36)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #A1D299

#A1D299
(161,210,153)
#A9D6A2
(169,214,162)
#B1DAAB
(177,218,171)
#B9DEB4
(185,222,180)
#C1E2BD
(193,226,189)
#C9E6C6
(201,230,198)
#D1EACF
(209,234,207)
#D9EED8
(217,238,216)
#E1F2E1
(225,242,225)
#E9F6EA
(233,246,234)
#F1FAF3
(241,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1D299 color. Also use rgb(161,210,153) instead hex code.

Text Font Color

.myTextColor { color: #A1D299; }

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

This text font color is #A1D299.


Background Color

.myBgColor { background-color: #A1D299; }

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

This div background color is #A1D299.


Border color

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

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

This div border color is #A1D299.


Opacity

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

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

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

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

This text has shadow with #A1D299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1D299 on black background.


Color preview on white background

This text has color #A1D299 on white background.



Black color preview on #A1D299 background

This text has black color on #A1D299 background.


White color preview on #A1D299 background

This text has white color on #A1D299 background.