COLOR #AFE772

HEX: #AFE772
RGB: (175,231,114)

Color info

#AFE772 contains mainly red and green colors. Web safe color of #AFE772 is #99FF66 (or #9F6).

RGB color model

#AFE772 color RGB value is (175,231,114).

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

RGB channels and saturation

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

175
231
114

R + G + B ~ 68%. #AFE772 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 231 + 114 = 520 (100%)
R 175 of 520 ~ 33.65%
G 231 of 520 ~ 44.42%
B 114 of 520 ~ 21.92%

%33.65
%44.42
%21.92

CMYK color model

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

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

CMYK percentages

%24.24
%0
%50.65
%9.41

Codes

Color #AFE772 in popluar color models

AFE772
RGB175231114
HSL89°70.91%67.65%
HSB/HSV89°50.65%90.59%
CMYK24.24%0.00%50.65%
9.41%

Color #AFE772 in popluar number systems.

HEXAFE772
Decimal175231114
Binary10101111111001111110010
Octal257347162

Shades and tints

Shades of #AFE772

#AFE772
(175,231,114)
#A0D268
(160,210,104)
#91BD5E
(145,189,94)
#82A854
(130,168,84)
#73934A
(115,147,74)
#647E40
(100,126,64)
#556936
(85,105,54)
#46542C
(70,84,44)
#373F22
(55,63,34)
#282A18
(40,42,24)
#19150E
(25,21,14)
#000000
(0,0,0)

Tints of #AFE772

#AFE772
(175,231,114)
#B6E97E
(182,233,126)
#BDEB8A
(189,235,138)
#C4ED96
(196,237,150)
#CBEFA2
(203,239,162)
#D2F1AE
(210,241,174)
#D9F3BA
(217,243,186)
#E0F5C6
(224,245,198)
#E7F7D2
(231,247,210)
#EEF9DE
(238,249,222)
#F5FBEA
(245,251,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFE772; }

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

This text font color is #AFE772.


Background Color

.myBgColor { background-color: #AFE772; }

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

This div background color is #AFE772.


Border color

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

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

This div border color is #AFE772.


Opacity

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

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

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

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

This text has shadow with #AFE772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFE772 on black background.


Color preview on white background

This text has color #AFE772 on white background.



Black color preview on #AFE772 background

This text has black color on #AFE772 background.


White color preview on #AFE772 background

This text has white color on #AFE772 background.