COLOR #AFFA70

HEX: #AFFA70
RGB: (175,250,112)

Color info

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

RGB color model

#AFFA70 color RGB value is (175,250,112).

  • red value is 175;
  • green value is 250;
  • blue value is 112.
RGB:
(175,250,112)
(69%,98%,44%)

RGB channels and saturation

R 175 of 255 = 69%
G 250 of 255 = 98%
B 112 of 255 = 44%

175
250
112

R + G + B ~ 70%. #AFFA70 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 250 + 112 = 537 (100%)
R 175 of 537 ~ 32.59%
G 250 of 537 ~ 46.55%
B 112 of 537 ~ 20.86%

%32.59
%46.55
%20.86

CMYK color model

#AFFA70 color CMYK value is (30,0,55,2).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 55.20%
  • key color value is 1.96%
CMYK:
(30,0,55,2)
C30M0Y55K2 
(30%,0%,55%,2%)
(0.30/0.00/0.55/0.02)	

CMYK percentages

%30
%0
%55.2
%1.96

Codes

Color #AFFA70 in popluar color models

AFFA70
RGB175250112
HSL93°93.24%70.98%
HSB/HSV93°55.20%98.04%
CMYK30.00%0.00%55.20%
1.96%

Color #AFFA70 in popluar number systems.

HEXAFFA70
Decimal175250112
Binary10101111111110101110000
Octal257372160

Shades and tints

Shades of #AFFA70

#AFFA70
(175,250,112)
#A0E466
(160,228,102)
#91CE5C
(145,206,92)
#82B852
(130,184,82)
#73A248
(115,162,72)
#648C3E
(100,140,62)
#557634
(85,118,52)
#46602A
(70,96,42)
#374A20
(55,74,32)
#283416
(40,52,22)
#191E0C
(25,30,12)
#000000
(0,0,0)

Tints of #AFFA70

#AFFA70
(175,250,112)
#B6FA7D
(182,250,125)
#BDFA8A
(189,250,138)
#C4FA97
(196,250,151)
#CBFAA4
(203,250,164)
#D2FAB1
(210,250,177)
#D9FABE
(217,250,190)
#E0FACB
(224,250,203)
#E7FAD8
(231,250,216)
#EEFAE5
(238,250,229)
#F5FAF2
(245,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFFA70 color. Also use rgb(175,250,112) instead hex code.

Text Font Color

.myTextColor { color: #AFFA70; }

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

This text font color is #AFFA70.


Background Color

.myBgColor { background-color: #AFFA70; }

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

This div background color is #AFFA70.


Border color

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

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

This div border color is #AFFA70.


Opacity

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

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

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

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

This text has shadow with #AFFA70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFFA70 on black background.


Color preview on white background

This text has color #AFFA70 on white background.



Black color preview on #AFFA70 background

This text has black color on #AFFA70 background.


White color preview on #AFFA70 background

This text has white color on #AFFA70 background.