COLOR #A1D598

HEX: #A1D598
RGB: (161,213,152)

Color info

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

RGB color model

#A1D598 color RGB value is (161,213,152).

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

RGB channels and saturation

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

161
213
152

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

Portions of RGB colors in percentages

R + G + B =
161 + 213 + 152 = 526 (100%)
R 161 of 526 ~ 30.61%
G 213 of 526 ~ 40.49%
B 152 of 526 ~ 28.9%

%30.61
%40.49
%28.9

CMYK color model

#A1D598 color CMYK value is (24,0,29,16).

  • cyan value is 24.41%
  • magenta value is 0.00%
  • yellow value is 28.64%
  • key color value is 16.47%
CMYK:
(24,0,29,16)
C24M0Y29K16 
(24%,0%,29%,16%)
(0.24/0.00/0.29/0.16)	

CMYK percentages

%24.41
%0
%28.64
%16.47

Codes

Color #A1D598 in popluar color models

A1D598
RGB161213152
HSL111°42.07%71.57%
HSB/HSV111°28.64%83.53%
CMYK24.41%0.00%28.64%
16.47%

Color #A1D598 in popluar number systems.

HEXA1D598
Decimal161213152
Binary101000011101010110011000
Octal241325230

Shades and tints

Shades of #A1D598

#A1D598
(161,213,152)
#93C28B
(147,194,139)
#85AF7E
(133,175,126)
#779C71
(119,156,113)
#698964
(105,137,100)
#5B7657
(91,118,87)
#4D634A
(77,99,74)
#3F503D
(63,80,61)
#313D30
(49,61,48)
#232A23
(35,42,35)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #A1D598

#A1D598
(161,213,152)
#A9D8A1
(169,216,161)
#B1DBAA
(177,219,170)
#B9DEB3
(185,222,179)
#C1E1BC
(193,225,188)
#C9E4C5
(201,228,197)
#D1E7CE
(209,231,206)
#D9EAD7
(217,234,215)
#E1EDE0
(225,237,224)
#E9F0E9
(233,240,233)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1D598; }

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

This text font color is #A1D598.


Background Color

.myBgColor { background-color: #A1D598; }

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

This div background color is #A1D598.


Border color

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

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

This div border color is #A1D598.


Opacity

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

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

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

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

This text has shadow with #A1D598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1D598 on black background.


Color preview on white background

This text has color #A1D598 on white background.



Black color preview on #A1D598 background

This text has black color on #A1D598 background.


White color preview on #A1D598 background

This text has white color on #A1D598 background.