COLOR #A8D192

HEX: #A8D192
RGB: (168,209,146)

Color info

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

RGB color model

#A8D192 color RGB value is (168,209,146).

  • red value is 168;
  • green value is 209;
  • blue value is 146.
RGB:
(168,209,146)
(66%,82%,57%)

RGB channels and saturation

R 168 of 255 = 66%
G 209 of 255 = 82%
B 146 of 255 = 57%

168
209
146

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

Portions of RGB colors in percentages

R + G + B =
168 + 209 + 146 = 523 (100%)
R 168 of 523 ~ 32.12%
G 209 of 523 ~ 39.96%
B 146 of 523 ~ 27.92%

%32.12
%39.96
%27.92

CMYK color model

#A8D192 color CMYK value is (20,0,30,18).

  • cyan value is 19.62%
  • magenta value is 0.00%
  • yellow value is 30.14%
  • key color value is 18.04%
CMYK:
(20,0,30,18)
C20M0Y30K18 
(20%,0%,30%,18%)
(0.20/0.00/0.30/0.18)	

CMYK percentages

%19.62
%0
%30.14
%18.04

Codes

Color #A8D192 in popluar color models

A8D192
RGB168209146
HSL99°40.65%69.61%
HSB/HSV99°30.14%81.96%
CMYK19.62%0.00%30.14%
18.04%

Color #A8D192 in popluar number systems.

HEXA8D192
Decimal168209146
Binary101010001101000110010010
Octal250321222

Shades and tints

Shades of #A8D192

#A8D192
(168,209,146)
#99BE85
(153,190,133)
#8AAB78
(138,171,120)
#7B986B
(123,152,107)
#6C855E
(108,133,94)
#5D7251
(93,114,81)
#4E5F44
(78,95,68)
#3F4C37
(63,76,55)
#30392A
(48,57,42)
#21261D
(33,38,29)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #A8D192

#A8D192
(168,209,146)
#AFD59B
(175,213,155)
#B6D9A4
(182,217,164)
#BDDDAD
(189,221,173)
#C4E1B6
(196,225,182)
#CBE5BF
(203,229,191)
#D2E9C8
(210,233,200)
#D9EDD1
(217,237,209)
#E0F1DA
(224,241,218)
#E7F5E3
(231,245,227)
#EEF9EC
(238,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8D192; }

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

This text font color is #A8D192.


Background Color

.myBgColor { background-color: #A8D192; }

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

This div background color is #A8D192.


Border color

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

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

This div border color is #A8D192.


Opacity

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

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

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

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

This text has shadow with #A8D192 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8D192 on black background.


Color preview on white background

This text has color #A8D192 on white background.



Black color preview on #A8D192 background

This text has black color on #A8D192 background.


White color preview on #A8D192 background

This text has white color on #A8D192 background.