COLOR #A4D055

HEX: #A4D055 RGB: (164,208,85)

Color info

#A4D055 contains mainly red and green colors. Web safe color of #A4D055 is #99CC66 (or #9C6).

RGB color model

#A4D055 color RGB value is (164,208,85).

RGB: (164,208,85) (64%, 82%, 33%)

RGB channels and saturation

R 164 of 255 = 64%
G 208 of 255 = 82%
B 85 of 255 = 33%

164
208
85

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

Portions of RGB colors in percentages

R + G + B = 164 + 208 + 85 = 457 (100%)
R 164 of 457 ~ 35.89%
G 208 of 457 ~ 45.51%
B 85 of 457 ~ 18.6'%

%35.89
%45.51
%18.6

CMYK color model

#A4D055 color CMYK value is (21,0,59,18).

  • cyan value is 21.15%
  • magenta value is 0.00%
  • yellow value is 59.13%
  • key color value is 18.43%
CMYK: (21,0,59,18) C21M0Y59K18 (21%,0%,59%,18%) (0.21/0.00/0.59/0.18) 

CMYK percentages

%21.15
%0
%59.13
%18.43

Codes

Color #A4D055 in popluar color models

A4 D0 55
RGB 164 208 85
HSL 81° 56.68% 57.45%
HSB/HSV 81° 59.13% 81.57%
CMYK 21.15% 0.00% 59.13%
18.43%

Color #A4D055 in popluar number systems.

HEX A4 D0 55
Decimal 164 208 85
Binary 10100100 11010000 1010101
Octal 244 320 125

Shades and tints

Shades of #A4D055

#A4D055
(164,208,85)
#96BE4E
(150,190,78)
#88AC47
(136,172,71)
#7A9A40
(122,154,64)
#6C8839
(108,136,57)
#5E7632
(94,118,50)
#50642B
(80,100,43)
#425224
(66,82,36)
#34401D
(52,64,29)
#262E16
(38,46,22)
#181C0F
(24,28,15)
#000000
(0,0,0)

Tints of #A4D055

#A4D055
(164,208,85)
#ACD464
(172,212,100)
#B4D873
(180,216,115)
#BCDC82
(188,220,130)
#C4E091
(196,224,145)
#CCE4A0
(204,228,160)
#D4E8AF
(212,232,175)
#DCECBE
(220,236,190)
#E4F0CD
(228,240,205)
#ECF4DC
(236,244,220)
#F4F8EB
(244,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4D055 color. Also use rgb(164,208,85) instead hex code.

Text Font Color

.myTextColor { color: #A4D055; }

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

This text font color is #A4D055.

Background Color

.myBgColor { background-color: #A4D055; }

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

This div background color is #A4D055.

Border color

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

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

This div border color is #A4D055.

Opacity

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

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

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

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

This text has shadow with #A4D055 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4D055.

Preview

Color preview on black background

This text has color #A4D055 on black background.


Color preview on white background

This text has color #A4D055 on white background.


Black color preview on #A4D055 background

This text has black color on #A4D055 background.


White color preview on #A4D055 background

This text has white color on #A4D055 background.


Related colors

Complementary color

Complementary color for #hex is #5B2FAA.


I love getcolorcode.com

Triadic colors

1 #55A4D0 and #D055A4 with #A4D055 are triadic colors.

2 #55D0A4 and #D0A455 with #A4D055 are triadic colors.