COLOR #A1C58D

HEX: #A1C58D RGB: (161,197,141)

Color info

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

RGB color model

#A1C58D color RGB value is (161,197,141).

RGB: (161,197,141) (63%, 77%, 55%)

RGB channels and saturation

R 161 of 255 = 63%
G 197 of 255 = 77%
B 141 of 255 = 55%

161
197
141

R + G + B ~ 65%. #A1C58D is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 197 + 141 = 499 (100%)
R 161 of 499 ~ 32.26%
G 197 of 499 ~ 39.48%
B 141 of 499 ~ 28.26'%

%32.26
%39.48
%28.26

CMYK color model

#A1C58D color CMYK value is (18,0,28,23).

  • cyan value is 18.27%
  • magenta value is 0.00%
  • yellow value is 28.43%
  • key color value is 22.75%

CMYK: (18,0,28,23)
C18M0Y28K23 (18%, 0%, 28%, 23%)
(0.18 / 0.00 / 0.28 / 0.23)

CMYK percentages

%18.27
%0
%28.43
%22.75

Codes

Color #A1C58D in popluar color models

A1 C5 8D
RGB 161 197 141
HSL 99° 32.56% 66.27%
HSB/HSV 99° 28.43% 77.25%
CMYK 18.27% 0.00% 28.43%
22.75%

Color #A1C58D in popluar number systems.

HEX A1 C5 8D
Decimal 161 197 141
Binary 10100001 11000101 10001101
Octal 241 305 215

Shades and tints

Shades of #A1C58D

#A1C58D
(161,197,141)
#93B481
(147,180,129)
#85A375
(133,163,117)
#779269
(119,146,105)
#69815D
(105,129,93)
#5B7051
(91,112,81)
#4D5F45
(77,95,69)
#3F4E39
(63,78,57)
#313D2D
(49,61,45)
#232C21
(35,44,33)
#151B15
(21,27,21)
#000000
(0,0,0)

Tints of #A1C58D

#A1C58D
(161,197,141)
#A9CA97
(169,202,151)
#B1CFA1
(177,207,161)
#B9D4AB
(185,212,171)
#C1D9B5
(193,217,181)
#C9DEBF
(201,222,191)
#D1E3C9
(209,227,201)
#D9E8D3
(217,232,211)
#E1EDDD
(225,237,221)
#E9F2E7
(233,242,231)
#F1F7F1
(241,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1C58D color. Also use rgb(161,197,141) instead hex code.

Text Font Color

.myTextColor { color: #A1C58D; }

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

This text font color is #A1C58D.

Background Color

.myBgColor { background-color: #A1C58D; }

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

This div background color is #A1C58D.

Border color

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

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

This div border color is #A1C58D.

Opacity

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

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

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

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

This text has shadow with #A1C58D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1C58D.

Preview

Color preview on black background

This text has color #A1C58D on black background.


Color preview on white background

This text has color #A1C58D on white background.


Black color preview on #A1C58D background

This text has black color on #A1C58D background.


White color preview on #A1C58D background

This text has white color on #A1C58D background.


Related colors

Complementary color

Complementary color for #hex is #5E3A72.


I love getcolorcode.com

Triadic colors

1 #8DA1C5 and #C58DA1 with #A1C58D are triadic colors.

2 #8DC5A1 and #C5A18D with #A1C58D are triadic colors.