COLOR #A3CC7A

HEX: #A3CC7A
RGB: (163,204,122)

Color info

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

RGB color model

#A3CC7A color RGB value is (163,204,122).

  • red value is 163;
  • green value is 204;
  • blue value is 122.
RGB:
(163,204,122)
(64%,80%,48%)

RGB channels and saturation

R 163 of 255 = 64%
G 204 of 255 = 80%
B 122 of 255 = 48%

163
204
122

R + G + B ~ 64%. #A3CC7A is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 204 + 122 = 489 (100%)
R 163 of 489 ~ 33.33%
G 204 of 489 ~ 41.72%
B 122 of 489 ~ 24.95%

%33.33
%41.72
%24.95

CMYK color model

#A3CC7A color CMYK value is (20,0,40,20).

  • cyan value is 20.10%
  • magenta value is 0.00%
  • yellow value is 40.20%
  • key color value is 20.00%
CMYK:
(20,0,40,20)
C20M0Y40K20 
(20%,0%,40%,20%)
(0.20/0.00/0.40/0.20)	

CMYK percentages

%20.1
%0
%40.2
%20

Codes

Color #A3CC7A in popluar color models

A3CC7A
RGB163204122
HSL90°44.57%63.92%
HSB/HSV90°40.20%80.00%
CMYK20.10%0.00%40.20%
20.00%

Color #A3CC7A in popluar number systems.

HEXA3CC7A
Decimal163204122
Binary10100011110011001111010
Octal243314172

Shades and tints

Shades of #A3CC7A

#A3CC7A
(163,204,122)
#95BA6F
(149,186,111)
#87A864
(135,168,100)
#799659
(121,150,89)
#6B844E
(107,132,78)
#5D7243
(93,114,67)
#4F6038
(79,96,56)
#414E2D
(65,78,45)
#333C22
(51,60,34)
#252A17
(37,42,23)
#17180C
(23,24,12)
#000000
(0,0,0)

Tints of #A3CC7A

#A3CC7A
(163,204,122)
#ABD086
(171,208,134)
#B3D492
(179,212,146)
#BBD89E
(187,216,158)
#C3DCAA
(195,220,170)
#CBE0B6
(203,224,182)
#D3E4C2
(211,228,194)
#DBE8CE
(219,232,206)
#E3ECDA
(227,236,218)
#EBF0E6
(235,240,230)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3CC7A color. Also use rgb(163,204,122) instead hex code.

Text Font Color

.myTextColor { color: #A3CC7A; }

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

This text font color is #A3CC7A.


Background Color

.myBgColor { background-color: #A3CC7A; }

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

This div background color is #A3CC7A.


Border color

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

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

This div border color is #A3CC7A.


Opacity

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

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

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

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

This text has shadow with #A3CC7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3CC7A on black background.


Color preview on white background

This text has color #A3CC7A on white background.



Black color preview on #A3CC7A background

This text has black color on #A3CC7A background.


White color preview on #A3CC7A background

This text has white color on #A3CC7A background.