COLOR #AFCE0A

HEX: #AFCE0A
RGB: (175,206,10)

Color info

#AFCE0A contains mainly red and green colors. Web safe color of #AFCE0A is #99CC00 (or #9C0).

RGB color model

#AFCE0A color RGB value is (175,206,10).

  • red value is 175;
  • green value is 206;
  • blue value is 10.
RGB:
(175,206,10)
(69%,81%,4%)

RGB channels and saturation

R 175 of 255 = 69%
G 206 of 255 = 81%
B 10 of 255 = 4%

175
206
10

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

Portions of RGB colors in percentages

R + G + B =
175 + 206 + 10 = 391 (100%)
R 175 of 391 ~ 44.76%
G 206 of 391 ~ 52.69%
B 10 of 391 ~ 2.56%

%44.76
%52.69

CMYK color model

#AFCE0A color CMYK value is (15,0,95,19).

  • cyan value is 15.05%
  • magenta value is 0.00%
  • yellow value is 95.15%
  • key color value is 19.22%
CMYK:
(15,0,95,19)
C15M0Y95K19 
(15%,0%,95%,19%)
(0.15/0.00/0.95/0.19)	

CMYK percentages

%15.05
%0
%95.15
%19.22

Codes

Color #AFCE0A in popluar color models

AFCE0A
RGB17520610
HSL69°90.74%42.35%
HSB/HSV69°95.15%80.78%
CMYK15.05%0.00%95.15%
19.22%

Color #AFCE0A in popluar number systems.

HEXAFCE0A
Decimal17520610
Binary10101111110011101010
Octal25731612

Shades and tints

Shades of #AFCE0A

#AFCE0A
(175,206,10)
#A0BC0A
(160,188,10)
#91AA0A
(145,170,10)
#82980A
(130,152,10)
#73860A
(115,134,10)
#64740A
(100,116,10)
#55620A
(85,98,10)
#46500A
(70,80,10)
#373E0A
(55,62,10)
#282C0A
(40,44,10)
#191A0A
(25,26,10)
#000000
(0,0,0)

Tints of #AFCE0A

#AFCE0A
(175,206,10)
#B6D220
(182,210,32)
#BDD636
(189,214,54)
#C4DA4C
(196,218,76)
#CBDE62
(203,222,98)
#D2E278
(210,226,120)
#D9E68E
(217,230,142)
#E0EAA4
(224,234,164)
#E7EEBA
(231,238,186)
#EEF2D0
(238,242,208)
#F5F6E6
(245,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCE0A; }

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

This text font color is #AFCE0A.


Background Color

.myBgColor { background-color: #AFCE0A; }

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

This div background color is #AFCE0A.


Border color

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

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

This div border color is #AFCE0A.


Opacity

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

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

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

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

This text has shadow with #AFCE0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFCE0A on black background.


Color preview on white background

This text has color #AFCE0A on white background.



Black color preview on #AFCE0A background

This text has black color on #AFCE0A background.


White color preview on #AFCE0A background

This text has white color on #AFCE0A background.