COLOR #A2C268

HEX: #A2C268
RGB: (162,194,104)

Color info

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

RGB color model

#A2C268 color RGB value is (162,194,104).

  • red value is 162;
  • green value is 194;
  • blue value is 104.
RGB:
(162,194,104)
(64%,76%,41%)

RGB channels and saturation

R 162 of 255 = 64%
G 194 of 255 = 76%
B 104 of 255 = 41%

162
194
104

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

Portions of RGB colors in percentages

R + G + B =
162 + 194 + 104 = 460 (100%)
R 162 of 460 ~ 35.22%
G 194 of 460 ~ 42.17%
B 104 of 460 ~ 22.61%

%35.22
%42.17
%22.61

CMYK color model

#A2C268 color CMYK value is (16,0,46,24).

  • cyan value is 16.49%
  • magenta value is 0.00%
  • yellow value is 46.39%
  • key color value is 23.92%
CMYK:
(16,0,46,24)
C16M0Y46K24 
(16%,0%,46%,24%)
(0.16/0.00/0.46/0.24)	

CMYK percentages

%16.49
%0
%46.39
%23.92

Codes

Color #A2C268 in popluar color models

A2C268
RGB162194104
HSL81°42.45%58.43%
HSB/HSV81°46.39%76.08%
CMYK16.49%0.00%46.39%
23.92%

Color #A2C268 in popluar number systems.

HEXA2C268
Decimal162194104
Binary10100010110000101101000
Octal242302150

Shades and tints

Shades of #A2C268

#A2C268
(162,194,104)
#94B15F
(148,177,95)
#86A056
(134,160,86)
#788F4D
(120,143,77)
#6A7E44
(106,126,68)
#5C6D3B
(92,109,59)
#4E5C32
(78,92,50)
#404B29
(64,75,41)
#323A20
(50,58,32)
#242917
(36,41,23)
#16180E
(22,24,14)
#000000
(0,0,0)

Tints of #A2C268

#A2C268
(162,194,104)
#AAC775
(170,199,117)
#B2CC82
(178,204,130)
#BAD18F
(186,209,143)
#C2D69C
(194,214,156)
#CADBA9
(202,219,169)
#D2E0B6
(210,224,182)
#DAE5C3
(218,229,195)
#E2EAD0
(226,234,208)
#EAEFDD
(234,239,221)
#F2F4EA
(242,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2C268 color. Also use rgb(162,194,104) instead hex code.

Text Font Color

.myTextColor { color: #A2C268; }

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

This text font color is #A2C268.


Background Color

.myBgColor { background-color: #A2C268; }

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

This div background color is #A2C268.


Border color

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

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

This div border color is #A2C268.


Opacity

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

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

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

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

This text has shadow with #A2C268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2C268 on black background.


Color preview on white background

This text has color #A2C268 on white background.



Black color preview on #A2C268 background

This text has black color on #A2C268 background.


White color preview on #A2C268 background

This text has white color on #A2C268 background.