COLOR #A8C58B

HEX: #A8C58B
RGB: (168,197,139)

Color info

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

RGB color model

#A8C58B color RGB value is (168,197,139).

  • red value is 168;
  • green value is 197;
  • blue value is 139.
RGB:
(168,197,139)
(66%,77%,55%)

RGB channels and saturation

R 168 of 255 = 66%
G 197 of 255 = 77%
B 139 of 255 = 55%

168
197
139

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

Portions of RGB colors in percentages

R + G + B =
168 + 197 + 139 = 504 (100%)
R 168 of 504 ~ 33.33%
G 197 of 504 ~ 39.09%
B 139 of 504 ~ 27.58%

%33.33
%39.09
%27.58

CMYK color model

#A8C58B color CMYK value is (15,0,29,23).

  • cyan value is 14.72%
  • magenta value is 0.00%
  • yellow value is 29.44%
  • key color value is 22.75%
CMYK:
(15,0,29,23)
C15M0Y29K23 
(15%,0%,29%,23%)
(0.15/0.00/0.29/0.23)	

CMYK percentages

%14.72
%0
%29.44
%22.75

Codes

Color #A8C58B in popluar color models

A8C58B
RGB168197139
HSL90°33.33%65.88%
HSB/HSV90°29.44%77.25%
CMYK14.72%0.00%29.44%
22.75%

Color #A8C58B in popluar number systems.

HEXA8C58B
Decimal168197139
Binary101010001100010110001011
Octal250305213

Shades and tints

Shades of #A8C58B

#A8C58B
(168,197,139)
#99B47F
(153,180,127)
#8AA373
(138,163,115)
#7B9267
(123,146,103)
#6C815B
(108,129,91)
#5D704F
(93,112,79)
#4E5F43
(78,95,67)
#3F4E37
(63,78,55)
#303D2B
(48,61,43)
#212C1F
(33,44,31)
#121B13
(18,27,19)
#000000
(0,0,0)

Tints of #A8C58B

#A8C58B
(168,197,139)
#AFCA95
(175,202,149)
#B6CF9F
(182,207,159)
#BDD4A9
(189,212,169)
#C4D9B3
(196,217,179)
#CBDEBD
(203,222,189)
#D2E3C7
(210,227,199)
#D9E8D1
(217,232,209)
#E0EDDB
(224,237,219)
#E7F2E5
(231,242,229)
#EEF7EF
(238,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8C58B color. Also use rgb(168,197,139) instead hex code.

Text Font Color

.myTextColor { color: #A8C58B; }

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

This text font color is #A8C58B.


Background Color

.myBgColor { background-color: #A8C58B; }

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

This div background color is #A8C58B.


Border color

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

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

This div border color is #A8C58B.


Opacity

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

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

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

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

This text has shadow with #A8C58B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8C58B on black background.


Color preview on white background

This text has color #A8C58B on white background.



Black color preview on #A8C58B background

This text has black color on #A8C58B background.


White color preview on #A8C58B background

This text has white color on #A8C58B background.