COLOR #A8C318

HEX: #A8C318
RGB: (168,195,24)

Color info

#A8C318 contains mainly red and green colors. Web safe color of #A8C318 is #99CC00 (or #9C0).

RGB color model

#A8C318 color RGB value is (168,195,24).

  • red value is 168;
  • green value is 195;
  • blue value is 24.
RGB:
(168,195,24)
(66%,76%,9%)

RGB channels and saturation

R 168 of 255 = 66%
G 195 of 255 = 76%
B 24 of 255 = 9%

168
195
24

R + G + B ~ 50%. #A8C318 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
168 + 195 + 24 = 387 (100%)
R 168 of 387 ~ 43.41%
G 195 of 387 ~ 50.39%
B 24 of 387 ~ 6.2%

%43.41
%50.39

CMYK color model

#A8C318 color CMYK value is (14,0,88,24).

  • cyan value is 13.85%
  • magenta value is 0.00%
  • yellow value is 87.69%
  • key color value is 23.53%
CMYK:
(14,0,88,24)
C14M0Y88K24 
(14%,0%,88%,24%)
(0.14/0.00/0.88/0.24)	

CMYK percentages

%13.85
%0
%87.69
%23.53

Codes

Color #A8C318 in popluar color models

A8C318
RGB16819524
HSL69°78.08%42.94%
HSB/HSV69°87.69%76.47%
CMYK13.85%0.00%87.69%
23.53%

Color #A8C318 in popluar number systems.

HEXA8C318
Decimal16819524
Binary101010001100001111000
Octal25030330

Shades and tints

Shades of #A8C318

#A8C318
(168,195,24)
#99B216
(153,178,22)
#8AA114
(138,161,20)
#7B9012
(123,144,18)
#6C7F10
(108,127,16)
#5D6E0E
(93,110,14)
#4E5D0C
(78,93,12)
#3F4C0A
(63,76,10)
#303B08
(48,59,8)
#212A06
(33,42,6)
#121904
(18,25,4)
#000000
(0,0,0)

Tints of #A8C318

#A8C318
(168,195,24)
#AFC82D
(175,200,45)
#B6CD42
(182,205,66)
#BDD257
(189,210,87)
#C4D76C
(196,215,108)
#CBDC81
(203,220,129)
#D2E196
(210,225,150)
#D9E6AB
(217,230,171)
#E0EBC0
(224,235,192)
#E7F0D5
(231,240,213)
#EEF5EA
(238,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8C318 color. Also use rgb(168,195,24) instead hex code.

Text Font Color

.myTextColor { color: #A8C318; }

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

This text font color is #A8C318.


Background Color

.myBgColor { background-color: #A8C318; }

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

This div background color is #A8C318.


Border color

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

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

This div border color is #A8C318.


Opacity

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

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

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

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

This text has shadow with #A8C318 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8C318 on black background.


Color preview on white background

This text has color #A8C318 on white background.



Black color preview on #A8C318 background

This text has black color on #A8C318 background.


White color preview on #A8C318 background

This text has white color on #A8C318 background.