COLOR #A2C198

HEX: #A2C198 RGB: (162,193,152)

Color info

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

RGB color model

#A2C198 color RGB value is (162,193,152).

RGB: (162,193,152) (64%, 76%, 60%)

RGB channels and saturation

R 162 of 255 = 64%
G 193 of 255 = 76%
B 152 of 255 = 60%

162
193
152

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

Portions of RGB colors in percentages

R + G + B = 162 + 193 + 152 = 507 (100%)
R 162 of 507 ~ 31.95%
G 193 of 507 ~ 38.07%
B 152 of 507 ~ 29.98'%

%31.95
%38.07
%29.98

CMYK color model

#A2C198 color CMYK value is (16,0,21,24).

  • cyan value is 16.06%
  • magenta value is 0.00%
  • yellow value is 21.24%
  • key color value is 24.31%

CMYK: (16,0,21,24)
C16M0Y21K24 (16%, 0%, 21%, 24%)
(0.16 / 0.00 / 0.21 / 0.24)

CMYK percentages

%16.06
%0
%21.24
%24.31

Codes

Color #A2C198 in popluar color models

A2 C1 98
RGB 162 193 152
HSL 105° 24.85% 67.65%
HSB/HSV 105° 21.24% 75.69%
CMYK 16.06% 0.00% 21.24%
24.31%

Color #A2C198 in popluar number systems.

HEX A2 C1 98
Decimal 162 193 152
Binary 10100010 11000001 10011000
Octal 242 301 230

Shades and tints

Shades of #A2C198

#A2C198
(162,193,152)
#94B08B
(148,176,139)
#869F7E
(134,159,126)
#788E71
(120,142,113)
#6A7D64
(106,125,100)
#5C6C57
(92,108,87)
#4E5B4A
(78,91,74)
#404A3D
(64,74,61)
#323930
(50,57,48)
#242823
(36,40,35)
#161716
(22,23,22)
#000000
(0,0,0)

Tints of #A2C198

#A2C198
(162,193,152)
#AAC6A1
(170,198,161)
#B2CBAA
(178,203,170)
#BAD0B3
(186,208,179)
#C2D5BC
(194,213,188)
#CADAC5
(202,218,197)
#D2DFCE
(210,223,206)
#DAE4D7
(218,228,215)
#E2E9E0
(226,233,224)
#EAEEE9
(234,238,233)
#F2F3F2
(242,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2C198 color. Also use rgb(162,193,152) instead hex code.

Text Font Color

.myTextColor { color: #A2C198; }

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

This text font color is #A2C198.

Background Color

.myBgColor { background-color: #A2C198; }

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

This div background color is #A2C198.

Border color

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

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

This div border color is #A2C198.

Opacity

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

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

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

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

This text has shadow with #A2C198 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2C198.

Preview

Color preview on black background

This text has color #A2C198 on black background.


Color preview on white background

This text has color #A2C198 on white background.


Black color preview on #A2C198 background

This text has black color on #A2C198 background.


White color preview on #A2C198 background

This text has white color on #A2C198 background.


Related colors

Complementary color

Complementary color for #hex is #5D3E67.


I love getcolorcode.com

Triadic colors

1 #98A2C1 and #C198A2 with #A2C198 are triadic colors.

2 #98C1A2 and #C1A298 with #A2C198 are triadic colors.