COLOR #A8DF99

HEX: #A8DF99
RGB: (168,223,153)

Color info

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

RGB color model

#A8DF99 color RGB value is (168,223,153).

  • red value is 168;
  • green value is 223;
  • blue value is 153.
RGB:
(168,223,153)
(66%,87%,60%)

RGB channels and saturation

R 168 of 255 = 66%
G 223 of 255 = 87%
B 153 of 255 = 60%

168
223
153

R + G + B ~ 71%. #A8DF99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 223 + 153 = 544 (100%)
R 168 of 544 ~ 30.88%
G 223 of 544 ~ 40.99%
B 153 of 544 ~ 28.13%

%30.88
%40.99
%28.13

CMYK color model

#A8DF99 color CMYK value is (25,0,31,13).

  • cyan value is 24.66%
  • magenta value is 0.00%
  • yellow value is 31.39%
  • key color value is 12.55%
CMYK:
(25,0,31,13)
C25M0Y31K13 
(25%,0%,31%,13%)
(0.25/0.00/0.31/0.13)	

CMYK percentages

%24.66
%0
%31.39
%12.55

Codes

Color #A8DF99 in popluar color models

A8DF99
RGB168223153
HSL107°52.24%73.73%
HSB/HSV107°31.39%87.45%
CMYK24.66%0.00%31.39%
12.55%

Color #A8DF99 in popluar number systems.

HEXA8DF99
Decimal168223153
Binary101010001101111110011001
Octal250337231

Shades and tints

Shades of #A8DF99

#A8DF99
(168,223,153)
#99CB8C
(153,203,140)
#8AB77F
(138,183,127)
#7BA372
(123,163,114)
#6C8F65
(108,143,101)
#5D7B58
(93,123,88)
#4E674B
(78,103,75)
#3F533E
(63,83,62)
#303F31
(48,63,49)
#212B24
(33,43,36)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #A8DF99

#A8DF99
(168,223,153)
#AFE1A2
(175,225,162)
#B6E3AB
(182,227,171)
#BDE5B4
(189,229,180)
#C4E7BD
(196,231,189)
#CBE9C6
(203,233,198)
#D2EBCF
(210,235,207)
#D9EDD8
(217,237,216)
#E0EFE1
(224,239,225)
#E7F1EA
(231,241,234)
#EEF3F3
(238,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8DF99; }

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

This text font color is #A8DF99.


Background Color

.myBgColor { background-color: #A8DF99; }

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

This div background color is #A8DF99.


Border color

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

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

This div border color is #A8DF99.


Opacity

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

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

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

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

This text has shadow with #A8DF99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8DF99 on black background.


Color preview on white background

This text has color #A8DF99 on white background.



Black color preview on #A8DF99 background

This text has black color on #A8DF99 background.


White color preview on #A8DF99 background

This text has white color on #A8DF99 background.