COLOR #A1C523

HEX: #A1C523
RGB: (161,197,35)

Color info

#A1C523 contains mainly red and green colors. Web safe color of #A1C523 is #99CC33 (or #9C3).

RGB color model

#A1C523 color RGB value is (161,197,35).

  • red value is 161;
  • green value is 197;
  • blue value is 35.
RGB:
(161,197,35)
(63%,77%,14%)

RGB channels and saturation

R 161 of 255 = 63%
G 197 of 255 = 77%
B 35 of 255 = 14%

161
197
35

R + G + B ~ 51%. #A1C523 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
161 + 197 + 35 = 393 (100%)
R 161 of 393 ~ 40.97%
G 197 of 393 ~ 50.13%
B 35 of 393 ~ 8.91%

%40.97
%50.13

CMYK color model

#A1C523 color CMYK value is (18,0,82,23).

  • cyan value is 18.27%
  • magenta value is 0.00%
  • yellow value is 82.23%
  • key color value is 22.75%
CMYK:
(18,0,82,23)
C18M0Y82K23 
(18%,0%,82%,23%)
(0.18/0.00/0.82/0.23)	

CMYK percentages

%18.27
%0
%82.23
%22.75

Codes

Color #A1C523 in popluar color models

A1C523
RGB16119735
HSL73°69.83%45.49%
HSB/HSV73°82.23%77.25%
CMYK18.27%0.00%82.23%
22.75%

Color #A1C523 in popluar number systems.

HEXA1C523
Decimal16119735
Binary1010000111000101100011
Octal24130543

Shades and tints

Shades of #A1C523

#A1C523
(161,197,35)
#93B420
(147,180,32)
#85A31D
(133,163,29)
#77921A
(119,146,26)
#698117
(105,129,23)
#5B7014
(91,112,20)
#4D5F11
(77,95,17)
#3F4E0E
(63,78,14)
#313D0B
(49,61,11)
#232C08
(35,44,8)
#151B05
(21,27,5)
#000000
(0,0,0)

Tints of #A1C523

#A1C523
(161,197,35)
#A9CA37
(169,202,55)
#B1CF4B
(177,207,75)
#B9D45F
(185,212,95)
#C1D973
(193,217,115)
#C9DE87
(201,222,135)
#D1E39B
(209,227,155)
#D9E8AF
(217,232,175)
#E1EDC3
(225,237,195)
#E9F2D7
(233,242,215)
#F1F7EB
(241,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1C523; }

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

This text font color is #A1C523.


Background Color

.myBgColor { background-color: #A1C523; }

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

This div background color is #A1C523.


Border color

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

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

This div border color is #A1C523.


Opacity

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

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

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

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

This text has shadow with #A1C523 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1C523 on black background.


Color preview on white background

This text has color #A1C523 on white background.



Black color preview on #A1C523 background

This text has black color on #A1C523 background.


White color preview on #A1C523 background

This text has white color on #A1C523 background.