COLOR #AFF788

HEX: #AFF788
RGB: (175,247,136)

Color info

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

RGB color model

#AFF788 color RGB value is (175,247,136).

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

RGB channels and saturation

R 175 of 255 = 69%
G 247 of 255 = 97%
B 136 of 255 = 53%

175
247
136

R + G + B ~ 73%. #AFF788 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 247 + 136 = 558 (100%)
R 175 of 558 ~ 31.36%
G 247 of 558 ~ 44.27%
B 136 of 558 ~ 24.37%

%31.36
%44.27
%24.37

CMYK color model

#AFF788 color CMYK value is (29,0,45,3).

  • cyan value is 29.15%
  • magenta value is 0.00%
  • yellow value is 44.94%
  • key color value is 3.14%
CMYK: (29,0,45,3) C29M0Y45K3 (29%,0%,45%,3%) (0.29/0.00/0.45/0.03)

CMYK percentages

%29.15
%0
%44.94
%3.14

Codes

Color #AFF788 in popluar color models

AFF788
RGB175247136
HSL99°87.40%75.10%
HSB/HSV99°44.94%96.86%
CMYK29.15%0.00%44.94%
3.14%

Color #AFF788 in popluar number systems.

HEXAFF788
Decimal175247136
Binary101011111111011110001000
Octal257367210

Shades and tints

Shades of #AFF788

#AFF788
(175,247,136)
#A0E17C
(160,225,124)
#91CB70
(145,203,112)
#82B564
(130,181,100)
#739F58
(115,159,88)
#64894C
(100,137,76)
#557340
(85,115,64)
#465D34
(70,93,52)
#374728
(55,71,40)
#28311C
(40,49,28)
#191B10
(25,27,16)
#000000
(0,0,0)

Tints of #AFF788

#AFF788
(175,247,136)
#B6F792
(182,247,146)
#BDF79C
(189,247,156)
#C4F7A6
(196,247,166)
#CBF7B0
(203,247,176)
#D2F7BA
(210,247,186)
#D9F7C4
(217,247,196)
#E0F7CE
(224,247,206)
#E7F7D8
(231,247,216)
#EEF7E2
(238,247,226)
#F5F7EC
(245,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFF788; }

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

This text font color is #AFF788.


Background Color

.myBgColor { background-color: #AFF788; }

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

This div background color is #AFF788.


Border color

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

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

This div border color is #AFF788.


Opacity

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

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

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

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

This text has shadow with #AFF788 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AFF788 on black background.


Color preview on white background

This text has color #AFF788 on white background.



Black color preview on #AFF788 background

This text has black color on #AFF788 background.


White color preview on #AFF788 background

This text has white color on #AFF788 background.