COLOR #AFFEA9

HEX: #AFFEA9
RGB: (175,254,169)

Color info

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

RGB color model

#AFFEA9 color RGB value is (175,254,169).

  • red value is 175;
  • green value is 254;
  • blue value is 169.
RGB:
(175,254,169)
(69%,100%,66%)

RGB channels and saturation

R 175 of 255 = 69%
G 254 of 255 = 100%
B 169 of 255 = 66%

175
254
169

R + G + B ~ 78%. #AFFEA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 254 + 169 = 598 (100%)
R 175 of 598 ~ 29.26%
G 254 of 598 ~ 42.47%
B 169 of 598 ~ 28.26%

%29.26
%42.47
%28.26

CMYK color model

#AFFEA9 color CMYK value is (31,0,33,0).

  • cyan value is 31.10%
  • magenta value is 0.00%
  • yellow value is 33.46%
  • key color value is 0.39%
CMYK:
(31,0,33,0)
C31M0Y33K0 
(31%,0%,33%,0%)
(0.31/0.00/0.33/0.00)	

CMYK percentages

%31.1
%0
%33.46
%0.39

Codes

Color #AFFEA9 in popluar color models

AFFEA9
RGB175254169
HSL116°97.70%82.94%
HSB/HSV116°33.46%99.61%
CMYK31.10%0.00%33.46%
0.39%

Color #AFFEA9 in popluar number systems.

HEXAFFEA9
Decimal175254169
Binary101011111111111010101001
Octal257376251

Shades and tints

Shades of #AFFEA9

#AFFEA9
(175,254,169)
#A0E79A
(160,231,154)
#91D08B
(145,208,139)
#82B97C
(130,185,124)
#73A26D
(115,162,109)
#648B5E
(100,139,94)
#55744F
(85,116,79)
#465D40
(70,93,64)
#374631
(55,70,49)
#282F22
(40,47,34)
#191813
(25,24,19)
#000000
(0,0,0)

Tints of #AFFEA9

#AFFEA9
(175,254,169)
#B6FEB0
(182,254,176)
#BDFEB7
(189,254,183)
#C4FEBE
(196,254,190)
#CBFEC5
(203,254,197)
#D2FECC
(210,254,204)
#D9FED3
(217,254,211)
#E0FEDA
(224,254,218)
#E7FEE1
(231,254,225)
#EEFEE8
(238,254,232)
#F5FEEF
(245,254,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFFEA9 color. Also use rgb(175,254,169) instead hex code.

Text Font Color

.myTextColor { color: #AFFEA9; }

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

This text font color is #AFFEA9.


Background Color

.myBgColor { background-color: #AFFEA9; }

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

This div background color is #AFFEA9.


Border color

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

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

This div border color is #AFFEA9.


Opacity

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

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

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

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

This text has shadow with #AFFEA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFFEA9 on black background.


Color preview on white background

This text has color #AFFEA9 on white background.



Black color preview on #AFFEA9 background

This text has black color on #AFFEA9 background.


White color preview on #AFFEA9 background

This text has white color on #AFFEA9 background.