COLOR #A8D968

HEX: #A8D968
RGB: (168,217,104)

Color info

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

RGB color model

#A8D968 color RGB value is (168,217,104).

  • red value is 168;
  • green value is 217;
  • blue value is 104.
RGB:
(168,217,104)
(66%,85%,41%)

RGB channels and saturation

R 168 of 255 = 66%
G 217 of 255 = 85%
B 104 of 255 = 41%

168
217
104

R + G + B ~ 64%. #A8D968 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 217 + 104 = 489 (100%)
R 168 of 489 ~ 34.36%
G 217 of 489 ~ 44.38%
B 104 of 489 ~ 21.27%

%34.36
%44.38
%21.27

CMYK color model

#A8D968 color CMYK value is (23,0,52,15).

  • cyan value is 22.58%
  • magenta value is 0.00%
  • yellow value is 52.07%
  • key color value is 14.90%
CMYK:
(23,0,52,15)
C23M0Y52K15 
(23%,0%,52%,15%)
(0.23/0.00/0.52/0.15)	

CMYK percentages

%22.58
%0
%52.07
%14.9

Codes

Color #A8D968 in popluar color models

A8D968
RGB168217104
HSL86°59.79%62.94%
HSB/HSV86°52.07%85.10%
CMYK22.58%0.00%52.07%
14.90%

Color #A8D968 in popluar number systems.

HEXA8D968
Decimal168217104
Binary10101000110110011101000
Octal250331150

Shades and tints

Shades of #A8D968

#A8D968
(168,217,104)
#99C65F
(153,198,95)
#8AB356
(138,179,86)
#7BA04D
(123,160,77)
#6C8D44
(108,141,68)
#5D7A3B
(93,122,59)
#4E6732
(78,103,50)
#3F5429
(63,84,41)
#304120
(48,65,32)
#212E17
(33,46,23)
#121B0E
(18,27,14)
#000000
(0,0,0)

Tints of #A8D968

#A8D968
(168,217,104)
#AFDC75
(175,220,117)
#B6DF82
(182,223,130)
#BDE28F
(189,226,143)
#C4E59C
(196,229,156)
#CBE8A9
(203,232,169)
#D2EBB6
(210,235,182)
#D9EEC3
(217,238,195)
#E0F1D0
(224,241,208)
#E7F4DD
(231,244,221)
#EEF7EA
(238,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8D968 color. Also use rgb(168,217,104) instead hex code.

Text Font Color

.myTextColor { color: #A8D968; }

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

This text font color is #A8D968.


Background Color

.myBgColor { background-color: #A8D968; }

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

This div background color is #A8D968.


Border color

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

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

This div border color is #A8D968.


Opacity

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

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

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

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

This text has shadow with #A8D968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8D968 on black background.


Color preview on white background

This text has color #A8D968 on white background.



Black color preview on #A8D968 background

This text has black color on #A8D968 background.


White color preview on #A8D968 background

This text has white color on #A8D968 background.