COLOR #AFC339

HEX: #AFC339
RGB: (175,195,57)

Color info

#AFC339 contains mainly red and green colors. Web safe color of #AFC339 is #99CC33 (or #9C3).

RGB color model

#AFC339 color RGB value is (175,195,57).

  • red value is 175;
  • green value is 195;
  • blue value is 57.
RGB:
(175,195,57)
(69%,76%,22%)

RGB channels and saturation

R 175 of 255 = 69%
G 195 of 255 = 76%
B 57 of 255 = 22%

175
195
57

R + G + B ~ 56%. #AFC339 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
175 + 195 + 57 = 427 (100%)
R 175 of 427 ~ 40.98%
G 195 of 427 ~ 45.67%
B 57 of 427 ~ 13.35%

%40.98
%45.67
%13.35

CMYK color model

#AFC339 color CMYK value is (10,0,71,24).

  • cyan value is 10.26%
  • magenta value is 0.00%
  • yellow value is 70.77%
  • key color value is 23.53%
CMYK:
(10,0,71,24)
C10M0Y71K24 
(10%,0%,71%,24%)
(0.10/0.00/0.71/0.24)	

CMYK percentages

%10.26
%0
%70.77
%23.53

Codes

Color #AFC339 in popluar color models

AFC339
RGB17519557
HSL69°54.76%49.41%
HSB/HSV69°70.77%76.47%
CMYK10.26%0.00%70.77%
23.53%

Color #AFC339 in popluar number systems.

HEXAFC339
Decimal17519557
Binary1010111111000011111001
Octal25730371

Shades and tints

Shades of #AFC339

#AFC339
(175,195,57)
#A0B234
(160,178,52)
#91A12F
(145,161,47)
#82902A
(130,144,42)
#737F25
(115,127,37)
#646E20
(100,110,32)
#555D1B
(85,93,27)
#464C16
(70,76,22)
#373B11
(55,59,17)
#282A0C
(40,42,12)
#191907
(25,25,7)
#000000
(0,0,0)

Tints of #AFC339

#AFC339
(175,195,57)
#B6C84B
(182,200,75)
#BDCD5D
(189,205,93)
#C4D26F
(196,210,111)
#CBD781
(203,215,129)
#D2DC93
(210,220,147)
#D9E1A5
(217,225,165)
#E0E6B7
(224,230,183)
#E7EBC9
(231,235,201)
#EEF0DB
(238,240,219)
#F5F5ED
(245,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC339 color. Also use rgb(175,195,57) instead hex code.

Text Font Color

.myTextColor { color: #AFC339; }

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

This text font color is #AFC339.


Background Color

.myBgColor { background-color: #AFC339; }

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

This div background color is #AFC339.


Border color

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

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

This div border color is #AFC339.


Opacity

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

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

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

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

This text has shadow with #AFC339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC339 on black background.


Color preview on white background

This text has color #AFC339 on white background.



Black color preview on #AFC339 background

This text has black color on #AFC339 background.


White color preview on #AFC339 background

This text has white color on #AFC339 background.