COLOR #AFC86D

HEX: #AFC86D
RGB: (175,200,109)

Color info

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

RGB color model

#AFC86D color RGB value is (175,200,109).

  • red value is 175;
  • green value is 200;
  • blue value is 109.
RGB:
(175,200,109)
(69%,78%,43%)

RGB channels and saturation

R 175 of 255 = 69%
G 200 of 255 = 78%
B 109 of 255 = 43%

175
200
109

R + G + B ~ 63%. #AFC86D is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 200 + 109 = 484 (100%)
R 175 of 484 ~ 36.16%
G 200 of 484 ~ 41.32%
B 109 of 484 ~ 22.52%

%36.16
%41.32
%22.52

CMYK color model

#AFC86D color CMYK value is (13,0,46,22).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 45.50%
  • key color value is 21.57%
CMYK:
(13,0,46,22)
C13M0Y46K22 
(13%,0%,46%,22%)
(0.13/0.00/0.46/0.22)	

CMYK percentages

%12.5
%0
%45.5
%21.57

Codes

Color #AFC86D in popluar color models

AFC86D
RGB175200109
HSL76°45.27%60.59%
HSB/HSV76°45.50%78.43%
CMYK12.50%0.00%45.50%
21.57%

Color #AFC86D in popluar number systems.

HEXAFC86D
Decimal175200109
Binary10101111110010001101101
Octal257310155

Shades and tints

Shades of #AFC86D

#AFC86D
(175,200,109)
#A0B664
(160,182,100)
#91A45B
(145,164,91)
#829252
(130,146,82)
#738049
(115,128,73)
#646E40
(100,110,64)
#555C37
(85,92,55)
#464A2E
(70,74,46)
#373825
(55,56,37)
#28261C
(40,38,28)
#191413
(25,20,19)
#000000
(0,0,0)

Tints of #AFC86D

#AFC86D
(175,200,109)
#B6CD7A
(182,205,122)
#BDD287
(189,210,135)
#C4D794
(196,215,148)
#CBDCA1
(203,220,161)
#D2E1AE
(210,225,174)
#D9E6BB
(217,230,187)
#E0EBC8
(224,235,200)
#E7F0D5
(231,240,213)
#EEF5E2
(238,245,226)
#F5FAEF
(245,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC86D color. Also use rgb(175,200,109) instead hex code.

Text Font Color

.myTextColor { color: #AFC86D; }

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

This text font color is #AFC86D.


Background Color

.myBgColor { background-color: #AFC86D; }

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

This div background color is #AFC86D.


Border color

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

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

This div border color is #AFC86D.


Opacity

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

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

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

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

This text has shadow with #AFC86D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC86D on black background.


Color preview on white background

This text has color #AFC86D on white background.



Black color preview on #AFC86D background

This text has black color on #AFC86D background.


White color preview on #AFC86D background

This text has white color on #AFC86D background.