COLOR #AFD495

HEX: #AFD495
RGB: (175,212,149)

Color info

#AFD495 contains mainly red and green colors. Web safe color of #AFD495 is #99CC99 (or #9C9).

RGB color model

#AFD495 color RGB value is (175,212,149).

  • red value is 175;
  • green value is 212;
  • blue value is 149.
RGB:
(175,212,149)
(69%,83%,58%)

RGB channels and saturation

R 175 of 255 = 69%
G 212 of 255 = 83%
B 149 of 255 = 58%

175
212
149

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

Portions of RGB colors in percentages

R + G + B =
175 + 212 + 149 = 536 (100%)
R 175 of 536 ~ 32.65%
G 212 of 536 ~ 39.55%
B 149 of 536 ~ 27.8%

%32.65
%39.55
%27.8

CMYK color model

#AFD495 color CMYK value is (17,0,30,17).

  • cyan value is 17.45%
  • magenta value is 0.00%
  • yellow value is 29.72%
  • key color value is 16.86%
CMYK:
(17,0,30,17)
C17M0Y30K17 
(17%,0%,30%,17%)
(0.17/0.00/0.30/0.17)	

CMYK percentages

%17.45
%0
%29.72
%16.86

Codes

Color #AFD495 in popluar color models

AFD495
RGB175212149
HSL95°42.28%70.78%
HSB/HSV95°29.72%83.14%
CMYK17.45%0.00%29.72%
16.86%

Color #AFD495 in popluar number systems.

HEXAFD495
Decimal175212149
Binary101011111101010010010101
Octal257324225

Shades and tints

Shades of #AFD495

#AFD495
(175,212,149)
#A0C188
(160,193,136)
#91AE7B
(145,174,123)
#829B6E
(130,155,110)
#738861
(115,136,97)
#647554
(100,117,84)
#556247
(85,98,71)
#464F3A
(70,79,58)
#373C2D
(55,60,45)
#282920
(40,41,32)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #AFD495

#AFD495
(175,212,149)
#B6D79E
(182,215,158)
#BDDAA7
(189,218,167)
#C4DDB0
(196,221,176)
#CBE0B9
(203,224,185)
#D2E3C2
(210,227,194)
#D9E6CB
(217,230,203)
#E0E9D4
(224,233,212)
#E7ECDD
(231,236,221)
#EEEFE6
(238,239,230)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFD495 color. Also use rgb(175,212,149) instead hex code.

Text Font Color

.myTextColor { color: #AFD495; }

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

This text font color is #AFD495.


Background Color

.myBgColor { background-color: #AFD495; }

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

This div background color is #AFD495.


Border color

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

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

This div border color is #AFD495.


Opacity

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

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

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

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

This text has shadow with #AFD495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD495 on black background.


Color preview on white background

This text has color #AFD495 on white background.



Black color preview on #AFD495 background

This text has black color on #AFD495 background.


White color preview on #AFD495 background

This text has white color on #AFD495 background.