COLOR #A4FB9F

HEX: #A4FB9F RGB: (164,251,159)

Color info

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

RGB color model

#A4FB9F color RGB value is (164,251,159).

RGB: (164,251,159) (64%, 98%, 62%)

RGB channels and saturation

R 164 of 255 = 64%
G 251 of 255 = 98%
B 159 of 255 = 62%

164
251
159

R + G + B ~ 75%. #A4FB9F is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 251 + 159 = 574 (100%)
R 164 of 574 ~ 28.57%
G 251 of 574 ~ 43.73%
B 159 of 574 ~ 27.7'%

%28.57
%43.73
%27.7

CMYK color model

#A4FB9F color CMYK value is (35,0,37,2).

  • cyan value is 34.66%
  • magenta value is 0.00%
  • yellow value is 36.65%
  • key color value is 1.57%

CMYK: (35,0,37,2)
C35M0Y37K2 (35%, 0%, 37%, 2%)
(0.35 / 0.00 / 0.37 / 0.02)

CMYK percentages

%34.66
%0
%36.65
%1.57

Codes

Color #A4FB9F in popluar color models

A4 FB 9F
RGB 164 251 159
HSL 117° 92.00% 80.39%
HSB/HSV 117° 36.65% 98.43%
CMYK 34.66% 0.00% 36.65%
1.57%

Color #A4FB9F in popluar number systems.

HEX A4 FB 9F
Decimal 164 251 159
Binary 10100100 11111011 10011111
Octal 244 373 237

Shades and tints

Shades of #A4FB9F

#A4FB9F
(164,251,159)
#96E591
(150,229,145)
#88CF83
(136,207,131)
#7AB975
(122,185,117)
#6CA367
(108,163,103)
#5E8D59
(94,141,89)
#50774B
(80,119,75)
#42613D
(66,97,61)
#344B2F
(52,75,47)
#263521
(38,53,33)
#181F13
(24,31,19)
#000000
(0,0,0)

Tints of #A4FB9F

#A4FB9F
(164,251,159)
#ACFBA7
(172,251,167)
#B4FBAF
(180,251,175)
#BCFBB7
(188,251,183)
#C4FBBF
(196,251,191)
#CCFBC7
(204,251,199)
#D4FBCF
(212,251,207)
#DCFBD7
(220,251,215)
#E4FBDF
(228,251,223)
#ECFBE7
(236,251,231)
#F4FBEF
(244,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4FB9F color. Also use rgb(164,251,159) instead hex code.

Text Font Color

.myTextColor { color: #A4FB9F; }

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

This text font color is #A4FB9F.

Background Color

.myBgColor { background-color: #A4FB9F; }

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

This div background color is #A4FB9F.

Border color

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

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

This div border color is #A4FB9F.

Opacity

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

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

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

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

This text has shadow with #A4FB9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4FB9F.

Preview

Color preview on black background

This text has color #A4FB9F on black background.


Color preview on white background

This text has color #A4FB9F on white background.


Black color preview on #A4FB9F background

This text has black color on #A4FB9F background.


White color preview on #A4FB9F background

This text has white color on #A4FB9F background.


Related colors

Complementary color

Complementary color for #hex is #5B0460.


I love getcolorcode.com

Triadic colors

1 #9FA4FB and #FB9FA4 with #A4FB9F are triadic colors.

2 #9FFBA4 and #FBA49F with #A4FB9F are triadic colors.