COLOR #A8CA6C

HEX: #A8CA6C
RGB: (168,202,108)

Color info

#A8CA6C contains mainly red and green colors. Web safe color of #A8CA6C is #99CC66 (or #9C6).

RGB color model

#A8CA6C color RGB value is (168,202,108).

  • red value is 168;
  • green value is 202;
  • blue value is 108.
RGB:
(168,202,108)
(66%,79%,42%)

RGB channels and saturation

R 168 of 255 = 66%
G 202 of 255 = 79%
B 108 of 255 = 42%

168
202
108

R + G + B ~ 62%. #A8CA6C is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 202 + 108 = 478 (100%)
R 168 of 478 ~ 35.15%
G 202 of 478 ~ 42.26%
B 108 of 478 ~ 22.59%

%35.15
%42.26
%22.59

CMYK color model

#A8CA6C color CMYK value is (17,0,47,21).

  • cyan value is 16.83%
  • magenta value is 0.00%
  • yellow value is 46.53%
  • key color value is 20.78%
CMYK:
(17,0,47,21)
C17M0Y47K21 
(17%,0%,47%,21%)
(0.17/0.00/0.47/0.21)	

CMYK percentages

%16.83
%0
%46.53
%20.78

Codes

Color #A8CA6C in popluar color models

A8CA6C
RGB168202108
HSL82°47.00%60.78%
HSB/HSV82°46.53%79.22%
CMYK16.83%0.00%46.53%
20.78%

Color #A8CA6C in popluar number systems.

HEXA8CA6C
Decimal168202108
Binary10101000110010101101100
Octal250312154

Shades and tints

Shades of #A8CA6C

#A8CA6C
(168,202,108)
#99B863
(153,184,99)
#8AA65A
(138,166,90)
#7B9451
(123,148,81)
#6C8248
(108,130,72)
#5D703F
(93,112,63)
#4E5E36
(78,94,54)
#3F4C2D
(63,76,45)
#303A24
(48,58,36)
#21281B
(33,40,27)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #A8CA6C

#A8CA6C
(168,202,108)
#AFCE79
(175,206,121)
#B6D286
(182,210,134)
#BDD693
(189,214,147)
#C4DAA0
(196,218,160)
#CBDEAD
(203,222,173)
#D2E2BA
(210,226,186)
#D9E6C7
(217,230,199)
#E0EAD4
(224,234,212)
#E7EEE1
(231,238,225)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8CA6C color. Also use rgb(168,202,108) instead hex code.

Text Font Color

.myTextColor { color: #A8CA6C; }

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

This text font color is #A8CA6C.


Background Color

.myBgColor { background-color: #A8CA6C; }

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

This div background color is #A8CA6C.


Border color

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

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

This div border color is #A8CA6C.


Opacity

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

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

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

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

This text has shadow with #A8CA6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8CA6C on black background.


Color preview on white background

This text has color #A8CA6C on white background.



Black color preview on #A8CA6C background

This text has black color on #A8CA6C background.


White color preview on #A8CA6C background

This text has white color on #A8CA6C background.