COLOR #A8D282

HEX: #A8D282 RGB: (168,210,130)

Color info

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

RGB color model

#A8D282 color RGB value is (168,210,130).

RGB: (168,210,130) (66%, 82%, 51%)

RGB channels and saturation

R 168 of 255 = 66%
G 210 of 255 = 82%
B 130 of 255 = 51%

168
210
130

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

Portions of RGB colors in percentages

R + G + B = 168 + 210 + 130 = 508 (100%)
R 168 of 508 ~ 33.07%
G 210 of 508 ~ 41.34%
B 130 of 508 ~ 25.59'%

%33.07
%41.34
%25.59

CMYK color model

#A8D282 color CMYK value is (20,0,38,18).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 38.10%
  • key color value is 17.65%
CMYK: (20,0,38,18) C20M0Y38K18 (20%,0%,38%,18%) (0.20/0.00/0.38/0.18) 

CMYK percentages

%20
%0
%38.1
%17.65

Codes

Color #A8D282 in popluar color models

A8 D2 82
RGB 168 210 130
HSL 92° 47.06% 66.67%
HSB/HSV 92° 38.10% 82.35%
CMYK 20.00% 0.00% 38.10%
17.65%

Color #A8D282 in popluar number systems.

HEX A8 D2 82
Decimal 168 210 130
Binary 10101000 11010010 10000010
Octal 250 322 202

Shades and tints

Shades of #A8D282

#A8D282
(168,210,130)
#99BF77
(153,191,119)
#8AAC6C
(138,172,108)
#7B9961
(123,153,97)
#6C8656
(108,134,86)
#5D734B
(93,115,75)
#4E6040
(78,96,64)
#3F4D35
(63,77,53)
#303A2A
(48,58,42)
#21271F
(33,39,31)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #A8D282

#A8D282
(168,210,130)
#AFD68D
(175,214,141)
#B6DA98
(182,218,152)
#BDDEA3
(189,222,163)
#C4E2AE
(196,226,174)
#CBE6B9
(203,230,185)
#D2EAC4
(210,234,196)
#D9EECF
(217,238,207)
#E0F2DA
(224,242,218)
#E7F6E5
(231,246,229)
#EEFAF0
(238,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8D282; }

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

This text font color is #A8D282.

Background Color

.myBgColor { background-color: #A8D282; }

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

This div background color is #A8D282.

Border color

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

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

This div border color is #A8D282.

Opacity

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

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

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

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

This text has shadow with #A8D282 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8D282.

Preview

Color preview on black background

This text has color #A8D282 on black background.


Color preview on white background

This text has color #A8D282 on white background.


Black color preview on #A8D282 background

This text has black color on #A8D282 background.


White color preview on #A8D282 background

This text has white color on #A8D282 background.


Related colors

Complementary color

Complementary color for #hex is #572D7D.


I love getcolorcode.com

Triadic colors

1 #82A8D2 and #D282A8 with #A8D282 are triadic colors.

2 #82D2A8 and #D2A882 with #A8D282 are triadic colors.