COLOR #AFC765

HEX: #AFC765 RGB: (175,199,101)

Color info

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

RGB color model

#AFC765 color RGB value is (175,199,101).

RGB: (175,199,101) (69%, 78%, 40%)

RGB channels and saturation

R 175 of 255 = 69%
G 199 of 255 = 78%
B 101 of 255 = 40%

175
199
101

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

Portions of RGB colors in percentages

R + G + B = 175 + 199 + 101 = 475 (100%)
R 175 of 475 ~ 36.84%
G 199 of 475 ~ 41.89%
B 101 of 475 ~ 21.26'%

%36.84
%41.89
%21.26

CMYK color model

#AFC765 color CMYK value is (12,0,49,22).

  • cyan value is 12.06%
  • magenta value is 0.00%
  • yellow value is 49.25%
  • key color value is 21.96%
CMYK: (12,0,49,22) C12M0Y49K22 (12%,0%,49%,22%) (0.12/0.00/0.49/0.22) 

CMYK percentages

%12.06
%0
%49.25
%21.96

Codes

Color #AFC765 in popluar color models

AF C7 65
RGB 175 199 101
HSL 75° 46.67% 58.82%
HSB/HSV 75° 49.25% 78.04%
CMYK 12.06% 0.00% 49.25%
21.96%

Color #AFC765 in popluar number systems.

HEX AF C7 65
Decimal 175 199 101
Binary 10101111 11000111 1100101
Octal 257 307 145

Shades and tints

Shades of #AFC765

#AFC765
(175,199,101)
#A0B55C
(160,181,92)
#91A353
(145,163,83)
#82914A
(130,145,74)
#737F41
(115,127,65)
#646D38
(100,109,56)
#555B2F
(85,91,47)
#464926
(70,73,38)
#37371D
(55,55,29)
#282514
(40,37,20)
#19130B
(25,19,11)
#000000
(0,0,0)

Tints of #AFC765

#AFC765
(175,199,101)
#B6CC73
(182,204,115)
#BDD181
(189,209,129)
#C4D68F
(196,214,143)
#CBDB9D
(203,219,157)
#D2E0AB
(210,224,171)
#D9E5B9
(217,229,185)
#E0EAC7
(224,234,199)
#E7EFD5
(231,239,213)
#EEF4E3
(238,244,227)
#F5F9F1
(245,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC765; }

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

This text font color is #AFC765.

Background Color

.myBgColor { background-color: #AFC765; }

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

This div background color is #AFC765.

Border color

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

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

This div border color is #AFC765.

Opacity

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

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

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

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

This text has shadow with #AFC765 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC765.

Preview

Color preview on black background

This text has color #AFC765 on black background.


Color preview on white background

This text has color #AFC765 on white background.


Black color preview on #AFC765 background

This text has black color on #AFC765 background.


White color preview on #AFC765 background

This text has white color on #AFC765 background.


Related colors

Complementary color

Complementary color for #hex is #50389A.


I love getcolorcode.com

Triadic colors

1 #65AFC7 and #C765AF with #AFC765 are triadic colors.

2 #65C7AF and #C7AF65 with #AFC765 are triadic colors.