COLOR #AFBC1E

HEX: #AFBC1E
RGB: (175,188,30)

Color info

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

RGB color model

#AFBC1E color RGB value is (175,188,30).

  • red value is 175;
  • green value is 188;
  • blue value is 30.
RGB:
(175,188,30)
(69%,74%,12%)

RGB channels and saturation

R 175 of 255 = 69%
G 188 of 255 = 74%
B 30 of 255 = 12%

175
188
30

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

Portions of RGB colors in percentages

R + G + B =
175 + 188 + 30 = 393 (100%)
R 175 of 393 ~ 44.53%
G 188 of 393 ~ 47.84%
B 30 of 393 ~ 7.63%

%44.53
%47.84

CMYK color model

#AFBC1E color CMYK value is (7,0,84,26).

  • cyan value is 6.91%
  • magenta value is 0.00%
  • yellow value is 84.04%
  • key color value is 26.27%
CMYK:
(7,0,84,26)
C7M0Y84K26 
(7%,0%,84%,26%)
(0.07/0.00/0.84/0.26)	

CMYK percentages

%6.91
%0
%84.04
%26.27

Codes

Color #AFBC1E in popluar color models

AFBC1E
RGB17518830
HSL65°72.48%42.75%
HSB/HSV65°84.04%73.73%
CMYK6.91%0.00%84.04%
26.27%

Color #AFBC1E in popluar number systems.

HEXAFBC1E
Decimal17518830
Binary101011111011110011110
Octal25727436

Shades and tints

Shades of #AFBC1E

#AFBC1E
(175,188,30)
#A0AB1C
(160,171,28)
#919A1A
(145,154,26)
#828918
(130,137,24)
#737816
(115,120,22)
#646714
(100,103,20)
#555612
(85,86,18)
#464510
(70,69,16)
#37340E
(55,52,14)
#28230C
(40,35,12)
#19120A
(25,18,10)
#000000
(0,0,0)

Tints of #AFBC1E

#AFBC1E
(175,188,30)
#B6C232
(182,194,50)
#BDC846
(189,200,70)
#C4CE5A
(196,206,90)
#CBD46E
(203,212,110)
#D2DA82
(210,218,130)
#D9E096
(217,224,150)
#E0E6AA
(224,230,170)
#E7ECBE
(231,236,190)
#EEF2D2
(238,242,210)
#F5F8E6
(245,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFBC1E color. Also use rgb(175,188,30) instead hex code.

Text Font Color

.myTextColor { color: #AFBC1E; }

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

This text font color is #AFBC1E.


Background Color

.myBgColor { background-color: #AFBC1E; }

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

This div background color is #AFBC1E.


Border color

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

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

This div border color is #AFBC1E.


Opacity

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

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

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

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

This text has shadow with #AFBC1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBC1E on black background.


Color preview on white background

This text has color #AFBC1E on white background.



Black color preview on #AFBC1E background

This text has black color on #AFBC1E background.


White color preview on #AFBC1E background

This text has white color on #AFBC1E background.