COLOR #AFF799

HEX: #AFF799
RGB: (175,247,153)

Color info

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

RGB color model

#AFF799 color RGB value is (175,247,153).

  • red value is 175;
  • green value is 247;
  • blue value is 153.
RGB:
(175,247,153)
(69%,97%,60%)

RGB channels and saturation

R 175 of 255 = 69%
G 247 of 255 = 97%
B 153 of 255 = 60%

175
247
153

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

Portions of RGB colors in percentages

R + G + B =
175 + 247 + 153 = 575 (100%)
R 175 of 575 ~ 30.43%
G 247 of 575 ~ 42.96%
B 153 of 575 ~ 26.61%

%30.43
%42.96
%26.61

CMYK color model

#AFF799 color CMYK value is (29,0,38,3).

  • cyan value is 29.15%
  • magenta value is 0.00%
  • yellow value is 38.06%
  • key color value is 3.14%
CMYK:
(29,0,38,3)
C29M0Y38K3 
(29%,0%,38%,3%)
(0.29/0.00/0.38/0.03)	

CMYK percentages

%29.15
%0
%38.06
%3.14

Codes

Color #AFF799 in popluar color models

AFF799
RGB175247153
HSL106°85.45%78.43%
HSB/HSV106°38.06%96.86%
CMYK29.15%0.00%38.06%
3.14%

Color #AFF799 in popluar number systems.

HEXAFF799
Decimal175247153
Binary101011111111011110011001
Octal257367231

Shades and tints

Shades of #AFF799

#AFF799
(175,247,153)
#A0E18C
(160,225,140)
#91CB7F
(145,203,127)
#82B572
(130,181,114)
#739F65
(115,159,101)
#648958
(100,137,88)
#55734B
(85,115,75)
#465D3E
(70,93,62)
#374731
(55,71,49)
#283124
(40,49,36)
#191B17
(25,27,23)
#000000
(0,0,0)

Tints of #AFF799

#AFF799
(175,247,153)
#B6F7A2
(182,247,162)
#BDF7AB
(189,247,171)
#C4F7B4
(196,247,180)
#CBF7BD
(203,247,189)
#D2F7C6
(210,247,198)
#D9F7CF
(217,247,207)
#E0F7D8
(224,247,216)
#E7F7E1
(231,247,225)
#EEF7EA
(238,247,234)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFF799 color. Also use rgb(175,247,153) instead hex code.

Text Font Color

.myTextColor { color: #AFF799; }

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

This text font color is #AFF799.


Background Color

.myBgColor { background-color: #AFF799; }

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

This div background color is #AFF799.


Border color

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

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

This div border color is #AFF799.


Opacity

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

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

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

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

This text has shadow with #AFF799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFF799 on black background.


Color preview on white background

This text has color #AFF799 on white background.



Black color preview on #AFF799 background

This text has black color on #AFF799 background.


White color preview on #AFF799 background

This text has white color on #AFF799 background.