COLOR #AFC965

HEX: #AFC965
RGB: (175,201,101)

Color info

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

RGB color model

#AFC965 color RGB value is (175,201,101).

  • red value is 175;
  • green value is 201;
  • blue value is 101.
RGB:
(175,201,101)
(69%,79%,40%)

RGB channels and saturation

R 175 of 255 = 69%
G 201 of 255 = 79%
B 101 of 255 = 40%

175
201
101

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

Portions of RGB colors in percentages

R + G + B =
175 + 201 + 101 = 477 (100%)
R 175 of 477 ~ 36.69%
G 201 of 477 ~ 42.14%
B 101 of 477 ~ 21.17%

%36.69
%42.14
%21.17

CMYK color model

#AFC965 color CMYK value is (13,0,50,21).

  • cyan value is 12.94%
  • magenta value is 0.00%
  • yellow value is 49.75%
  • key color value is 21.18%
CMYK:
(13,0,50,21)
C13M0Y50K21 
(13%,0%,50%,21%)
(0.13/0.00/0.50/0.21)	

CMYK percentages

%12.94
%0
%49.75
%21.18

Codes

Color #AFC965 in popluar color models

AFC965
RGB175201101
HSL76°48.08%59.22%
HSB/HSV76°49.75%78.82%
CMYK12.94%0.00%49.75%
21.18%

Color #AFC965 in popluar number systems.

HEXAFC965
Decimal175201101
Binary10101111110010011100101
Octal257311145

Shades and tints

Shades of #AFC965

#AFC965
(175,201,101)
#A0B75C
(160,183,92)
#91A553
(145,165,83)
#82934A
(130,147,74)
#738141
(115,129,65)
#646F38
(100,111,56)
#555D2F
(85,93,47)
#464B26
(70,75,38)
#37391D
(55,57,29)
#282714
(40,39,20)
#19150B
(25,21,11)
#000000
(0,0,0)

Tints of #AFC965

#AFC965
(175,201,101)
#B6CD73
(182,205,115)
#BDD181
(189,209,129)
#C4D58F
(196,213,143)
#CBD99D
(203,217,157)
#D2DDAB
(210,221,171)
#D9E1B9
(217,225,185)
#E0E5C7
(224,229,199)
#E7E9D5
(231,233,213)
#EEEDE3
(238,237,227)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC965 color. Also use rgb(175,201,101) instead hex code.

Text Font Color

.myTextColor { color: #AFC965; }

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

This text font color is #AFC965.


Background Color

.myBgColor { background-color: #AFC965; }

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

This div background color is #AFC965.


Border color

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

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

This div border color is #AFC965.


Opacity

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

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

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

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

This text has shadow with #AFC965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC965 on black background.


Color preview on white background

This text has color #AFC965 on white background.



Black color preview on #AFC965 background

This text has black color on #AFC965 background.


White color preview on #AFC965 background

This text has white color on #AFC965 background.