COLOR #A1D599

HEX: #A1D599
RGB: (161,213,153)

Color info

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

RGB color model

#A1D599 color RGB value is (161,213,153).

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

RGB channels and saturation

R 161 of 255 = 63%
G 213 of 255 = 84%
B 153 of 255 = 60%

161
213
153

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

Portions of RGB colors in percentages

R + G + B =
161 + 213 + 153 = 527 (100%)
R 161 of 527 ~ 30.55%
G 213 of 527 ~ 40.42%
B 153 of 527 ~ 29.03%

%30.55
%40.42
%29.03

CMYK color model

#A1D599 color CMYK value is (24,0,28,16).

  • cyan value is 24.41%
  • magenta value is 0.00%
  • yellow value is 28.17%
  • key color value is 16.47%
CMYK:
(24,0,28,16)
C24M0Y28K16 
(24%,0%,28%,16%)
(0.24/0.00/0.28/0.16)	

CMYK percentages

%24.41
%0
%28.17
%16.47

Codes

Color #A1D599 in popluar color models

A1D599
RGB161213153
HSL112°41.67%71.76%
HSB/HSV112°28.17%83.53%
CMYK24.41%0.00%28.17%
16.47%

Color #A1D599 in popluar number systems.

HEXA1D599
Decimal161213153
Binary101000011101010110011001
Octal241325231

Shades and tints

Shades of #A1D599

#A1D599
(161,213,153)
#93C28C
(147,194,140)
#85AF7F
(133,175,127)
#779C72
(119,156,114)
#698965
(105,137,101)
#5B7658
(91,118,88)
#4D634B
(77,99,75)
#3F503E
(63,80,62)
#313D31
(49,61,49)
#232A24
(35,42,36)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #A1D599

#A1D599
(161,213,153)
#A9D8A2
(169,216,162)
#B1DBAB
(177,219,171)
#B9DEB4
(185,222,180)
#C1E1BD
(193,225,189)
#C9E4C6
(201,228,198)
#D1E7CF
(209,231,207)
#D9EAD8
(217,234,216)
#E1EDE1
(225,237,225)
#E9F0EA
(233,240,234)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1D599; }

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

This text font color is #A1D599.


Background Color

.myBgColor { background-color: #A1D599; }

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

This div background color is #A1D599.


Border color

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

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

This div border color is #A1D599.


Opacity

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

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

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

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

This text has shadow with #A1D599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1D599 on black background.


Color preview on white background

This text has color #A1D599 on white background.



Black color preview on #A1D599 background

This text has black color on #A1D599 background.


White color preview on #A1D599 background

This text has white color on #A1D599 background.