COLOR #A3C264

HEX: #A3C264 RGB: (163,194,100)

Color info

#A3C264 contains mainly red and green colors. Web safe color of #A3C264 is #99CC66 (or #9C6).

RGB color model

#A3C264 color RGB value is (163,194,100).

RGB: (163,194,100) (64%, 76%, 39%)

RGB channels and saturation

R 163 of 255 = 64%
G 194 of 255 = 76%
B 100 of 255 = 39%

163
194
100

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

Portions of RGB colors in percentages

R + G + B = 163 + 194 + 100 = 457 (100%)
R 163 of 457 ~ 35.67%
G 194 of 457 ~ 42.45%
B 100 of 457 ~ 21.88'%

%35.67
%42.45
%21.88

CMYK color model

#A3C264 color CMYK value is (16,0,48,24).

  • cyan value is 15.98%
  • magenta value is 0.00%
  • yellow value is 48.45%
  • key color value is 23.92%

CMYK: (16,0,48,24)
C16M0Y48K24 (16%, 0%, 48%, 24%)
(0.16 / 0.00 / 0.48 / 0.24)

CMYK percentages

%15.98
%0
%48.45
%23.92

Codes

Color #A3C264 in popluar color models

A3 C2 64
RGB 163 194 100
HSL 80° 43.52% 57.65%
HSB/HSV 80° 48.45% 76.08%
CMYK 15.98% 0.00% 48.45%
23.92%

Color #A3C264 in popluar number systems.

HEX A3 C2 64
Decimal 163 194 100
Binary 10100011 11000010 1100100
Octal 243 302 144

Shades and tints

Shades of #A3C264

#A3C264
(163,194,100)
#95B15B
(149,177,91)
#87A052
(135,160,82)
#798F49
(121,143,73)
#6B7E40
(107,126,64)
#5D6D37
(93,109,55)
#4F5C2E
(79,92,46)
#414B25
(65,75,37)
#333A1C
(51,58,28)
#252913
(37,41,19)
#17180A
(23,24,10)
#000000
(0,0,0)

Tints of #A3C264

#A3C264
(163,194,100)
#ABC772
(171,199,114)
#B3CC80
(179,204,128)
#BBD18E
(187,209,142)
#C3D69C
(195,214,156)
#CBDBAA
(203,219,170)
#D3E0B8
(211,224,184)
#DBE5C6
(219,229,198)
#E3EAD4
(227,234,212)
#EBEFE2
(235,239,226)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3C264 color. Also use rgb(163,194,100) instead hex code.

Text Font Color

.myTextColor { color: #A3C264; }

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

This text font color is #A3C264.

Background Color

.myBgColor { background-color: #A3C264; }

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

This div background color is #A3C264.

Border color

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

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

This div border color is #A3C264.

Opacity

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

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

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

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

This text has shadow with #A3C264 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3C264.

Preview

Color preview on black background

This text has color #A3C264 on black background.


Color preview on white background

This text has color #A3C264 on white background.


Black color preview on #A3C264 background

This text has black color on #A3C264 background.


White color preview on #A3C264 background

This text has white color on #A3C264 background.


Related colors

Complementary color

Complementary color for #hex is #5C3D9B.


I love getcolorcode.com

Triadic colors

1 #64A3C2 and #C264A3 with #A3C264 are triadic colors.

2 #64C2A3 and #C2A364 with #A3C264 are triadic colors.