COLOR #AFFF80

HEX: #AFFF80
RGB: (175,255,128)

Color info

#AFFF80 contains mainly green color. Web safe color of #AFFF80 is #99FF66 (or #9F6).

RGB color model

#AFFF80 color RGB value is (175,255,128).

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

RGB channels and saturation

R 175 of 255 = 69%
G 255 of 255 = 100%
B 128 of 255 = 50%

175
255
128

R + G + B ~ 73%. #AFFF80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 255 + 128 = 558 (100%)
R 175 of 558 ~ 31.36%
G 255 of 558 ~ 45.7%
B 128 of 558 ~ 22.94%

%31.36
%45.7
%22.94

CMYK color model

#AFFF80 color CMYK value is (31,0,50,0).

  • cyan value is 31.37%
  • magenta value is 0.00%
  • yellow value is 49.80%
  • key color value is 0.00%
CMYK:
(31,0,50,0)
C31M0Y50K0 
(31%,0%,50%,0%)
(0.31/0.00/0.50/0.00)	

CMYK percentages

%31.37
%0
%49.8
%0

Codes

Color #AFFF80 in popluar color models

AFFF80
RGB175255128
HSL98°100.00%75.10%
HSB/HSV98°49.80%100.00%
CMYK31.37%0.00%49.80%
0.00%

Color #AFFF80 in popluar number systems.

HEXAFFF80
Decimal175255128
Binary101011111111111110000000
Octal257377200

Shades and tints

Shades of #AFFF80

#AFFF80
(175,255,128)
#A0E875
(160,232,117)
#91D16A
(145,209,106)
#82BA5F
(130,186,95)
#73A354
(115,163,84)
#648C49
(100,140,73)
#55753E
(85,117,62)
#465E33
(70,94,51)
#374728
(55,71,40)
#28301D
(40,48,29)
#191912
(25,25,18)
#000000
(0,0,0)

Tints of #AFFF80

#AFFF80
(175,255,128)
#B6FF8B
(182,255,139)
#BDFF96
(189,255,150)
#C4FFA1
(196,255,161)
#CBFFAC
(203,255,172)
#D2FFB7
(210,255,183)
#D9FFC2
(217,255,194)
#E0FFCD
(224,255,205)
#E7FFD8
(231,255,216)
#EEFFE3
(238,255,227)
#F5FFEE
(245,255,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFFF80; }

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

This text font color is #AFFF80.


Background Color

.myBgColor { background-color: #AFFF80; }

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

This div background color is #AFFF80.


Border color

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

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

This div border color is #AFFF80.


Opacity

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

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

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

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

This text has shadow with #AFFF80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFFF80 on black background.


Color preview on white background

This text has color #AFFF80 on white background.



Black color preview on #AFFF80 background

This text has black color on #AFFF80 background.


White color preview on #AFFF80 background

This text has white color on #AFFF80 background.