COLOR #A3DF0B

HEX: #A3DF0B
RGB: (163,223,11)

Color info

#A3DF0B contains mainly green color. Web safe color of #A3DF0B is #99CC00 (or #9C0).

RGB color model

#A3DF0B color RGB value is (163,223,11).

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

RGB channels and saturation

R 163 of 255 = 64%
G 223 of 255 = 87%
B 11 of 255 = 4%

163
223
11

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

Portions of RGB colors in percentages

R + G + B =
163 + 223 + 11 = 397 (100%)
R 163 of 397 ~ 41.06%
G 223 of 397 ~ 56.17%
B 11 of 397 ~ 2.77%

%41.06
%56.17

CMYK color model

#A3DF0B color CMYK value is (27,0,95,13).

  • cyan value is 26.91%
  • magenta value is 0.00%
  • yellow value is 95.07%
  • key color value is 12.55%
CMYK:
(27,0,95,13)
C27M0Y95K13 
(27%,0%,95%,13%)
(0.27/0.00/0.95/0.13)	

CMYK percentages

%26.91
%0
%95.07
%12.55

Codes

Color #A3DF0B in popluar color models

A3DF0B
RGB16322311
HSL77°90.60%45.88%
HSB/HSV77°95.07%87.45%
CMYK26.91%0.00%95.07%
12.55%

Color #A3DF0B in popluar number systems.

HEXA3DF0B
Decimal16322311
Binary10100011110111111011
Octal24333713

Shades and tints

Shades of #A3DF0B

#A3DF0B
(163,223,11)
#95CB0A
(149,203,10)
#87B709
(135,183,9)
#79A308
(121,163,8)
#6B8F07
(107,143,7)
#5D7B06
(93,123,6)
#4F6705
(79,103,5)
#415304
(65,83,4)
#333F03
(51,63,3)
#252B02
(37,43,2)
#171701
(23,23,1)
#000000
(0,0,0)

Tints of #A3DF0B

#A3DF0B
(163,223,11)
#ABE121
(171,225,33)
#B3E337
(179,227,55)
#BBE54D
(187,229,77)
#C3E763
(195,231,99)
#CBE979
(203,233,121)
#D3EB8F
(211,235,143)
#DBEDA5
(219,237,165)
#E3EFBB
(227,239,187)
#EBF1D1
(235,241,209)
#F3F3E7
(243,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3DF0B; }

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

This text font color is #A3DF0B.


Background Color

.myBgColor { background-color: #A3DF0B; }

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

This div background color is #A3DF0B.


Border color

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

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

This div border color is #A3DF0B.


Opacity

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

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

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

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

This text has shadow with #A3DF0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3DF0B on black background.


Color preview on white background

This text has color #A3DF0B on white background.



Black color preview on #A3DF0B background

This text has black color on #A3DF0B background.


White color preview on #A3DF0B background

This text has white color on #A3DF0B background.