COLOR #A8DF31

HEX: #A8DF31
RGB: (168,223,49)

Color info

#A8DF31 contains mainly red and green colors. Web safe color of #A8DF31 is #99CC33 (or #9C3).

RGB color model

#A8DF31 color RGB value is (168,223,49).

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

RGB channels and saturation

R 168 of 255 = 66%
G 223 of 255 = 87%
B 49 of 255 = 19%

168
223
49

R + G + B ~ 57%. #A8DF31 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
168 + 223 + 49 = 440 (100%)
R 168 of 440 ~ 38.18%
G 223 of 440 ~ 50.68%
B 49 of 440 ~ 11.14%

%38.18
%50.68
%11.14

CMYK color model

#A8DF31 color CMYK value is (25,0,78,13).

  • cyan value is 24.66%
  • magenta value is 0.00%
  • yellow value is 78.03%
  • key color value is 12.55%
CMYK:
(25,0,78,13)
C25M0Y78K13 
(25%,0%,78%,13%)
(0.25/0.00/0.78/0.13)	

CMYK percentages

%24.66
%0
%78.03
%12.55

Codes

Color #A8DF31 in popluar color models

A8DF31
RGB16822349
HSL79°73.11%53.33%
HSB/HSV79°78.03%87.45%
CMYK24.66%0.00%78.03%
12.55%

Color #A8DF31 in popluar number systems.

HEXA8DF31
Decimal16822349
Binary1010100011011111110001
Octal25033761

Shades and tints

Shades of #A8DF31

#A8DF31
(168,223,49)
#99CB2D
(153,203,45)
#8AB729
(138,183,41)
#7BA325
(123,163,37)
#6C8F21
(108,143,33)
#5D7B1D
(93,123,29)
#4E6719
(78,103,25)
#3F5315
(63,83,21)
#303F11
(48,63,17)
#212B0D
(33,43,13)
#121709
(18,23,9)
#000000
(0,0,0)

Tints of #A8DF31

#A8DF31
(168,223,49)
#AFE143
(175,225,67)
#B6E355
(182,227,85)
#BDE567
(189,229,103)
#C4E779
(196,231,121)
#CBE98B
(203,233,139)
#D2EB9D
(210,235,157)
#D9EDAF
(217,237,175)
#E0EFC1
(224,239,193)
#E7F1D3
(231,241,211)
#EEF3E5
(238,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8DF31; }

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

This text font color is #A8DF31.


Background Color

.myBgColor { background-color: #A8DF31; }

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

This div background color is #A8DF31.


Border color

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

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

This div border color is #A8DF31.


Opacity

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

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

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

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

This text has shadow with #A8DF31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8DF31 on black background.


Color preview on white background

This text has color #A8DF31 on white background.



Black color preview on #A8DF31 background

This text has black color on #A8DF31 background.


White color preview on #A8DF31 background

This text has white color on #A8DF31 background.