COLOR #AFC16B

HEX: #AFC16B RGB: (175,193,107)

Color info

#AFC16B contains mainly red and green colors. Web safe color of #AFC16B is #99CC66 (or #9C6).

RGB color model

#AFC16B color RGB value is (175,193,107).

RGB: (175,193,107) (69%, 76%, 42%)

RGB channels and saturation

R 175 of 255 = 69%
G 193 of 255 = 76%
B 107 of 255 = 42%

175
193
107

R + G + B ~ 62%. #AFC16B is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 193 + 107 = 475 (100%)
R 175 of 475 ~ 36.84%
G 193 of 475 ~ 40.63%
B 107 of 475 ~ 22.53'%

%36.84
%40.63
%22.53

CMYK color model

#AFC16B color CMYK value is (9,0,45,24).

  • cyan value is 9.33%
  • magenta value is 0.00%
  • yellow value is 44.56%
  • key color value is 24.31%

CMYK: (9,0,45,24)
C9M0Y45K24 (9%, 0%, 45%, 24%)
(0.09 / 0.00 / 0.45 / 0.24)

CMYK percentages

%9.33
%0
%44.56
%24.31

Codes

Color #AFC16B in popluar color models

AF C1 6B
RGB 175 193 107
HSL 73° 40.95% 58.82%
HSB/HSV 73° 44.56% 75.69%
CMYK 9.33% 0.00% 44.56%
24.31%

Color #AFC16B in popluar number systems.

HEX AF C1 6B
Decimal 175 193 107
Binary 10101111 11000001 1101011
Octal 257 301 153

Shades and tints

Shades of #AFC16B

#AFC16B
(175,193,107)
#A0B062
(160,176,98)
#919F59
(145,159,89)
#828E50
(130,142,80)
#737D47
(115,125,71)
#646C3E
(100,108,62)
#555B35
(85,91,53)
#464A2C
(70,74,44)
#373923
(55,57,35)
#28281A
(40,40,26)
#191711
(25,23,17)
#000000
(0,0,0)

Tints of #AFC16B

#AFC16B
(175,193,107)
#B6C678
(182,198,120)
#BDCB85
(189,203,133)
#C4D092
(196,208,146)
#CBD59F
(203,213,159)
#D2DAAC
(210,218,172)
#D9DFB9
(217,223,185)
#E0E4C6
(224,228,198)
#E7E9D3
(231,233,211)
#EEEEE0
(238,238,224)
#F5F3ED
(245,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC16B color. Also use rgb(175,193,107) instead hex code.

Text Font Color

.myTextColor { color: #AFC16B; }

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

This text font color is #AFC16B.

Background Color

.myBgColor { background-color: #AFC16B; }

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

This div background color is #AFC16B.

Border color

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

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

This div border color is #AFC16B.

Opacity

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

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

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

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

This text has shadow with #AFC16B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC16B.

Preview

Color preview on black background

This text has color #AFC16B on black background.


Color preview on white background

This text has color #AFC16B on white background.


Black color preview on #AFC16B background

This text has black color on #AFC16B background.


White color preview on #AFC16B background

This text has white color on #AFC16B background.


Related colors

Complementary color

Complementary color for #hex is #503E94.


I love getcolorcode.com

Triadic colors

1 #6BAFC1 and #C16BAF with #AFC16B are triadic colors.

2 #6BC1AF and #C1AF6B with #AFC16B are triadic colors.