COLOR #AFD494

HEX: #AFD494 RGB: (175,212,148)

Color info

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

RGB color model

#AFD494 color RGB value is (175,212,148).

RGB: (175,212,148) (69%, 83%, 58%)

RGB channels and saturation

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

175
212
148

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

Portions of RGB colors in percentages

R + G + B = 175 + 212 + 148 = 535 (100%)
R 175 of 535 ~ 32.71%
G 212 of 535 ~ 39.63%
B 148 of 535 ~ 27.66'%

%32.71
%39.63
%27.66

CMYK color model

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

  • cyan value is 17.45%
  • magenta value is 0.00%
  • yellow value is 30.19%
  • 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
%30.19
%16.86

Codes

Color #AFD494 in popluar color models

AF D4 94
RGB 175 212 148
HSL 95° 42.67% 70.59%
HSB/HSV 95° 30.19% 83.14%
CMYK 17.45% 0.00% 30.19%
16.86%

Color #AFD494 in popluar number systems.

HEX AF D4 94
Decimal 175 212 148
Binary 10101111 11010100 10010100
Octal 257 324 224

Shades and tints

Shades of #AFD494

#AFD494
(175,212,148)
#A0C187
(160,193,135)
#91AE7A
(145,174,122)
#829B6D
(130,155,109)
#738860
(115,136,96)
#647553
(100,117,83)
#556246
(85,98,70)
#464F39
(70,79,57)
#373C2C
(55,60,44)
#28291F
(40,41,31)
#191612
(25,22,18)
#000000
(0,0,0)

Tints of #AFD494

#AFD494
(175,212,148)
#B6D79D
(182,215,157)
#BDDAA6
(189,218,166)
#C4DDAF
(196,221,175)
#CBE0B8
(203,224,184)
#D2E3C1
(210,227,193)
#D9E6CA
(217,230,202)
#E0E9D3
(224,233,211)
#E7ECDC
(231,236,220)
#EEEFE5
(238,239,229)
#F5F2EE
(245,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFD494; }

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

This text font color is #AFD494.

Background Color

.myBgColor { background-color: #AFD494; }

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

This div background color is #AFD494.

Border color

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

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

This div border color is #AFD494.

Opacity

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

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

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

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

This text has shadow with #AFD494 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFD494.

Preview

Color preview on black background

This text has color #AFD494 on black background.


Color preview on white background

This text has color #AFD494 on white background.


Black color preview on #AFD494 background

This text has black color on #AFD494 background.


White color preview on #AFD494 background

This text has white color on #AFD494 background.


Related colors

Complementary color

Complementary color for #hex is #502B6B.


I love getcolorcode.com

Triadic colors

1 #94AFD4 and #D494AF with #AFD494 are triadic colors.

2 #94D4AF and #D4AF94 with #AFD494 are triadic colors.