COLOR #AFF29E

HEX: #AFF29E
RGB: (175,242,158)

Color info

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

RGB color model

#AFF29E color RGB value is (175,242,158).

  • red value is 175;
  • green value is 242;
  • blue value is 158.
RGB:
(175,242,158)
(69%,95%,62%)

RGB channels and saturation

R 175 of 255 = 69%
G 242 of 255 = 95%
B 158 of 255 = 62%

175
242
158

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

Portions of RGB colors in percentages

R + G + B =
175 + 242 + 158 = 575 (100%)
R 175 of 575 ~ 30.43%
G 242 of 575 ~ 42.09%
B 158 of 575 ~ 27.48%

%30.43
%42.09
%27.48

CMYK color model

#AFF29E color CMYK value is (28,0,35,5).

  • cyan value is 27.69%
  • magenta value is 0.00%
  • yellow value is 34.71%
  • key color value is 5.10%
CMYK:
(28,0,35,5)
C28M0Y35K5 
(28%,0%,35%,5%)
(0.28/0.00/0.35/0.05)	

CMYK percentages

%27.69
%0
%34.71
%5.1

Codes

Color #AFF29E in popluar color models

AFF29E
RGB175242158
HSL108°76.36%78.43%
HSB/HSV108°34.71%94.90%
CMYK27.69%0.00%34.71%
5.10%

Color #AFF29E in popluar number systems.

HEXAFF29E
Decimal175242158
Binary101011111111001010011110
Octal257362236

Shades and tints

Shades of #AFF29E

#AFF29E
(175,242,158)
#A0DC90
(160,220,144)
#91C682
(145,198,130)
#82B074
(130,176,116)
#739A66
(115,154,102)
#648458
(100,132,88)
#556E4A
(85,110,74)
#46583C
(70,88,60)
#37422E
(55,66,46)
#282C20
(40,44,32)
#191612
(25,22,18)
#000000
(0,0,0)

Tints of #AFF29E

#AFF29E
(175,242,158)
#B6F3A6
(182,243,166)
#BDF4AE
(189,244,174)
#C4F5B6
(196,245,182)
#CBF6BE
(203,246,190)
#D2F7C6
(210,247,198)
#D9F8CE
(217,248,206)
#E0F9D6
(224,249,214)
#E7FADE
(231,250,222)
#EEFBE6
(238,251,230)
#F5FCEE
(245,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFF29E color. Also use rgb(175,242,158) instead hex code.

Text Font Color

.myTextColor { color: #AFF29E; }

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

This text font color is #AFF29E.


Background Color

.myBgColor { background-color: #AFF29E; }

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

This div background color is #AFF29E.


Border color

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

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

This div border color is #AFF29E.


Opacity

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

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

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

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

This text has shadow with #AFF29E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFF29E on black background.


Color preview on white background

This text has color #AFF29E on white background.



Black color preview on #AFF29E background

This text has black color on #AFF29E background.


White color preview on #AFF29E background

This text has white color on #AFF29E background.