COLOR #A8D779

HEX: #A8D779
RGB: (168,215,121)

Color info

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

RGB color model

#A8D779 color RGB value is (168,215,121).

  • red value is 168;
  • green value is 215;
  • blue value is 121.
RGB:
(168,215,121)
(66%,84%,47%)

RGB channels and saturation

R 168 of 255 = 66%
G 215 of 255 = 84%
B 121 of 255 = 47%

168
215
121

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

Portions of RGB colors in percentages

R + G + B =
168 + 215 + 121 = 504 (100%)
R 168 of 504 ~ 33.33%
G 215 of 504 ~ 42.66%
B 121 of 504 ~ 24.01%

%33.33
%42.66
%24.01

CMYK color model

#A8D779 color CMYK value is (22,0,44,16).

  • cyan value is 21.86%
  • magenta value is 0.00%
  • yellow value is 43.72%
  • key color value is 15.69%
CMYK:
(22,0,44,16)
C22M0Y44K16 
(22%,0%,44%,16%)
(0.22/0.00/0.44/0.16)	

CMYK percentages

%21.86
%0
%43.72
%15.69

Codes

Color #A8D779 in popluar color models

A8D779
RGB168215121
HSL90°54.02%65.88%
HSB/HSV90°43.72%84.31%
CMYK21.86%0.00%43.72%
15.69%

Color #A8D779 in popluar number systems.

HEXA8D779
Decimal168215121
Binary10101000110101111111001
Octal250327171

Shades and tints

Shades of #A8D779

#A8D779
(168,215,121)
#99C46E
(153,196,110)
#8AB163
(138,177,99)
#7B9E58
(123,158,88)
#6C8B4D
(108,139,77)
#5D7842
(93,120,66)
#4E6537
(78,101,55)
#3F522C
(63,82,44)
#303F21
(48,63,33)
#212C16
(33,44,22)
#12190B
(18,25,11)
#000000
(0,0,0)

Tints of #A8D779

#A8D779
(168,215,121)
#AFDA85
(175,218,133)
#B6DD91
(182,221,145)
#BDE09D
(189,224,157)
#C4E3A9
(196,227,169)
#CBE6B5
(203,230,181)
#D2E9C1
(210,233,193)
#D9ECCD
(217,236,205)
#E0EFD9
(224,239,217)
#E7F2E5
(231,242,229)
#EEF5F1
(238,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8D779 color. Also use rgb(168,215,121) instead hex code.

Text Font Color

.myTextColor { color: #A8D779; }

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

This text font color is #A8D779.


Background Color

.myBgColor { background-color: #A8D779; }

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

This div background color is #A8D779.


Border color

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

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

This div border color is #A8D779.


Opacity

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

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

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

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

This text has shadow with #A8D779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8D779 on black background.


Color preview on white background

This text has color #A8D779 on white background.



Black color preview on #A8D779 background

This text has black color on #A8D779 background.


White color preview on #A8D779 background

This text has white color on #A8D779 background.