COLOR #A4CF64

HEX: #A4CF64 RGB: (164,207,100)

Color info

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

RGB color model

#A4CF64 color RGB value is (164,207,100).

RGB: (164,207,100) (64%, 81%, 39%)

RGB channels and saturation

R 164 of 255 = 64%
G 207 of 255 = 81%
B 100 of 255 = 39%

164
207
100

R + G + B ~ 61%. #A4CF64 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 207 + 100 = 471 (100%)
R 164 of 471 ~ 34.82%
G 207 of 471 ~ 43.95%
B 100 of 471 ~ 21.23'%

%34.82
%43.95
%21.23

CMYK color model

#A4CF64 color CMYK value is (21,0,52,19).

  • cyan value is 20.77%
  • magenta value is 0.00%
  • yellow value is 51.69%
  • key color value is 18.82%

CMYK: (21,0,52,19)
C21M0Y52K19 (21%, 0%, 52%, 19%)
(0.21 / 0.00 / 0.52 / 0.19)

CMYK percentages

%20.77
%0
%51.69
%18.82

Codes

Color #A4CF64 in popluar color models

A4 CF 64
RGB 164 207 100
HSL 84° 52.71% 60.20%
HSB/HSV 84° 51.69% 81.18%
CMYK 20.77% 0.00% 51.69%
18.82%

Color #A4CF64 in popluar number systems.

HEX A4 CF 64
Decimal 164 207 100
Binary 10100100 11001111 1100100
Octal 244 317 144

Shades and tints

Shades of #A4CF64

#A4CF64
(164,207,100)
#96BD5B
(150,189,91)
#88AB52
(136,171,82)
#7A9949
(122,153,73)
#6C8740
(108,135,64)
#5E7537
(94,117,55)
#50632E
(80,99,46)
#425125
(66,81,37)
#343F1C
(52,63,28)
#262D13
(38,45,19)
#181B0A
(24,27,10)
#000000
(0,0,0)

Tints of #A4CF64

#A4CF64
(164,207,100)
#ACD372
(172,211,114)
#B4D780
(180,215,128)
#BCDB8E
(188,219,142)
#C4DF9C
(196,223,156)
#CCE3AA
(204,227,170)
#D4E7B8
(212,231,184)
#DCEBC6
(220,235,198)
#E4EFD4
(228,239,212)
#ECF3E2
(236,243,226)
#F4F7F0
(244,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4CF64 color. Also use rgb(164,207,100) instead hex code.

Text Font Color

.myTextColor { color: #A4CF64; }

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

This text font color is #A4CF64.

Background Color

.myBgColor { background-color: #A4CF64; }

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

This div background color is #A4CF64.

Border color

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

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

This div border color is #A4CF64.

Opacity

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

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

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

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

This text has shadow with #A4CF64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4CF64.

Preview

Color preview on black background

This text has color #A4CF64 on black background.


Color preview on white background

This text has color #A4CF64 on white background.


Black color preview on #A4CF64 background

This text has black color on #A4CF64 background.


White color preview on #A4CF64 background

This text has white color on #A4CF64 background.


Related colors

Complementary color

Complementary color for #hex is #5B309B.


I love getcolorcode.com

Triadic colors

1 #64A4CF and #CF64A4 with #A4CF64 are triadic colors.

2 #64CFA4 and #CFA464 with #A4CF64 are triadic colors.