COLOR #AFC068

HEX: #AFC068 RGB: (175,192,104)

Color info

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

RGB color model

#AFC068 color RGB value is (175,192,104).

RGB: (175,192,104) (69%, 75%, 41%)

RGB channels and saturation

R 175 of 255 = 69%
G 192 of 255 = 75%
B 104 of 255 = 41%

175
192
104

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

Portions of RGB colors in percentages

R + G + B = 175 + 192 + 104 = 471 (100%)
R 175 of 471 ~ 37.15%
G 192 of 471 ~ 40.76%
B 104 of 471 ~ 22.08'%

%37.15
%40.76
%22.08

CMYK color model

#AFC068 color CMYK value is (9,0,46,25).

  • cyan value is 8.85%
  • magenta value is 0.00%
  • yellow value is 45.83%
  • key color value is 24.71%

CMYK: (9,0,46,25)
C9M0Y46K25 (9%, 0%, 46%, 25%)
(0.09 / 0.00 / 0.46 / 0.25)

CMYK percentages

%8.85
%0
%45.83
%24.71

Codes

Color #AFC068 in popluar color models

AF C0 68
RGB 175 192 104
HSL 72° 41.12% 58.04%
HSB/HSV 72° 45.83% 75.29%
CMYK 8.85% 0.00% 45.83%
24.71%

Color #AFC068 in popluar number systems.

HEX AF C0 68
Decimal 175 192 104
Binary 10101111 11000000 1101000
Octal 257 300 150

Shades and tints

Shades of #AFC068

#AFC068
(175,192,104)
#A0AF5F
(160,175,95)
#919E56
(145,158,86)
#828D4D
(130,141,77)
#737C44
(115,124,68)
#646B3B
(100,107,59)
#555A32
(85,90,50)
#464929
(70,73,41)
#373820
(55,56,32)
#282717
(40,39,23)
#19160E
(25,22,14)
#000000
(0,0,0)

Tints of #AFC068

#AFC068
(175,192,104)
#B6C575
(182,197,117)
#BDCA82
(189,202,130)
#C4CF8F
(196,207,143)
#CBD49C
(203,212,156)
#D2D9A9
(210,217,169)
#D9DEB6
(217,222,182)
#E0E3C3
(224,227,195)
#E7E8D0
(231,232,208)
#EEEDDD
(238,237,221)
#F5F2EA
(245,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC068 color. Also use rgb(175,192,104) instead hex code.

Text Font Color

.myTextColor { color: #AFC068; }

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

This text font color is #AFC068.

Background Color

.myBgColor { background-color: #AFC068; }

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

This div background color is #AFC068.

Border color

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

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

This div border color is #AFC068.

Opacity

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

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

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

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

This text has shadow with #AFC068 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC068.

Preview

Color preview on black background

This text has color #AFC068 on black background.


Color preview on white background

This text has color #AFC068 on white background.


Black color preview on #AFC068 background

This text has black color on #AFC068 background.


White color preview on #AFC068 background

This text has white color on #AFC068 background.


Related colors

Complementary color

Complementary color for #hex is #503F97.


I love getcolorcode.com

Triadic colors

1 #68AFC0 and #C068AF with #AFC068 are triadic colors.

2 #68C0AF and #C0AF68 with #AFC068 are triadic colors.