COLOR #AFC78F

HEX: #AFC78F RGB: (175,199,143)

Color info

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

RGB color model

#AFC78F color RGB value is (175,199,143).

RGB: (175,199,143) (69%, 78%, 56%)

RGB channels and saturation

R 175 of 255 = 69%
G 199 of 255 = 78%
B 143 of 255 = 56%

175
199
143

R + G + B ~ 68%. #AFC78F is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 199 + 143 = 517 (100%)
R 175 of 517 ~ 33.85%
G 199 of 517 ~ 38.49%
B 143 of 517 ~ 27.66'%

%33.85
%38.49
%27.66

CMYK color model

#AFC78F color CMYK value is (12,0,28,22).

  • cyan value is 12.06%
  • magenta value is 0.00%
  • yellow value is 28.14%
  • key color value is 21.96%

CMYK: (12,0,28,22)
C12M0Y28K22 (12%, 0%, 28%, 22%)
(0.12 / 0.00 / 0.28 / 0.22)

CMYK percentages

%12.06
%0
%28.14
%21.96

Codes

Color #AFC78F in popluar color models

AF C7 8F
RGB 175 199 143
HSL 86° 33.33% 67.06%
HSB/HSV 86° 28.14% 78.04%
CMYK 12.06% 0.00% 28.14%
21.96%

Color #AFC78F in popluar number systems.

HEX AF C7 8F
Decimal 175 199 143
Binary 10101111 11000111 10001111
Octal 257 307 217

Shades and tints

Shades of #AFC78F

#AFC78F
(175,199,143)
#A0B582
(160,181,130)
#91A375
(145,163,117)
#829168
(130,145,104)
#737F5B
(115,127,91)
#646D4E
(100,109,78)
#555B41
(85,91,65)
#464934
(70,73,52)
#373727
(55,55,39)
#28251A
(40,37,26)
#19130D
(25,19,13)
#000000
(0,0,0)

Tints of #AFC78F

#AFC78F
(175,199,143)
#B6CC99
(182,204,153)
#BDD1A3
(189,209,163)
#C4D6AD
(196,214,173)
#CBDBB7
(203,219,183)
#D2E0C1
(210,224,193)
#D9E5CB
(217,229,203)
#E0EAD5
(224,234,213)
#E7EFDF
(231,239,223)
#EEF4E9
(238,244,233)
#F5F9F3
(245,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC78F; }

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

This text font color is #AFC78F.

Background Color

.myBgColor { background-color: #AFC78F; }

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

This div background color is #AFC78F.

Border color

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

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

This div border color is #AFC78F.

Opacity

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

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

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

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

This text has shadow with #AFC78F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC78F.

Preview

Color preview on black background

This text has color #AFC78F on black background.


Color preview on white background

This text has color #AFC78F on white background.


Black color preview on #AFC78F background

This text has black color on #AFC78F background.


White color preview on #AFC78F background

This text has white color on #AFC78F background.


Related colors

Complementary color

Complementary color for #hex is #503870.


I love getcolorcode.com

Triadic colors

1 #8FAFC7 and #C78FAF with #AFC78F are triadic colors.

2 #8FC7AF and #C7AF8F with #AFC78F are triadic colors.