COLOR #A8D792

HEX: #A8D792 RGB: (168,215,146)

Color info

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

RGB color model

#A8D792 color RGB value is (168,215,146).

RGB: (168,215,146) (66%, 84%, 57%)

RGB channels and saturation

R 168 of 255 = 66%
G 215 of 255 = 84%
B 146 of 255 = 57%

168
215
146

R + G + B ~ 69%. #A8D792 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 215 + 146 = 529 (100%)
R 168 of 529 ~ 31.76%
G 215 of 529 ~ 40.64%
B 146 of 529 ~ 27.6'%

%31.76
%40.64
%27.6

CMYK color model

#A8D792 color CMYK value is (22,0,32,16).

  • cyan value is 21.86%
  • magenta value is 0.00%
  • yellow value is 32.09%
  • key color value is 15.69%
CMYK: (22,0,32,16) C22M0Y32K16 (22%,0%,32%,16%) (0.22/0.00/0.32/0.16) 

CMYK percentages

%21.86
%0
%32.09
%15.69

Codes

Color #A8D792 in popluar color models

A8 D7 92
RGB 168 215 146
HSL 101° 46.31% 70.78%
HSB/HSV 101° 32.09% 84.31%
CMYK 21.86% 0.00% 32.09%
15.69%

Color #A8D792 in popluar number systems.

HEX A8 D7 92
Decimal 168 215 146
Binary 10101000 11010111 10010010
Octal 250 327 222

Shades and tints

Shades of #A8D792

#A8D792
(168,215,146)
#99C485
(153,196,133)
#8AB178
(138,177,120)
#7B9E6B
(123,158,107)
#6C8B5E
(108,139,94)
#5D7851
(93,120,81)
#4E6544
(78,101,68)
#3F5237
(63,82,55)
#303F2A
(48,63,42)
#212C1D
(33,44,29)
#121910
(18,25,16)
#000000
(0,0,0)

Tints of #A8D792

#A8D792
(168,215,146)
#AFDA9B
(175,218,155)
#B6DDA4
(182,221,164)
#BDE0AD
(189,224,173)
#C4E3B6
(196,227,182)
#CBE6BF
(203,230,191)
#D2E9C8
(210,233,200)
#D9ECD1
(217,236,209)
#E0EFDA
(224,239,218)
#E7F2E3
(231,242,227)
#EEF5EC
(238,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8D792; }

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

This text font color is #A8D792.

Background Color

.myBgColor { background-color: #A8D792; }

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

This div background color is #A8D792.

Border color

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

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

This div border color is #A8D792.

Opacity

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

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

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

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

This text has shadow with #A8D792 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8D792.

Preview

Color preview on black background

This text has color #A8D792 on black background.


Color preview on white background

This text has color #A8D792 on white background.


Black color preview on #A8D792 background

This text has black color on #A8D792 background.


White color preview on #A8D792 background

This text has white color on #A8D792 background.


Related colors

Complementary color

Complementary color for #hex is #57286D.


I love getcolorcode.com

Triadic colors

1 #92A8D7 and #D792A8 with #A8D792 are triadic colors.

2 #92D7A8 and #D7A892 with #A8D792 are triadic colors.