COLOR #A2C09F

HEX: #A2C09F
RGB: (162,192,159)

Color info

#A2C09F contains red, green and blue colors in about the same proportion. Web safe color of #A2C09F is #99CC99 (or #9C9).

RGB color model

#A2C09F color RGB value is (162,192,159).

  • red value is 162;
  • green value is 192;
  • blue value is 159.
RGB:
(162,192,159)
(64%,75%,62%)

RGB channels and saturation

R 162 of 255 = 64%
G 192 of 255 = 75%
B 159 of 255 = 62%

162
192
159

R + G + B ~ 67%. #A2C09F is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 192 + 159 = 513 (100%)
R 162 of 513 ~ 31.58%
G 192 of 513 ~ 37.43%
B 159 of 513 ~ 30.99%

%31.58
%37.43
%30.99

CMYK color model

#A2C09F color CMYK value is (16,0,17,25).

  • cyan value is 15.63%
  • magenta value is 0.00%
  • yellow value is 17.19%
  • key color value is 24.71%
CMYK:
(16,0,17,25)
C16M0Y17K25 
(16%,0%,17%,25%)
(0.16/0.00/0.17/0.25)	

CMYK percentages

%15.63
%0
%17.19
%24.71

Codes

Color #A2C09F in popluar color models

A2C09F
RGB162192159
HSL115°20.75%68.82%
HSB/HSV115°17.19%75.29%
CMYK15.63%0.00%17.19%
24.71%

Color #A2C09F in popluar number systems.

HEXA2C09F
Decimal162192159
Binary101000101100000010011111
Octal242300237

Shades and tints

Shades of #A2C09F

#A2C09F
(162,192,159)
#94AF91
(148,175,145)
#869E83
(134,158,131)
#788D75
(120,141,117)
#6A7C67
(106,124,103)
#5C6B59
(92,107,89)
#4E5A4B
(78,90,75)
#40493D
(64,73,61)
#32382F
(50,56,47)
#242721
(36,39,33)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #A2C09F

#A2C09F
(162,192,159)
#AAC5A7
(170,197,167)
#B2CAAF
(178,202,175)
#BACFB7
(186,207,183)
#C2D4BF
(194,212,191)
#CAD9C7
(202,217,199)
#D2DECF
(210,222,207)
#DAE3D7
(218,227,215)
#E2E8DF
(226,232,223)
#EAEDE7
(234,237,231)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2C09F color. Also use rgb(162,192,159) instead hex code.

Text Font Color

.myTextColor { color: #A2C09F; }

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

This text font color is #A2C09F.


Background Color

.myBgColor { background-color: #A2C09F; }

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

This div background color is #A2C09F.


Border color

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

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

This div border color is #A2C09F.


Opacity

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

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

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

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

This text has shadow with #A2C09F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2C09F on black background.


Color preview on white background

This text has color #A2C09F on white background.



Black color preview on #A2C09F background

This text has black color on #A2C09F background.


White color preview on #A2C09F background

This text has white color on #A2C09F background.