COLOR #A4C74B

HEX: #A4C74B
RGB: (164,199,75)

Color info

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

RGB color model

#A4C74B color RGB value is (164,199,75).

  • red value is 164;
  • green value is 199;
  • blue value is 75.
RGB:
(164,199,75)
(64%,78%,29%)

RGB channels and saturation

R 164 of 255 = 64%
G 199 of 255 = 78%
B 75 of 255 = 29%

164
199
75

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

Portions of RGB colors in percentages

R + G + B =
164 + 199 + 75 = 438 (100%)
R 164 of 438 ~ 37.44%
G 199 of 438 ~ 45.43%
B 75 of 438 ~ 17.12%

%37.44
%45.43
%17.12

CMYK color model

#A4C74B color CMYK value is (18,0,62,22).

  • cyan value is 17.59%
  • magenta value is 0.00%
  • yellow value is 62.31%
  • key color value is 21.96%
CMYK:
(18,0,62,22)
C18M0Y62K22 
(18%,0%,62%,22%)
(0.18/0.00/0.62/0.22)	

CMYK percentages

%17.59
%0
%62.31
%21.96

Codes

Color #A4C74B in popluar color models

A4C74B
RGB16419975
HSL77°52.54%53.73%
HSB/HSV77°62.31%78.04%
CMYK17.59%0.00%62.31%
21.96%

Color #A4C74B in popluar number systems.

HEXA4C74B
Decimal16419975
Binary10100100110001111001011
Octal244307113

Shades and tints

Shades of #A4C74B

#A4C74B
(164,199,75)
#96B545
(150,181,69)
#88A33F
(136,163,63)
#7A9139
(122,145,57)
#6C7F33
(108,127,51)
#5E6D2D
(94,109,45)
#505B27
(80,91,39)
#424921
(66,73,33)
#34371B
(52,55,27)
#262515
(38,37,21)
#18130F
(24,19,15)
#000000
(0,0,0)

Tints of #A4C74B

#A4C74B
(164,199,75)
#ACCC5B
(172,204,91)
#B4D16B
(180,209,107)
#BCD67B
(188,214,123)
#C4DB8B
(196,219,139)
#CCE09B
(204,224,155)
#D4E5AB
(212,229,171)
#DCEABB
(220,234,187)
#E4EFCB
(228,239,203)
#ECF4DB
(236,244,219)
#F4F9EB
(244,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4C74B color. Also use rgb(164,199,75) instead hex code.

Text Font Color

.myTextColor { color: #A4C74B; }

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

This text font color is #A4C74B.


Background Color

.myBgColor { background-color: #A4C74B; }

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

This div background color is #A4C74B.


Border color

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

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

This div border color is #A4C74B.


Opacity

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

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

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

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

This text has shadow with #A4C74B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C74B on black background.


Color preview on white background

This text has color #A4C74B on white background.



Black color preview on #A4C74B background

This text has black color on #A4C74B background.


White color preview on #A4C74B background

This text has white color on #A4C74B background.