COLOR #A4DB33

HEX: #A4DB33
RGB: (164,219,51)

Color info

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

RGB color model

#A4DB33 color RGB value is (164,219,51).

  • red value is 164;
  • green value is 219;
  • blue value is 51.
RGB:
(164,219,51)
(64%,86%,20%)

RGB channels and saturation

R 164 of 255 = 64%
G 219 of 255 = 86%
B 51 of 255 = 20%

164
219
51

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

Portions of RGB colors in percentages

R + G + B =
164 + 219 + 51 = 434 (100%)
R 164 of 434 ~ 37.79%
G 219 of 434 ~ 50.46%
B 51 of 434 ~ 11.75%

%37.79
%50.46
%11.75

CMYK color model

#A4DB33 color CMYK value is (25,0,77,14).

  • cyan value is 25.11%
  • magenta value is 0.00%
  • yellow value is 76.71%
  • key color value is 14.12%
CMYK:
(25,0,77,14)
C25M0Y77K14 
(25%,0%,77%,14%)
(0.25/0.00/0.77/0.14)	

CMYK percentages

%25.11
%0
%76.71
%14.12

Codes

Color #A4DB33 in popluar color models

A4DB33
RGB16421951
HSL80°70.00%52.94%
HSB/HSV80°76.71%85.88%
CMYK25.11%0.00%76.71%
14.12%

Color #A4DB33 in popluar number systems.

HEXA4DB33
Decimal16421951
Binary1010010011011011110011
Octal24433363

Shades and tints

Shades of #A4DB33

#A4DB33
(164,219,51)
#96C82F
(150,200,47)
#88B52B
(136,181,43)
#7AA227
(122,162,39)
#6C8F23
(108,143,35)
#5E7C1F
(94,124,31)
#50691B
(80,105,27)
#425617
(66,86,23)
#344313
(52,67,19)
#26300F
(38,48,15)
#181D0B
(24,29,11)
#000000
(0,0,0)

Tints of #A4DB33

#A4DB33
(164,219,51)
#ACDE45
(172,222,69)
#B4E157
(180,225,87)
#BCE469
(188,228,105)
#C4E77B
(196,231,123)
#CCEA8D
(204,234,141)
#D4ED9F
(212,237,159)
#DCF0B1
(220,240,177)
#E4F3C3
(228,243,195)
#ECF6D5
(236,246,213)
#F4F9E7
(244,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4DB33 color. Also use rgb(164,219,51) instead hex code.

Text Font Color

.myTextColor { color: #A4DB33; }

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

This text font color is #A4DB33.


Background Color

.myBgColor { background-color: #A4DB33; }

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

This div background color is #A4DB33.


Border color

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

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

This div border color is #A4DB33.


Opacity

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

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

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

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

This text has shadow with #A4DB33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4DB33 on black background.


Color preview on white background

This text has color #A4DB33 on white background.



Black color preview on #A4DB33 background

This text has black color on #A4DB33 background.


White color preview on #A4DB33 background

This text has white color on #A4DB33 background.