COLOR #A1D58F

HEX: #A1D58F
RGB: (161,213,143)

Color info

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

RGB color model

#A1D58F color RGB value is (161,213,143).

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

RGB channels and saturation

R 161 of 255 = 63%
G 213 of 255 = 84%
B 143 of 255 = 56%

161
213
143

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

Portions of RGB colors in percentages

R + G + B =
161 + 213 + 143 = 517 (100%)
R 161 of 517 ~ 31.14%
G 213 of 517 ~ 41.2%
B 143 of 517 ~ 27.66%

%31.14
%41.2
%27.66

CMYK color model

#A1D58F color CMYK value is (24,0,33,16).

  • cyan value is 24.41%
  • magenta value is 0.00%
  • yellow value is 32.86%
  • key color value is 16.47%
CMYK:
(24,0,33,16)
C24M0Y33K16 
(24%,0%,33%,16%)
(0.24/0.00/0.33/0.16)	

CMYK percentages

%24.41
%0
%32.86
%16.47

Codes

Color #A1D58F in popluar color models

A1D58F
RGB161213143
HSL105°45.45%69.80%
HSB/HSV105°32.86%83.53%
CMYK24.41%0.00%32.86%
16.47%

Color #A1D58F in popluar number systems.

HEXA1D58F
Decimal161213143
Binary101000011101010110001111
Octal241325217

Shades and tints

Shades of #A1D58F

#A1D58F
(161,213,143)
#93C282
(147,194,130)
#85AF75
(133,175,117)
#779C68
(119,156,104)
#69895B
(105,137,91)
#5B764E
(91,118,78)
#4D6341
(77,99,65)
#3F5034
(63,80,52)
#313D27
(49,61,39)
#232A1A
(35,42,26)
#15170D
(21,23,13)
#000000
(0,0,0)

Tints of #A1D58F

#A1D58F
(161,213,143)
#A9D899
(169,216,153)
#B1DBA3
(177,219,163)
#B9DEAD
(185,222,173)
#C1E1B7
(193,225,183)
#C9E4C1
(201,228,193)
#D1E7CB
(209,231,203)
#D9EAD5
(217,234,213)
#E1EDDF
(225,237,223)
#E9F0E9
(233,240,233)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1D58F; }

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

This text font color is #A1D58F.


Background Color

.myBgColor { background-color: #A1D58F; }

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

This div background color is #A1D58F.


Border color

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

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

This div border color is #A1D58F.


Opacity

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

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

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

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

This text has shadow with #A1D58F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1D58F on black background.


Color preview on white background

This text has color #A1D58F on white background.



Black color preview on #A1D58F background

This text has black color on #A1D58F background.


White color preview on #A1D58F background

This text has white color on #A1D58F background.