COLOR #A8DF82

HEX: #A8DF82 RGB: (168,223,130)

Color info

#A8DF82 contains mainly red and green colors. Web safe color of #A8DF82 is #99CC99 (or #9C9).

RGB color model

#A8DF82 color RGB value is (168,223,130).

RGB: (168,223,130) (66%, 87%, 51%)

RGB channels and saturation

R 168 of 255 = 66%
G 223 of 255 = 87%
B 130 of 255 = 51%

168
223
130

R + G + B ~ 68%. #A8DF82 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 223 + 130 = 521 (100%)
R 168 of 521 ~ 32.25%
G 223 of 521 ~ 42.8%
B 130 of 521 ~ 24.95'%

%32.25
%42.8
%24.95

CMYK color model

#A8DF82 color CMYK value is (25,0,42,13).

  • cyan value is 24.66%
  • magenta value is 0.00%
  • yellow value is 41.70%
  • key color value is 12.55%
CMYK: (25,0,42,13) C25M0Y42K13 (25%,0%,42%,13%) (0.25/0.00/0.42/0.13) 

CMYK percentages

%24.66
%0
%41.7
%12.55

Codes

Color #A8DF82 in popluar color models

A8 DF 82
RGB 168 223 130
HSL 95° 59.24% 69.22%
HSB/HSV 95° 41.70% 87.45%
CMYK 24.66% 0.00% 41.70%
12.55%

Color #A8DF82 in popluar number systems.

HEX A8 DF 82
Decimal 168 223 130
Binary 10101000 11011111 10000010
Octal 250 337 202

Shades and tints

Shades of #A8DF82

#A8DF82
(168,223,130)
#99CB77
(153,203,119)
#8AB76C
(138,183,108)
#7BA361
(123,163,97)
#6C8F56
(108,143,86)
#5D7B4B
(93,123,75)
#4E6740
(78,103,64)
#3F5335
(63,83,53)
#303F2A
(48,63,42)
#212B1F
(33,43,31)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #A8DF82

#A8DF82
(168,223,130)
#AFE18D
(175,225,141)
#B6E398
(182,227,152)
#BDE5A3
(189,229,163)
#C4E7AE
(196,231,174)
#CBE9B9
(203,233,185)
#D2EBC4
(210,235,196)
#D9EDCF
(217,237,207)
#E0EFDA
(224,239,218)
#E7F1E5
(231,241,229)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8DF82; }

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

This text font color is #A8DF82.

Background Color

.myBgColor { background-color: #A8DF82; }

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

This div background color is #A8DF82.

Border color

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

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

This div border color is #A8DF82.

Opacity

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

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

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

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

This text has shadow with #A8DF82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8DF82.

Preview

Color preview on black background

This text has color #A8DF82 on black background.


Color preview on white background

This text has color #A8DF82 on white background.


Black color preview on #A8DF82 background

This text has black color on #A8DF82 background.


White color preview on #A8DF82 background

This text has white color on #A8DF82 background.


Related colors

Complementary color

Complementary color for #hex is #57207D.


I love getcolorcode.com

Triadic colors

1 #82A8DF and #DF82A8 with #A8DF82 are triadic colors.

2 #82DFA8 and #DFA882 with #A8DF82 are triadic colors.