COLOR #AFC78D

HEX: #AFC78D
RGB: (175,199,141)

Color info

#AFC78D contains red, green and blue colors in about the same proportion. Web safe color of #AFC78D is #99CC99 (or #9C9).

RGB color model

#AFC78D color RGB value is (175,199,141).

  • red value is 175;
  • green value is 199;
  • blue value is 141.
RGB:
(175,199,141)
(69%,78%,55%)

RGB channels and saturation

R 175 of 255 = 69%
G 199 of 255 = 78%
B 141 of 255 = 55%

175
199
141

R + G + B ~ 67%. #AFC78D is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 199 + 141 = 515 (100%)
R 175 of 515 ~ 33.98%
G 199 of 515 ~ 38.64%
B 141 of 515 ~ 27.38%

%33.98
%38.64
%27.38

CMYK color model

#AFC78D color CMYK value is (12,0,29,22).

  • cyan value is 12.06%
  • magenta value is 0.00%
  • yellow value is 29.15%
  • key color value is 21.96%
CMYK:
(12,0,29,22)
C12M0Y29K22 
(12%,0%,29%,22%)
(0.12/0.00/0.29/0.22)	

CMYK percentages

%12.06
%0
%29.15
%21.96

Codes

Color #AFC78D in popluar color models

AFC78D
RGB175199141
HSL85°34.12%66.67%
HSB/HSV85°29.15%78.04%
CMYK12.06%0.00%29.15%
21.96%

Color #AFC78D in popluar number systems.

HEXAFC78D
Decimal175199141
Binary101011111100011110001101
Octal257307215

Shades and tints

Shades of #AFC78D

#AFC78D
(175,199,141)
#A0B581
(160,181,129)
#91A375
(145,163,117)
#829169
(130,145,105)
#737F5D
(115,127,93)
#646D51
(100,109,81)
#555B45
(85,91,69)
#464939
(70,73,57)
#37372D
(55,55,45)
#282521
(40,37,33)
#191315
(25,19,21)
#000000
(0,0,0)

Tints of #AFC78D

#AFC78D
(175,199,141)
#B6CC97
(182,204,151)
#BDD1A1
(189,209,161)
#C4D6AB
(196,214,171)
#CBDBB5
(203,219,181)
#D2E0BF
(210,224,191)
#D9E5C9
(217,229,201)
#E0EAD3
(224,234,211)
#E7EFDD
(231,239,221)
#EEF4E7
(238,244,231)
#F5F9F1
(245,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC78D color. Also use rgb(175,199,141) instead hex code.

Text Font Color

.myTextColor { color: #AFC78D; }

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

This text font color is #AFC78D.


Background Color

.myBgColor { background-color: #AFC78D; }

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

This div background color is #AFC78D.


Border color

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

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

This div border color is #AFC78D.


Opacity

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

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

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

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

This text has shadow with #AFC78D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC78D on black background.


Color preview on white background

This text has color #AFC78D on white background.



Black color preview on #AFC78D background

This text has black color on #AFC78D background.


White color preview on #AFC78D background

This text has white color on #AFC78D background.