COLOR #A2C638

HEX: #A2C638
RGB: (162,198,56)

Color info

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

RGB color model

#A2C638 color RGB value is (162,198,56).

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

RGB channels and saturation

R 162 of 255 = 64%
G 198 of 255 = 78%
B 56 of 255 = 22%

162
198
56

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

Portions of RGB colors in percentages

R + G + B =
162 + 198 + 56 = 416 (100%)
R 162 of 416 ~ 38.94%
G 198 of 416 ~ 47.6%
B 56 of 416 ~ 13.46%

%38.94
%47.6
%13.46

CMYK color model

#A2C638 color CMYK value is (18,0,72,22).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 71.72%
  • key color value is 22.35%
CMYK:
(18,0,72,22)
C18M0Y72K22 
(18%,0%,72%,22%)
(0.18/0.00/0.72/0.22)	

CMYK percentages

%18.18
%0
%71.72
%22.35

Codes

Color #A2C638 in popluar color models

A2C638
RGB16219856
HSL75°55.91%49.80%
HSB/HSV75°71.72%77.65%
CMYK18.18%0.00%71.72%
22.35%

Color #A2C638 in popluar number systems.

HEXA2C638
Decimal16219856
Binary1010001011000110111000
Octal24230670

Shades and tints

Shades of #A2C638

#A2C638
(162,198,56)
#94B433
(148,180,51)
#86A22E
(134,162,46)
#789029
(120,144,41)
#6A7E24
(106,126,36)
#5C6C1F
(92,108,31)
#4E5A1A
(78,90,26)
#404815
(64,72,21)
#323610
(50,54,16)
#24240B
(36,36,11)
#161206
(22,18,6)
#000000
(0,0,0)

Tints of #A2C638

#A2C638
(162,198,56)
#AACB4A
(170,203,74)
#B2D05C
(178,208,92)
#BAD56E
(186,213,110)
#C2DA80
(194,218,128)
#CADF92
(202,223,146)
#D2E4A4
(210,228,164)
#DAE9B6
(218,233,182)
#E2EEC8
(226,238,200)
#EAF3DA
(234,243,218)
#F2F8EC
(242,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2C638; }

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

This text font color is #A2C638.


Background Color

.myBgColor { background-color: #A2C638; }

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

This div background color is #A2C638.


Border color

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

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

This div border color is #A2C638.


Opacity

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

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

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

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

This text has shadow with #A2C638 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2C638 on black background.


Color preview on white background

This text has color #A2C638 on white background.



Black color preview on #A2C638 background

This text has black color on #A2C638 background.


White color preview on #A2C638 background

This text has white color on #A2C638 background.