COLOR #A2B74A

HEX: #A2B74A
RGB: (162,183,74)

Color info

#A2B74A contains mainly red and green colors. Web safe color of #A2B74A is #99CC33 (or #9C3).

RGB color model

#A2B74A color RGB value is (162,183,74).

  • red value is 162;
  • green value is 183;
  • blue value is 74.
RGB:
(162,183,74)
(64%,72%,29%)

RGB channels and saturation

R 162 of 255 = 64%
G 183 of 255 = 72%
B 74 of 255 = 29%

162
183
74

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

Portions of RGB colors in percentages

R + G + B =
162 + 183 + 74 = 419 (100%)
R 162 of 419 ~ 38.66%
G 183 of 419 ~ 43.68%
B 74 of 419 ~ 17.66%

%38.66
%43.68
%17.66

CMYK color model

#A2B74A color CMYK value is (11,0,60,28).

  • cyan value is 11.48%
  • magenta value is 0.00%
  • yellow value is 59.56%
  • key color value is 28.24%
CMYK:
(11,0,60,28)
C11M0Y60K28 
(11%,0%,60%,28%)
(0.11/0.00/0.60/0.28)	

CMYK percentages

%11.48
%0
%59.56
%28.24

Codes

Color #A2B74A in popluar color models

A2B74A
RGB16218374
HSL72°43.08%50.39%
HSB/HSV72°59.56%71.76%
CMYK11.48%0.00%59.56%
28.24%

Color #A2B74A in popluar number systems.

HEXA2B74A
Decimal16218374
Binary10100010101101111001010
Octal242267112

Shades and tints

Shades of #A2B74A

#A2B74A
(162,183,74)
#94A744
(148,167,68)
#86973E
(134,151,62)
#788738
(120,135,56)
#6A7732
(106,119,50)
#5C672C
(92,103,44)
#4E5726
(78,87,38)
#404720
(64,71,32)
#32371A
(50,55,26)
#242714
(36,39,20)
#16170E
(22,23,14)
#000000
(0,0,0)

Tints of #A2B74A

#A2B74A
(162,183,74)
#AABD5A
(170,189,90)
#B2C36A
(178,195,106)
#BAC97A
(186,201,122)
#C2CF8A
(194,207,138)
#CAD59A
(202,213,154)
#D2DBAA
(210,219,170)
#DAE1BA
(218,225,186)
#E2E7CA
(226,231,202)
#EAEDDA
(234,237,218)
#F2F3EA
(242,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2B74A color. Also use rgb(162,183,74) instead hex code.

Text Font Color

.myTextColor { color: #A2B74A; }

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

This text font color is #A2B74A.


Background Color

.myBgColor { background-color: #A2B74A; }

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

This div background color is #A2B74A.


Border color

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

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

This div border color is #A2B74A.


Opacity

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

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

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

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

This text has shadow with #A2B74A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2B74A on black background.


Color preview on white background

This text has color #A2B74A on white background.



Black color preview on #A2B74A background

This text has black color on #A2B74A background.


White color preview on #A2B74A background

This text has white color on #A2B74A background.