COLOR #AFCE52

HEX: #AFCE52 RGB: (175,206,82)

Color info

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

RGB color model

#AFCE52 color RGB value is (175,206,82).

RGB: (175,206,82) (69%, 81%, 32%)

RGB channels and saturation

R 175 of 255 = 69%
G 206 of 255 = 81%
B 82 of 255 = 32%

175
206
82

R + G + B ~ 61%. #AFCE52 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 206 + 82 = 463 (100%)
R 175 of 463 ~ 37.8%
G 206 of 463 ~ 44.49%
B 82 of 463 ~ 17.71'%

%37.8
%44.49
%17.71

CMYK color model

#AFCE52 color CMYK value is (15,0,60,19).

  • cyan value is 15.05%
  • magenta value is 0.00%
  • yellow value is 60.19%
  • key color value is 19.22%

CMYK: (15,0,60,19)
C15M0Y60K19 (15%, 0%, 60%, 19%)
(0.15 / 0.00 / 0.60 / 0.19)

CMYK percentages

%15.05
%0
%60.19
%19.22

Codes

Color #AFCE52 in popluar color models

AF CE 52
RGB 175 206 82
HSL 75° 55.86% 56.47%
HSB/HSV 75° 60.19% 80.78%
CMYK 15.05% 0.00% 60.19%
19.22%

Color #AFCE52 in popluar number systems.

HEX AF CE 52
Decimal 175 206 82
Binary 10101111 11001110 1010010
Octal 257 316 122

Shades and tints

Shades of #AFCE52

#AFCE52
(175,206,82)
#A0BC4B
(160,188,75)
#91AA44
(145,170,68)
#82983D
(130,152,61)
#738636
(115,134,54)
#64742F
(100,116,47)
#556228
(85,98,40)
#465021
(70,80,33)
#373E1A
(55,62,26)
#282C13
(40,44,19)
#191A0C
(25,26,12)
#000000
(0,0,0)

Tints of #AFCE52

#AFCE52
(175,206,82)
#B6D261
(182,210,97)
#BDD670
(189,214,112)
#C4DA7F
(196,218,127)
#CBDE8E
(203,222,142)
#D2E29D
(210,226,157)
#D9E6AC
(217,230,172)
#E0EABB
(224,234,187)
#E7EECA
(231,238,202)
#EEF2D9
(238,242,217)
#F5F6E8
(245,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFCE52 color. Also use rgb(175,206,82) instead hex code.

Text Font Color

.myTextColor { color: #AFCE52; }

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

This text font color is #AFCE52.

Background Color

.myBgColor { background-color: #AFCE52; }

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

This div background color is #AFCE52.

Border color

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

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

This div border color is #AFCE52.

Opacity

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

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

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

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

This text has shadow with #AFCE52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFCE52.

Preview

Color preview on black background

This text has color #AFCE52 on black background.


Color preview on white background

This text has color #AFCE52 on white background.


Black color preview on #AFCE52 background

This text has black color on #AFCE52 background.


White color preview on #AFCE52 background

This text has white color on #AFCE52 background.


Related colors

Complementary color

Complementary color for #hex is #5031AD.


I love getcolorcode.com

Triadic colors

1 #52AFCE and #CE52AF with #AFCE52 are triadic colors.

2 #52CEAF and #CEAF52 with #AFCE52 are triadic colors.