COLOR #AFECA9

HEX: #AFECA9
RGB: (175,236,169)

Color info

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

RGB color model

#AFECA9 color RGB value is (175,236,169).

  • red value is 175;
  • green value is 236;
  • blue value is 169.
RGB:
(175,236,169)
(69%,93%,66%)

RGB channels and saturation

R 175 of 255 = 69%
G 236 of 255 = 93%
B 169 of 255 = 66%

175
236
169

R + G + B ~ 76%. #AFECA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 236 + 169 = 580 (100%)
R 175 of 580 ~ 30.17%
G 236 of 580 ~ 40.69%
B 169 of 580 ~ 29.14%

%30.17
%40.69
%29.14

CMYK color model

#AFECA9 color CMYK value is (26,0,28,7).

  • cyan value is 25.85%
  • magenta value is 0.00%
  • yellow value is 28.39%
  • key color value is 7.45%
CMYK:
(26,0,28,7)
C26M0Y28K7 
(26%,0%,28%,7%)
(0.26/0.00/0.28/0.07)	

CMYK percentages

%25.85
%0
%28.39
%7.45

Codes

Color #AFECA9 in popluar color models

AFECA9
RGB175236169
HSL115°63.81%79.41%
HSB/HSV115°28.39%92.55%
CMYK25.85%0.00%28.39%
7.45%

Color #AFECA9 in popluar number systems.

HEXAFECA9
Decimal175236169
Binary101011111110110010101001
Octal257354251

Shades and tints

Shades of #AFECA9

#AFECA9
(175,236,169)
#A0D79A
(160,215,154)
#91C28B
(145,194,139)
#82AD7C
(130,173,124)
#73986D
(115,152,109)
#64835E
(100,131,94)
#556E4F
(85,110,79)
#465940
(70,89,64)
#374431
(55,68,49)
#282F22
(40,47,34)
#191A13
(25,26,19)
#000000
(0,0,0)

Tints of #AFECA9

#AFECA9
(175,236,169)
#B6EDB0
(182,237,176)
#BDEEB7
(189,238,183)
#C4EFBE
(196,239,190)
#CBF0C5
(203,240,197)
#D2F1CC
(210,241,204)
#D9F2D3
(217,242,211)
#E0F3DA
(224,243,218)
#E7F4E1
(231,244,225)
#EEF5E8
(238,245,232)
#F5F6EF
(245,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFECA9 color. Also use rgb(175,236,169) instead hex code.

Text Font Color

.myTextColor { color: #AFECA9; }

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

This text font color is #AFECA9.


Background Color

.myBgColor { background-color: #AFECA9; }

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

This div background color is #AFECA9.


Border color

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

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

This div border color is #AFECA9.


Opacity

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

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

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

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

This text has shadow with #AFECA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFECA9 on black background.


Color preview on white background

This text has color #AFECA9 on white background.



Black color preview on #AFECA9 background

This text has black color on #AFECA9 background.


White color preview on #AFECA9 background

This text has white color on #AFECA9 background.