COLOR #A2C66A

HEX: #A2C66A
RGB: (162,198,106)

Color info

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

RGB color model

#A2C66A color RGB value is (162,198,106).

  • red value is 162;
  • green value is 198;
  • blue value is 106.
RGB:
(162,198,106)
(64%,78%,42%)

RGB channels and saturation

R 162 of 255 = 64%
G 198 of 255 = 78%
B 106 of 255 = 42%

162
198
106

R + G + B ~ 61%. #A2C66A is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 198 + 106 = 466 (100%)
R 162 of 466 ~ 34.76%
G 198 of 466 ~ 42.49%
B 106 of 466 ~ 22.75%

%34.76
%42.49
%22.75

CMYK color model

#A2C66A color CMYK value is (18,0,46,22).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 46.46%
  • key color value is 22.35%
CMYK:
(18,0,46,22)
C18M0Y46K22 
(18%,0%,46%,22%)
(0.18/0.00/0.46/0.22)	

CMYK percentages

%18.18
%0
%46.46
%22.35

Codes

Color #A2C66A in popluar color models

A2C66A
RGB162198106
HSL83°44.66%59.61%
HSB/HSV83°46.46%77.65%
CMYK18.18%0.00%46.46%
22.35%

Color #A2C66A in popluar number systems.

HEXA2C66A
Decimal162198106
Binary10100010110001101101010
Octal242306152

Shades and tints

Shades of #A2C66A

#A2C66A
(162,198,106)
#94B461
(148,180,97)
#86A258
(134,162,88)
#78904F
(120,144,79)
#6A7E46
(106,126,70)
#5C6C3D
(92,108,61)
#4E5A34
(78,90,52)
#40482B
(64,72,43)
#323622
(50,54,34)
#242419
(36,36,25)
#161210
(22,18,16)
#000000
(0,0,0)

Tints of #A2C66A

#A2C66A
(162,198,106)
#AACB77
(170,203,119)
#B2D084
(178,208,132)
#BAD591
(186,213,145)
#C2DA9E
(194,218,158)
#CADFAB
(202,223,171)
#D2E4B8
(210,228,184)
#DAE9C5
(218,233,197)
#E2EED2
(226,238,210)
#EAF3DF
(234,243,223)
#F2F8EC
(242,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2C66A color. Also use rgb(162,198,106) instead hex code.

Text Font Color

.myTextColor { color: #A2C66A; }

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

This text font color is #A2C66A.


Background Color

.myBgColor { background-color: #A2C66A; }

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

This div background color is #A2C66A.


Border color

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

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

This div border color is #A2C66A.


Opacity

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

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

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

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

This text has shadow with #A2C66A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2C66A on black background.


Color preview on white background

This text has color #A2C66A on white background.



Black color preview on #A2C66A background

This text has black color on #A2C66A background.


White color preview on #A2C66A background

This text has white color on #A2C66A background.