COLOR #A3DF84

HEX: #A3DF84
RGB: (163,223,132)

Color info

#A3DF84 contains mainly green color. Web safe color of #A3DF84 is #99CC99 (or #9C9).

RGB color model

#A3DF84 color RGB value is (163,223,132).

  • red value is 163;
  • green value is 223;
  • blue value is 132.
RGB:
(163,223,132)
(64%,87%,52%)

RGB channels and saturation

R 163 of 255 = 64%
G 223 of 255 = 87%
B 132 of 255 = 52%

163
223
132

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

Portions of RGB colors in percentages

R + G + B =
163 + 223 + 132 = 518 (100%)
R 163 of 518 ~ 31.47%
G 223 of 518 ~ 43.05%
B 132 of 518 ~ 25.48%

%31.47
%43.05
%25.48

CMYK color model

#A3DF84 color CMYK value is (27,0,41,13).

  • cyan value is 26.91%
  • magenta value is 0.00%
  • yellow value is 40.81%
  • key color value is 12.55%
CMYK:
(27,0,41,13)
C27M0Y41K13 
(27%,0%,41%,13%)
(0.27/0.00/0.41/0.13)	

CMYK percentages

%26.91
%0
%40.81
%12.55

Codes

Color #A3DF84 in popluar color models

A3DF84
RGB163223132
HSL100°58.71%69.61%
HSB/HSV100°40.81%87.45%
CMYK26.91%0.00%40.81%
12.55%

Color #A3DF84 in popluar number systems.

HEXA3DF84
Decimal163223132
Binary101000111101111110000100
Octal243337204

Shades and tints

Shades of #A3DF84

#A3DF84
(163,223,132)
#95CB78
(149,203,120)
#87B76C
(135,183,108)
#79A360
(121,163,96)
#6B8F54
(107,143,84)
#5D7B48
(93,123,72)
#4F673C
(79,103,60)
#415330
(65,83,48)
#333F24
(51,63,36)
#252B18
(37,43,24)
#17170C
(23,23,12)
#000000
(0,0,0)

Tints of #A3DF84

#A3DF84
(163,223,132)
#ABE18F
(171,225,143)
#B3E39A
(179,227,154)
#BBE5A5
(187,229,165)
#C3E7B0
(195,231,176)
#CBE9BB
(203,233,187)
#D3EBC6
(211,235,198)
#DBEDD1
(219,237,209)
#E3EFDC
(227,239,220)
#EBF1E7
(235,241,231)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3DF84 color. Also use rgb(163,223,132) instead hex code.

Text Font Color

.myTextColor { color: #A3DF84; }

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

This text font color is #A3DF84.


Background Color

.myBgColor { background-color: #A3DF84; }

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

This div background color is #A3DF84.


Border color

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

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

This div border color is #A3DF84.


Opacity

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

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

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

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

This text has shadow with #A3DF84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3DF84 on black background.


Color preview on white background

This text has color #A3DF84 on white background.



Black color preview on #A3DF84 background

This text has black color on #A3DF84 background.


White color preview on #A3DF84 background

This text has white color on #A3DF84 background.