COLOR #A2B12E

HEX: #A2B12E
RGB: (162,177,46)

Color info

#A2B12E contains mainly red and green colors. Web safe color of #A2B12E is #999933 (or #993).

RGB color model

#A2B12E color RGB value is (162,177,46).

  • red value is 162;
  • green value is 177;
  • blue value is 46.
RGB:
(162,177,46)
(64%,69%,18%)

RGB channels and saturation

R 162 of 255 = 64%
G 177 of 255 = 69%
B 46 of 255 = 18%

162
177
46

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

Portions of RGB colors in percentages

R + G + B =
162 + 177 + 46 = 385 (100%)
R 162 of 385 ~ 42.08%
G 177 of 385 ~ 45.97%
B 46 of 385 ~ 11.95%

%42.08
%45.97
%11.95

CMYK color model

#A2B12E color CMYK value is (8,0,74,31).

  • cyan value is 8.47%
  • magenta value is 0.00%
  • yellow value is 74.01%
  • key color value is 30.59%
CMYK:
(8,0,74,31)
C8M0Y74K31 
(8%,0%,74%,31%)
(0.08/0.00/0.74/0.31)	

CMYK percentages

%8.47
%0
%74.01
%30.59

Codes

Color #A2B12E in popluar color models

A2B12E
RGB16217746
HSL67°58.74%43.73%
HSB/HSV67°74.01%69.41%
CMYK8.47%0.00%74.01%
30.59%

Color #A2B12E in popluar number systems.

HEXA2B12E
Decimal16217746
Binary1010001010110001101110
Octal24226156

Shades and tints

Shades of #A2B12E

#A2B12E
(162,177,46)
#94A12A
(148,161,42)
#869126
(134,145,38)
#788122
(120,129,34)
#6A711E
(106,113,30)
#5C611A
(92,97,26)
#4E5116
(78,81,22)
#404112
(64,65,18)
#32310E
(50,49,14)
#24210A
(36,33,10)
#161106
(22,17,6)
#000000
(0,0,0)

Tints of #A2B12E

#A2B12E
(162,177,46)
#AAB841
(170,184,65)
#B2BF54
(178,191,84)
#BAC667
(186,198,103)
#C2CD7A
(194,205,122)
#CAD48D
(202,212,141)
#D2DBA0
(210,219,160)
#DAE2B3
(218,226,179)
#E2E9C6
(226,233,198)
#EAF0D9
(234,240,217)
#F2F7EC
(242,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2B12E color. Also use rgb(162,177,46) instead hex code.

Text Font Color

.myTextColor { color: #A2B12E; }

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

This text font color is #A2B12E.


Background Color

.myBgColor { background-color: #A2B12E; }

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

This div background color is #A2B12E.


Border color

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

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

This div border color is #A2B12E.


Opacity

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

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

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

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

This text has shadow with #A2B12E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2B12E on black background.


Color preview on white background

This text has color #A2B12E on white background.



Black color preview on #A2B12E background

This text has black color on #A2B12E background.


White color preview on #A2B12E background

This text has white color on #A2B12E background.