COLOR #AFE79F

HEX: #AFE79F
RGB: (175,231,159)

Color info

#AFE79F contains mainly red and green colors. Web safe color of #AFE79F is #99FF99 (or #9F9).

RGB color model

#AFE79F color RGB value is (175,231,159).

  • red value is 175;
  • green value is 231;
  • blue value is 159.
RGB:
(175,231,159)
(69%,91%,62%)

RGB channels and saturation

R 175 of 255 = 69%
G 231 of 255 = 91%
B 159 of 255 = 62%

175
231
159

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

Portions of RGB colors in percentages

R + G + B =
175 + 231 + 159 = 565 (100%)
R 175 of 565 ~ 30.97%
G 231 of 565 ~ 40.88%
B 159 of 565 ~ 28.14%

%30.97
%40.88
%28.14

CMYK color model

#AFE79F color CMYK value is (24,0,31,9).

  • cyan value is 24.24%
  • magenta value is 0.00%
  • yellow value is 31.17%
  • key color value is 9.41%
CMYK:
(24,0,31,9)
C24M0Y31K9 
(24%,0%,31%,9%)
(0.24/0.00/0.31/0.09)	

CMYK percentages

%24.24
%0
%31.17
%9.41

Codes

Color #AFE79F in popluar color models

AFE79F
RGB175231159
HSL107°60.00%76.47%
HSB/HSV107°31.17%90.59%
CMYK24.24%0.00%31.17%
9.41%

Color #AFE79F in popluar number systems.

HEXAFE79F
Decimal175231159
Binary101011111110011110011111
Octal257347237

Shades and tints

Shades of #AFE79F

#AFE79F
(175,231,159)
#A0D291
(160,210,145)
#91BD83
(145,189,131)
#82A875
(130,168,117)
#739367
(115,147,103)
#647E59
(100,126,89)
#55694B
(85,105,75)
#46543D
(70,84,61)
#373F2F
(55,63,47)
#282A21
(40,42,33)
#191513
(25,21,19)
#000000
(0,0,0)

Tints of #AFE79F

#AFE79F
(175,231,159)
#B6E9A7
(182,233,167)
#BDEBAF
(189,235,175)
#C4EDB7
(196,237,183)
#CBEFBF
(203,239,191)
#D2F1C7
(210,241,199)
#D9F3CF
(217,243,207)
#E0F5D7
(224,245,215)
#E7F7DF
(231,247,223)
#EEF9E7
(238,249,231)
#F5FBEF
(245,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFE79F color. Also use rgb(175,231,159) instead hex code.

Text Font Color

.myTextColor { color: #AFE79F; }

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

This text font color is #AFE79F.


Background Color

.myBgColor { background-color: #AFE79F; }

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

This div background color is #AFE79F.


Border color

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

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

This div border color is #AFE79F.


Opacity

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

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

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

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

This text has shadow with #AFE79F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFE79F on black background.


Color preview on white background

This text has color #AFE79F on white background.



Black color preview on #AFE79F background

This text has black color on #AFE79F background.


White color preview on #AFE79F background

This text has white color on #AFE79F background.