COLOR #AFF875

HEX: #AFF875
RGB: (175,248,117)

Color info

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

RGB color model

#AFF875 color RGB value is (175,248,117).

  • red value is 175;
  • green value is 248;
  • blue value is 117.
RGB:
(175,248,117)
(69%,97%,46%)

RGB channels and saturation

R 175 of 255 = 69%
G 248 of 255 = 97%
B 117 of 255 = 46%

175
248
117

R + G + B ~ 71%. #AFF875 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 248 + 117 = 540 (100%)
R 175 of 540 ~ 32.41%
G 248 of 540 ~ 45.93%
B 117 of 540 ~ 21.67%

%32.41
%45.93
%21.67

CMYK color model

#AFF875 color CMYK value is (29,0,53,3).

  • cyan value is 29.44%
  • magenta value is 0.00%
  • yellow value is 52.82%
  • key color value is 2.75%
CMYK:
(29,0,53,3)
C29M0Y53K3 
(29%,0%,53%,3%)
(0.29/0.00/0.53/0.03)	

CMYK percentages

%29.44
%0
%52.82
%2.75

Codes

Color #AFF875 in popluar color models

AFF875
RGB175248117
HSL93°90.34%71.57%
HSB/HSV93°52.82%97.25%
CMYK29.44%0.00%52.82%
2.75%

Color #AFF875 in popluar number systems.

HEXAFF875
Decimal175248117
Binary10101111111110001110101
Octal257370165

Shades and tints

Shades of #AFF875

#AFF875
(175,248,117)
#A0E26B
(160,226,107)
#91CC61
(145,204,97)
#82B657
(130,182,87)
#73A04D
(115,160,77)
#648A43
(100,138,67)
#557439
(85,116,57)
#465E2F
(70,94,47)
#374825
(55,72,37)
#28321B
(40,50,27)
#191C11
(25,28,17)
#000000
(0,0,0)

Tints of #AFF875

#AFF875
(175,248,117)
#B6F881
(182,248,129)
#BDF88D
(189,248,141)
#C4F899
(196,248,153)
#CBF8A5
(203,248,165)
#D2F8B1
(210,248,177)
#D9F8BD
(217,248,189)
#E0F8C9
(224,248,201)
#E7F8D5
(231,248,213)
#EEF8E1
(238,248,225)
#F5F8ED
(245,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFF875 color. Also use rgb(175,248,117) instead hex code.

Text Font Color

.myTextColor { color: #AFF875; }

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

This text font color is #AFF875.


Background Color

.myBgColor { background-color: #AFF875; }

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

This div background color is #AFF875.


Border color

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

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

This div border color is #AFF875.


Opacity

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

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

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

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

This text has shadow with #AFF875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFF875 on black background.


Color preview on white background

This text has color #AFF875 on white background.



Black color preview on #AFF875 background

This text has black color on #AFF875 background.


White color preview on #AFF875 background

This text has white color on #AFF875 background.