COLOR #A4F0A5

HEX: #A4F0A5
RGB: (164,240,165)

Color info

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

RGB color model

#A4F0A5 color RGB value is (164,240,165).

  • red value is 164;
  • green value is 240;
  • blue value is 165.
RGB:
(164,240,165)
(64%,94%,65%)

RGB channels and saturation

R 164 of 255 = 64%
G 240 of 255 = 94%
B 165 of 255 = 65%

164
240
165

R + G + B ~ 74%. #A4F0A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 240 + 165 = 569 (100%)
R 164 of 569 ~ 28.82%
G 240 of 569 ~ 42.18%
B 165 of 569 ~ 29%

%28.82
%42.18
%29

CMYK color model

#A4F0A5 color CMYK value is (32,0,31,6).

  • cyan value is 31.67%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 5.88%
CMYK:
(32,0,31,6)
C32M0Y31K6 
(32%,0%,31%,6%)
(0.32/0.00/0.31/0.06)	

CMYK percentages

%31.67
%0
%31.25
%5.88

Codes

Color #A4F0A5 in popluar color models

A4F0A5
RGB164240165
HSL121°71.70%79.22%
HSB/HSV121°31.67%94.12%
CMYK31.67%0.00%31.25%
5.88%

Color #A4F0A5 in popluar number systems.

HEXA4F0A5
Decimal164240165
Binary101001001111000010100101
Octal244360245

Shades and tints

Shades of #A4F0A5

#A4F0A5
(164,240,165)
#96DB96
(150,219,150)
#88C687
(136,198,135)
#7AB178
(122,177,120)
#6C9C69
(108,156,105)
#5E875A
(94,135,90)
#50724B
(80,114,75)
#425D3C
(66,93,60)
#34482D
(52,72,45)
#26331E
(38,51,30)
#181E0F
(24,30,15)
#000000
(0,0,0)

Tints of #A4F0A5

#A4F0A5
(164,240,165)
#ACF1AD
(172,241,173)
#B4F2B5
(180,242,181)
#BCF3BD
(188,243,189)
#C4F4C5
(196,244,197)
#CCF5CD
(204,245,205)
#D4F6D5
(212,246,213)
#DCF7DD
(220,247,221)
#E4F8E5
(228,248,229)
#ECF9ED
(236,249,237)
#F4FAF5
(244,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4F0A5; }

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

This text font color is #A4F0A5.


Background Color

.myBgColor { background-color: #A4F0A5; }

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

This div background color is #A4F0A5.


Border color

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

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

This div border color is #A4F0A5.


Opacity

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

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

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

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

This text has shadow with #A4F0A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4F0A5 on black background.


Color preview on white background

This text has color #A4F0A5 on white background.



Black color preview on #A4F0A5 background

This text has black color on #A4F0A5 background.


White color preview on #A4F0A5 background

This text has white color on #A4F0A5 background.