COLOR #AFD391

HEX: #AFD391 RGB: (175,211,145)

Color info

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

RGB color model

#AFD391 color RGB value is (175,211,145).

RGB: (175,211,145) (69%, 83%, 57%)

RGB channels and saturation

R 175 of 255 = 69%
G 211 of 255 = 83%
B 145 of 255 = 57%

175
211
145

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

Portions of RGB colors in percentages

R + G + B = 175 + 211 + 145 = 531 (100%)
R 175 of 531 ~ 32.96%
G 211 of 531 ~ 39.74%
B 145 of 531 ~ 27.31'%

%32.96
%39.74
%27.31

CMYK color model

#AFD391 color CMYK value is (17,0,31,17).

  • cyan value is 17.06%
  • magenta value is 0.00%
  • yellow value is 31.28%
  • key color value is 17.25%

CMYK: (17,0,31,17)
C17M0Y31K17 (17%, 0%, 31%, 17%)
(0.17 / 0.00 / 0.31 / 0.17)

CMYK percentages

%17.06
%0
%31.28
%17.25

Codes

Color #AFD391 in popluar color models

AF D3 91
RGB 175 211 145
HSL 93° 42.86% 69.80%
HSB/HSV 93° 31.28% 82.75%
CMYK 17.06% 0.00% 31.28%
17.25%

Color #AFD391 in popluar number systems.

HEX AF D3 91
Decimal 175 211 145
Binary 10101111 11010011 10010001
Octal 257 323 221

Shades and tints

Shades of #AFD391

#AFD391
(175,211,145)
#A0C084
(160,192,132)
#91AD77
(145,173,119)
#829A6A
(130,154,106)
#73875D
(115,135,93)
#647450
(100,116,80)
#556143
(85,97,67)
#464E36
(70,78,54)
#373B29
(55,59,41)
#28281C
(40,40,28)
#19150F
(25,21,15)
#000000
(0,0,0)

Tints of #AFD391

#AFD391
(175,211,145)
#B6D79B
(182,215,155)
#BDDBA5
(189,219,165)
#C4DFAF
(196,223,175)
#CBE3B9
(203,227,185)
#D2E7C3
(210,231,195)
#D9EBCD
(217,235,205)
#E0EFD7
(224,239,215)
#E7F3E1
(231,243,225)
#EEF7EB
(238,247,235)
#F5FBF5
(245,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFD391 color. Also use rgb(175,211,145) instead hex code.

Text Font Color

.myTextColor { color: #AFD391; }

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

This text font color is #AFD391.

Background Color

.myBgColor { background-color: #AFD391; }

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

This div background color is #AFD391.

Border color

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

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

This div border color is #AFD391.

Opacity

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

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

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

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

This text has shadow with #AFD391 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFD391.

Preview

Color preview on black background

This text has color #AFD391 on black background.


Color preview on white background

This text has color #AFD391 on white background.


Black color preview on #AFD391 background

This text has black color on #AFD391 background.


White color preview on #AFD391 background

This text has white color on #AFD391 background.


Related colors

Complementary color

Complementary color for #hex is #502C6E.


I love getcolorcode.com

Triadic colors

1 #91AFD3 and #D391AF with #AFD391 are triadic colors.

2 #91D3AF and #D3AF91 with #AFD391 are triadic colors.