COLOR #A4F08C

HEX: #A4F08C RGB: (164,240,140)

Color info

#A4F08C contains mainly green color. Web safe color of #A4F08C is #99FF99 (or #9F9).

RGB color model

#A4F08C color RGB value is (164,240,140).

RGB: (164,240,140) (64%, 94%, 55%)

RGB channels and saturation

R 164 of 255 = 64%
G 240 of 255 = 94%
B 140 of 255 = 55%

164
240
140

R + G + B ~ 71%. #A4F08C is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 240 + 140 = 544 (100%)
R 164 of 544 ~ 30.15%
G 240 of 544 ~ 44.12%
B 140 of 544 ~ 25.74'%

%30.15
%44.12
%25.74

CMYK color model

#A4F08C color CMYK value is (32,0,42,6).

  • cyan value is 31.67%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 5.88%

CMYK: (32,0,42,6)
C32M0Y42K6 (32%, 0%, 42%, 6%)
(0.32 / 0.00 / 0.42 / 0.06)

CMYK percentages

%31.67
%0
%41.67
%5.88

Codes

Color #A4F08C in popluar color models

A4 F0 8C
RGB 164 240 140
HSL 106° 76.92% 74.51%
HSB/HSV 106° 41.67% 94.12%
CMYK 31.67% 0.00% 41.67%
5.88%

Color #A4F08C in popluar number systems.

HEX A4 F0 8C
Decimal 164 240 140
Binary 10100100 11110000 10001100
Octal 244 360 214

Shades and tints

Shades of #A4F08C

#A4F08C
(164,240,140)
#96DB80
(150,219,128)
#88C674
(136,198,116)
#7AB168
(122,177,104)
#6C9C5C
(108,156,92)
#5E8750
(94,135,80)
#507244
(80,114,68)
#425D38
(66,93,56)
#34482C
(52,72,44)
#263320
(38,51,32)
#181E14
(24,30,20)
#000000
(0,0,0)

Tints of #A4F08C

#A4F08C
(164,240,140)
#ACF196
(172,241,150)
#B4F2A0
(180,242,160)
#BCF3AA
(188,243,170)
#C4F4B4
(196,244,180)
#CCF5BE
(204,245,190)
#D4F6C8
(212,246,200)
#DCF7D2
(220,247,210)
#E4F8DC
(228,248,220)
#ECF9E6
(236,249,230)
#F4FAF0
(244,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4F08C color. Also use rgb(164,240,140) instead hex code.

Text Font Color

.myTextColor { color: #A4F08C; }

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

This text font color is #A4F08C.

Background Color

.myBgColor { background-color: #A4F08C; }

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

This div background color is #A4F08C.

Border color

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

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

This div border color is #A4F08C.

Opacity

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

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

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

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

This text has shadow with #A4F08C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4F08C.

Preview

Color preview on black background

This text has color #A4F08C on black background.


Color preview on white background

This text has color #A4F08C on white background.


Black color preview on #A4F08C background

This text has black color on #A4F08C background.


White color preview on #A4F08C background

This text has white color on #A4F08C background.


Related colors

Complementary color

Complementary color for #hex is #5B0F73.


I love getcolorcode.com

Triadic colors

1 #8CA4F0 and #F08CA4 with #A4F08C are triadic colors.

2 #8CF0A4 and #F0A48C with #A4F08C are triadic colors.