COLOR #A4C02B

HEX: #A4C02B
RGB: (164,192,43)

Color info

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

RGB color model

#A4C02B color RGB value is (164,192,43).

  • red value is 164;
  • green value is 192;
  • blue value is 43.
RGB:
(164,192,43)
(64%,75%,17%)

RGB channels and saturation

R 164 of 255 = 64%
G 192 of 255 = 75%
B 43 of 255 = 17%

164
192
43

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

Portions of RGB colors in percentages

R + G + B =
164 + 192 + 43 = 399 (100%)
R 164 of 399 ~ 41.1%
G 192 of 399 ~ 48.12%
B 43 of 399 ~ 10.78%

%41.1
%48.12
%10.78

CMYK color model

#A4C02B color CMYK value is (15,0,78,25).

  • cyan value is 14.58%
  • magenta value is 0.00%
  • yellow value is 77.60%
  • key color value is 24.71%
CMYK:
(15,0,78,25)
C15M0Y78K25 
(15%,0%,78%,25%)
(0.15/0.00/0.78/0.25)	

CMYK percentages

%14.58
%0
%77.6
%24.71

Codes

Color #A4C02B in popluar color models

A4C02B
RGB16419243
HSL71°63.40%46.08%
HSB/HSV71°77.60%75.29%
CMYK14.58%0.00%77.60%
24.71%

Color #A4C02B in popluar number systems.

HEXA4C02B
Decimal16419243
Binary1010010011000000101011
Octal24430053

Shades and tints

Shades of #A4C02B

#A4C02B
(164,192,43)
#96AF28
(150,175,40)
#889E25
(136,158,37)
#7A8D22
(122,141,34)
#6C7C1F
(108,124,31)
#5E6B1C
(94,107,28)
#505A19
(80,90,25)
#424916
(66,73,22)
#343813
(52,56,19)
#262710
(38,39,16)
#18160D
(24,22,13)
#000000
(0,0,0)

Tints of #A4C02B

#A4C02B
(164,192,43)
#ACC53E
(172,197,62)
#B4CA51
(180,202,81)
#BCCF64
(188,207,100)
#C4D477
(196,212,119)
#CCD98A
(204,217,138)
#D4DE9D
(212,222,157)
#DCE3B0
(220,227,176)
#E4E8C3
(228,232,195)
#ECEDD6
(236,237,214)
#F4F2E9
(244,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4C02B color. Also use rgb(164,192,43) instead hex code.

Text Font Color

.myTextColor { color: #A4C02B; }

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

This text font color is #A4C02B.


Background Color

.myBgColor { background-color: #A4C02B; }

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

This div background color is #A4C02B.


Border color

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

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

This div border color is #A4C02B.


Opacity

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

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

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

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

This text has shadow with #A4C02B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C02B on black background.


Color preview on white background

This text has color #A4C02B on white background.



Black color preview on #A4C02B background

This text has black color on #A4C02B background.


White color preview on #A4C02B background

This text has white color on #A4C02B background.