COLOR #AFE080

HEX: #AFE080
RGB: (175,224,128)

Color info

#AFE080 contains mainly red and green colors. Web safe color of #AFE080 is #99CC66 (or #9C6).

RGB color model

#AFE080 color RGB value is (175,224,128).

  • red value is 175;
  • green value is 224;
  • blue value is 128.
RGB:
(175,224,128)
(69%,88%,50%)

RGB channels and saturation

R 175 of 255 = 69%
G 224 of 255 = 88%
B 128 of 255 = 50%

175
224
128

R + G + B ~ 69%. #AFE080 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 224 + 128 = 527 (100%)
R 175 of 527 ~ 33.21%
G 224 of 527 ~ 42.5%
B 128 of 527 ~ 24.29%

%33.21
%42.5
%24.29

CMYK color model

#AFE080 color CMYK value is (22,0,43,12).

  • cyan value is 21.88%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 12.16%
CMYK:
(22,0,43,12)
C22M0Y43K12 
(22%,0%,43%,12%)
(0.22/0.00/0.43/0.12)	

CMYK percentages

%21.88
%0
%42.86
%12.16

Codes

Color #AFE080 in popluar color models

AFE080
RGB175224128
HSL91°60.76%69.02%
HSB/HSV91°42.86%87.84%
CMYK21.88%0.00%42.86%
12.16%

Color #AFE080 in popluar number systems.

HEXAFE080
Decimal175224128
Binary101011111110000010000000
Octal257340200

Shades and tints

Shades of #AFE080

#AFE080
(175,224,128)
#A0CC75
(160,204,117)
#91B86A
(145,184,106)
#82A45F
(130,164,95)
#739054
(115,144,84)
#647C49
(100,124,73)
#55683E
(85,104,62)
#465433
(70,84,51)
#374028
(55,64,40)
#282C1D
(40,44,29)
#191812
(25,24,18)
#000000
(0,0,0)

Tints of #AFE080

#AFE080
(175,224,128)
#B6E28B
(182,226,139)
#BDE496
(189,228,150)
#C4E6A1
(196,230,161)
#CBE8AC
(203,232,172)
#D2EAB7
(210,234,183)
#D9ECC2
(217,236,194)
#E0EECD
(224,238,205)
#E7F0D8
(231,240,216)
#EEF2E3
(238,242,227)
#F5F4EE
(245,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFE080; }

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

This text font color is #AFE080.


Background Color

.myBgColor { background-color: #AFE080; }

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

This div background color is #AFE080.


Border color

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

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

This div border color is #AFE080.


Opacity

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

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

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

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

This text has shadow with #AFE080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFE080 on black background.


Color preview on white background

This text has color #AFE080 on white background.



Black color preview on #AFE080 background

This text has black color on #AFE080 background.


White color preview on #AFE080 background

This text has white color on #AFE080 background.