COLOR #AFFF5C

HEX: #AFFF5C RGB: (175,255,92)

Color info

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

RGB color model

#AFFF5C color RGB value is (175,255,92).

RGB: (175,255,92) (69%, 100%, 36%)

RGB channels and saturation

R 175 of 255 = 69%
G 255 of 255 = 100%
B 92 of 255 = 36%

175
255
92

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

Portions of RGB colors in percentages

R + G + B = 175 + 255 + 92 = 522 (100%)
R 175 of 522 ~ 33.52%
G 255 of 522 ~ 48.85%
B 92 of 522 ~ 17.62'%

%33.52
%48.85
%17.62

CMYK color model

#AFFF5C color CMYK value is (31,0,64,0).

  • cyan value is 31.37%
  • magenta value is 0.00%
  • yellow value is 63.92%
  • key color value is 0.00%

CMYK: (31,0,64,0)
C31M0Y64K0 (31%, 0%, 64%, 0%)
(0.31 / 0.00 / 0.64 / 0.00)

CMYK percentages

%31.37
%0
%63.92
%0

Codes

Color #AFFF5C in popluar color models

AF FF 5C
RGB 175 255 92
HSL 89° 100.00% 68.04%
HSB/HSV 89° 63.92% 100.00%
CMYK 31.37% 0.00% 63.92%
0.00%

Color #AFFF5C in popluar number systems.

HEX AF FF 5C
Decimal 175 255 92
Binary 10101111 11111111 1011100
Octal 257 377 134

Shades and tints

Shades of #AFFF5C

#AFFF5C
(175,255,92)
#A0E854
(160,232,84)
#91D14C
(145,209,76)
#82BA44
(130,186,68)
#73A33C
(115,163,60)
#648C34
(100,140,52)
#55752C
(85,117,44)
#465E24
(70,94,36)
#37471C
(55,71,28)
#283014
(40,48,20)
#19190C
(25,25,12)
#000000
(0,0,0)

Tints of #AFFF5C

#AFFF5C
(175,255,92)
#B6FF6A
(182,255,106)
#BDFF78
(189,255,120)
#C4FF86
(196,255,134)
#CBFF94
(203,255,148)
#D2FFA2
(210,255,162)
#D9FFB0
(217,255,176)
#E0FFBE
(224,255,190)
#E7FFCC
(231,255,204)
#EEFFDA
(238,255,218)
#F5FFE8
(245,255,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFFF5C; }

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

This text font color is #AFFF5C.

Background Color

.myBgColor { background-color: #AFFF5C; }

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

This div background color is #AFFF5C.

Border color

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

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

This div border color is #AFFF5C.

Opacity

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

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

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

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

This text has shadow with #AFFF5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFFF5C.

Preview

Color preview on black background

This text has color #AFFF5C on black background.


Color preview on white background

This text has color #AFFF5C on white background.


Black color preview on #AFFF5C background

This text has black color on #AFFF5C background.


White color preview on #AFFF5C background

This text has white color on #AFFF5C background.


Related colors

Complementary color

Complementary color for #hex is #5000A3.


I love getcolorcode.com

Triadic colors

1 #5CAFFF and #FF5CAF with #AFFF5C are triadic colors.

2 #5CFFAF and #FFAF5C with #AFFF5C are triadic colors.