COLOR #A3C522

HEX: #A3C522 RGB: (163,197,34)

Color info

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

RGB color model

#A3C522 color RGB value is (163,197,34).

RGB: (163,197,34) (64%, 77%, 13%)

RGB channels and saturation

R 163 of 255 = 64%
G 197 of 255 = 77%
B 34 of 255 = 13%

163
197
34

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

Portions of RGB colors in percentages

R + G + B = 163 + 197 + 34 = 394 (100%)
R 163 of 394 ~ 41.37%
G 197 of 394 ~ 50%
B 34 of 394 ~ 8.63'%

%41.37
%50

CMYK color model

#A3C522 color CMYK value is (17,0,83,23).

  • cyan value is 17.26%
  • magenta value is 0.00%
  • yellow value is 82.74%
  • key color value is 22.75%

CMYK: (17,0,83,23)
C17M0Y83K23 (17%, 0%, 83%, 23%)
(0.17 / 0.00 / 0.83 / 0.23)

CMYK percentages

%17.26
%0
%82.74
%22.75

Codes

Color #A3C522 in popluar color models

A3 C5 22
RGB 163 197 34
HSL 73° 70.56% 45.29%
HSB/HSV 73° 82.74% 77.25%
CMYK 17.26% 0.00% 82.74%
22.75%

Color #A3C522 in popluar number systems.

HEX A3 C5 22
Decimal 163 197 34
Binary 10100011 11000101 100010
Octal 243 305 42

Shades and tints

Shades of #A3C522

#A3C522
(163,197,34)
#95B41F
(149,180,31)
#87A31C
(135,163,28)
#799219
(121,146,25)
#6B8116
(107,129,22)
#5D7013
(93,112,19)
#4F5F10
(79,95,16)
#414E0D
(65,78,13)
#333D0A
(51,61,10)
#252C07
(37,44,7)
#171B04
(23,27,4)
#000000
(0,0,0)

Tints of #A3C522

#A3C522
(163,197,34)
#ABCA36
(171,202,54)
#B3CF4A
(179,207,74)
#BBD45E
(187,212,94)
#C3D972
(195,217,114)
#CBDE86
(203,222,134)
#D3E39A
(211,227,154)
#DBE8AE
(219,232,174)
#E3EDC2
(227,237,194)
#EBF2D6
(235,242,214)
#F3F7EA
(243,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3C522 color. Also use rgb(163,197,34) instead hex code.

Text Font Color

.myTextColor { color: #A3C522; }

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

This text font color is #A3C522.

Background Color

.myBgColor { background-color: #A3C522; }

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

This div background color is #A3C522.

Border color

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

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

This div border color is #A3C522.

Opacity

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

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

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

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

This text has shadow with #A3C522 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3C522.

Preview

Color preview on black background

This text has color #A3C522 on black background.


Color preview on white background

This text has color #A3C522 on white background.


Black color preview on #A3C522 background

This text has black color on #A3C522 background.


White color preview on #A3C522 background

This text has white color on #A3C522 background.


Related colors

Complementary color

Complementary color for #hex is #5C3ADD.


I love getcolorcode.com

Triadic colors

1 #22A3C5 and #C522A3 with #A3C522 are triadic colors.

2 #22C5A3 and #C5A322 with #A3C522 are triadic colors.