COLOR #AFF59C

HEX: #AFF59C
RGB: (175,245,156)

Color info

#AFF59C contains mainly green color. Web safe color of #AFF59C is #99FF99 (or #9F9).

RGB color model

#AFF59C color RGB value is (175,245,156).

  • red value is 175;
  • green value is 245;
  • blue value is 156.
RGB:
(175,245,156)
(69%,96%,61%)

RGB channels and saturation

R 175 of 255 = 69%
G 245 of 255 = 96%
B 156 of 255 = 61%

175
245
156

R + G + B ~ 75%. #AFF59C is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 245 + 156 = 576 (100%)
R 175 of 576 ~ 30.38%
G 245 of 576 ~ 42.53%
B 156 of 576 ~ 27.08%

%30.38
%42.53
%27.08

CMYK color model

#AFF59C color CMYK value is (29,0,36,4).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 36.33%
  • key color value is 3.92%
CMYK:
(29,0,36,4)
C29M0Y36K4 
(29%,0%,36%,4%)
(0.29/0.00/0.36/0.04)	

CMYK percentages

%28.57
%0
%36.33
%3.92

Codes

Color #AFF59C in popluar color models

AFF59C
RGB175245156
HSL107°81.65%78.63%
HSB/HSV107°36.33%96.08%
CMYK28.57%0.00%36.33%
3.92%

Color #AFF59C in popluar number systems.

HEXAFF59C
Decimal175245156
Binary101011111111010110011100
Octal257365234

Shades and tints

Shades of #AFF59C

#AFF59C
(175,245,156)
#A0DF8E
(160,223,142)
#91C980
(145,201,128)
#82B372
(130,179,114)
#739D64
(115,157,100)
#648756
(100,135,86)
#557148
(85,113,72)
#465B3A
(70,91,58)
#37452C
(55,69,44)
#282F1E
(40,47,30)
#191910
(25,25,16)
#000000
(0,0,0)

Tints of #AFF59C

#AFF59C
(175,245,156)
#B6F5A5
(182,245,165)
#BDF5AE
(189,245,174)
#C4F5B7
(196,245,183)
#CBF5C0
(203,245,192)
#D2F5C9
(210,245,201)
#D9F5D2
(217,245,210)
#E0F5DB
(224,245,219)
#E7F5E4
(231,245,228)
#EEF5ED
(238,245,237)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFF59C; }

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

This text font color is #AFF59C.


Background Color

.myBgColor { background-color: #AFF59C; }

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

This div background color is #AFF59C.


Border color

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

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

This div border color is #AFF59C.


Opacity

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

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

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

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

This text has shadow with #AFF59C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFF59C on black background.


Color preview on white background

This text has color #AFF59C on white background.



Black color preview on #AFF59C background

This text has black color on #AFF59C background.


White color preview on #AFF59C background

This text has white color on #AFF59C background.