COLOR #A8D577

HEX: #A8D577
RGB: (168,213,119)

Color info

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

RGB color model

#A8D577 color RGB value is (168,213,119).

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

RGB channels and saturation

R 168 of 255 = 66%
G 213 of 255 = 84%
B 119 of 255 = 47%

168
213
119

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

Portions of RGB colors in percentages

R + G + B =
168 + 213 + 119 = 500 (100%)
R 168 of 500 ~ 33.6%
G 213 of 500 ~ 42.6%
B 119 of 500 ~ 23.8%

%33.6
%42.6
%23.8

CMYK color model

#A8D577 color CMYK value is (21,0,44,16).

  • cyan value is 21.13%
  • magenta value is 0.00%
  • yellow value is 44.13%
  • key color value is 16.47%
CMYK:
(21,0,44,16)
C21M0Y44K16 
(21%,0%,44%,16%)
(0.21/0.00/0.44/0.16)	

CMYK percentages

%21.13
%0
%44.13
%16.47

Codes

Color #A8D577 in popluar color models

A8D577
RGB168213119
HSL89°52.81%65.10%
HSB/HSV89°44.13%83.53%
CMYK21.13%0.00%44.13%
16.47%

Color #A8D577 in popluar number systems.

HEXA8D577
Decimal168213119
Binary10101000110101011110111
Octal250325167

Shades and tints

Shades of #A8D577

#A8D577
(168,213,119)
#99C26D
(153,194,109)
#8AAF63
(138,175,99)
#7B9C59
(123,156,89)
#6C894F
(108,137,79)
#5D7645
(93,118,69)
#4E633B
(78,99,59)
#3F5031
(63,80,49)
#303D27
(48,61,39)
#212A1D
(33,42,29)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #A8D577

#A8D577
(168,213,119)
#AFD883
(175,216,131)
#B6DB8F
(182,219,143)
#BDDE9B
(189,222,155)
#C4E1A7
(196,225,167)
#CBE4B3
(203,228,179)
#D2E7BF
(210,231,191)
#D9EACB
(217,234,203)
#E0EDD7
(224,237,215)
#E7F0E3
(231,240,227)
#EEF3EF
(238,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8D577 color. Also use rgb(168,213,119) instead hex code.

Text Font Color

.myTextColor { color: #A8D577; }

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

This text font color is #A8D577.


Background Color

.myBgColor { background-color: #A8D577; }

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

This div background color is #A8D577.


Border color

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

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

This div border color is #A8D577.


Opacity

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

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

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

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

This text has shadow with #A8D577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8D577 on black background.


Color preview on white background

This text has color #A8D577 on white background.



Black color preview on #A8D577 background

This text has black color on #A8D577 background.


White color preview on #A8D577 background

This text has white color on #A8D577 background.