COLOR #AFE7AF

HEX: #AFE7AF
RGB: (175,231,175)

Color info

#AFE7AF contains red, green and blue colors in about the same proportion. Web safe color of #AFE7AF is #99FF99 (or #9F9).

RGB color model

#AFE7AF color RGB value is (175,231,175).

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

RGB channels and saturation

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

175
231
175

R + G + B ~ 76%. #AFE7AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 231 + 175 = 581 (100%)
R 175 of 581 ~ 30.12%
G 231 of 581 ~ 39.76%
B 175 of 581 ~ 30.12%

%30.12
%39.76
%30.12

CMYK color model

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

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

CMYK percentages

%24.24
%0
%24.24
%9.41

Codes

Color #AFE7AF in popluar color models

AFE7AF
RGB175231175
HSL120°53.85%79.61%
HSB/HSV120°24.24%90.59%
CMYK24.24%0.00%24.24%
9.41%

Color #AFE7AF in popluar number systems.

HEXAFE7AF
Decimal175231175
Binary101011111110011110101111
Octal257347257

Shades and tints

Shades of #AFE7AF

#AFE7AF
(175,231,175)
#A0D2A0
(160,210,160)
#91BD91
(145,189,145)
#82A882
(130,168,130)
#739373
(115,147,115)
#647E64
(100,126,100)
#556955
(85,105,85)
#465446
(70,84,70)
#373F37
(55,63,55)
#282A28
(40,42,40)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #AFE7AF

#AFE7AF
(175,231,175)
#B6E9B6
(182,233,182)
#BDEBBD
(189,235,189)
#C4EDC4
(196,237,196)
#CBEFCB
(203,239,203)
#D2F1D2
(210,241,210)
#D9F3D9
(217,243,217)
#E0F5E0
(224,245,224)
#E7F7E7
(231,247,231)
#EEF9EE
(238,249,238)
#F5FBF5
(245,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFE7AF; }

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

This text font color is #AFE7AF.


Background Color

.myBgColor { background-color: #AFE7AF; }

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

This div background color is #AFE7AF.


Border color

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

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

This div border color is #AFE7AF.


Opacity

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

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

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

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

This text has shadow with #AFE7AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFE7AF on black background.


Color preview on white background

This text has color #AFE7AF on white background.



Black color preview on #AFE7AF background

This text has black color on #AFE7AF background.


White color preview on #AFE7AF background

This text has white color on #AFE7AF background.