COLOR #A8DF78

HEX: #A8DF78
RGB: (168,223,120)

Color info

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

RGB color model

#A8DF78 color RGB value is (168,223,120).

  • red value is 168;
  • green value is 223;
  • blue value is 120.
RGB:
(168,223,120)
(66%,87%,47%)

RGB channels and saturation

R 168 of 255 = 66%
G 223 of 255 = 87%
B 120 of 255 = 47%

168
223
120

R + G + B ~ 67%. #A8DF78 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 223 + 120 = 511 (100%)
R 168 of 511 ~ 32.88%
G 223 of 511 ~ 43.64%
B 120 of 511 ~ 23.48%

%32.88
%43.64
%23.48

CMYK color model

#A8DF78 color CMYK value is (25,0,46,13).

  • cyan value is 24.66%
  • magenta value is 0.00%
  • yellow value is 46.19%
  • key color value is 12.55%
CMYK:
(25,0,46,13)
C25M0Y46K13 
(25%,0%,46%,13%)
(0.25/0.00/0.46/0.13)	

CMYK percentages

%24.66
%0
%46.19
%12.55

Codes

Color #A8DF78 in popluar color models

A8DF78
RGB168223120
HSL92°61.68%67.25%
HSB/HSV92°46.19%87.45%
CMYK24.66%0.00%46.19%
12.55%

Color #A8DF78 in popluar number systems.

HEXA8DF78
Decimal168223120
Binary10101000110111111111000
Octal250337170

Shades and tints

Shades of #A8DF78

#A8DF78
(168,223,120)
#99CB6E
(153,203,110)
#8AB764
(138,183,100)
#7BA35A
(123,163,90)
#6C8F50
(108,143,80)
#5D7B46
(93,123,70)
#4E673C
(78,103,60)
#3F5332
(63,83,50)
#303F28
(48,63,40)
#212B1E
(33,43,30)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #A8DF78

#A8DF78
(168,223,120)
#AFE184
(175,225,132)
#B6E390
(182,227,144)
#BDE59C
(189,229,156)
#C4E7A8
(196,231,168)
#CBE9B4
(203,233,180)
#D2EBC0
(210,235,192)
#D9EDCC
(217,237,204)
#E0EFD8
(224,239,216)
#E7F1E4
(231,241,228)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8DF78 color. Also use rgb(168,223,120) instead hex code.

Text Font Color

.myTextColor { color: #A8DF78; }

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

This text font color is #A8DF78.


Background Color

.myBgColor { background-color: #A8DF78; }

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

This div background color is #A8DF78.


Border color

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

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

This div border color is #A8DF78.


Opacity

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

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

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

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

This text has shadow with #A8DF78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8DF78 on black background.


Color preview on white background

This text has color #A8DF78 on white background.



Black color preview on #A8DF78 background

This text has black color on #A8DF78 background.


White color preview on #A8DF78 background

This text has white color on #A8DF78 background.