COLOR #A8C18E

HEX: #A8C18E RGB: (168,193,142)

Color info

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

RGB color model

#A8C18E color RGB value is (168,193,142).

RGB: (168,193,142) (66%, 76%, 56%)

RGB channels and saturation

R 168 of 255 = 66%
G 193 of 255 = 76%
B 142 of 255 = 56%

168
193
142

R + G + B ~ 66%. #A8C18E is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 193 + 142 = 503 (100%)
R 168 of 503 ~ 33.4%
G 193 of 503 ~ 38.37%
B 142 of 503 ~ 28.23'%

%33.4
%38.37
%28.23

CMYK color model

#A8C18E color CMYK value is (13,0,26,24).

  • cyan value is 12.95%
  • magenta value is 0.00%
  • yellow value is 26.42%
  • key color value is 24.31%
CMYK: (13,0,26,24) C13M0Y26K24 (13%,0%,26%,24%) (0.13/0.00/0.26/0.24) 

CMYK percentages

%12.95
%0
%26.42
%24.31

Codes

Color #A8C18E in popluar color models

A8 C1 8E
RGB 168 193 142
HSL 89° 29.14% 65.69%
HSB/HSV 89° 26.42% 75.69%
CMYK 12.95% 0.00% 26.42%
24.31%

Color #A8C18E in popluar number systems.

HEX A8 C1 8E
Decimal 168 193 142
Binary 10101000 11000001 10001110
Octal 250 301 216

Shades and tints

Shades of #A8C18E

#A8C18E
(168,193,142)
#99B082
(153,176,130)
#8A9F76
(138,159,118)
#7B8E6A
(123,142,106)
#6C7D5E
(108,125,94)
#5D6C52
(93,108,82)
#4E5B46
(78,91,70)
#3F4A3A
(63,74,58)
#30392E
(48,57,46)
#212822
(33,40,34)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #A8C18E

#A8C18E
(168,193,142)
#AFC698
(175,198,152)
#B6CBA2
(182,203,162)
#BDD0AC
(189,208,172)
#C4D5B6
(196,213,182)
#CBDAC0
(203,218,192)
#D2DFCA
(210,223,202)
#D9E4D4
(217,228,212)
#E0E9DE
(224,233,222)
#E7EEE8
(231,238,232)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8C18E color. Also use rgb(168,193,142) instead hex code.

Text Font Color

.myTextColor { color: #A8C18E; }

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

This text font color is #A8C18E.

Background Color

.myBgColor { background-color: #A8C18E; }

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

This div background color is #A8C18E.

Border color

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

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

This div border color is #A8C18E.

Opacity

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

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

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

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

This text has shadow with #A8C18E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8C18E.

Preview

Color preview on black background

This text has color #A8C18E on black background.


Color preview on white background

This text has color #A8C18E on white background.


Black color preview on #A8C18E background

This text has black color on #A8C18E background.


White color preview on #A8C18E background

This text has white color on #A8C18E background.


Related colors

Complementary color

Complementary color for #hex is #573E71.


I love getcolorcode.com

Triadic colors

1 #8EA8C1 and #C18EA8 with #A8C18E are triadic colors.

2 #8EC1A8 and #C1A88E with #A8C18E are triadic colors.