COLOR #AFC90B

HEX: #AFC90B RGB: (175,201,11)

Color info

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

RGB color model

#AFC90B color RGB value is (175,201,11).

RGB: (175,201,11) (69%, 79%, 4%)

RGB channels and saturation

R 175 of 255 = 69%
G 201 of 255 = 79%
B 11 of 255 = 4%

175
201
11

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

Portions of RGB colors in percentages

R + G + B = 175 + 201 + 11 = 387 (100%)
R 175 of 387 ~ 45.22%
G 201 of 387 ~ 51.94%
B 11 of 387 ~ 2.84'%

%45.22
%51.94

CMYK color model

#AFC90B color CMYK value is (13,0,95,21).

  • cyan value is 12.94%
  • magenta value is 0.00%
  • yellow value is 94.53%
  • key color value is 21.18%

CMYK: (13,0,95,21)
C13M0Y95K21 (13%, 0%, 95%, 21%)
(0.13 / 0.00 / 0.95 / 0.21)

CMYK percentages

%12.94
%0
%94.53
%21.18

Codes

Color #AFC90B in popluar color models

AF C9 0B
RGB 175 201 11
HSL 68° 89.62% 41.57%
HSB/HSV 68° 94.53% 78.82%
CMYK 12.94% 0.00% 94.53%
21.18%

Color #AFC90B in popluar number systems.

HEX AF C9 0B
Decimal 175 201 11
Binary 10101111 11001001 1011
Octal 257 311 13

Shades and tints

Shades of #AFC90B

#AFC90B
(175,201,11)
#A0B70A
(160,183,10)
#91A509
(145,165,9)
#829308
(130,147,8)
#738107
(115,129,7)
#646F06
(100,111,6)
#555D05
(85,93,5)
#464B04
(70,75,4)
#373903
(55,57,3)
#282702
(40,39,2)
#191501
(25,21,1)
#000000
(0,0,0)

Tints of #AFC90B

#AFC90B
(175,201,11)
#B6CD21
(182,205,33)
#BDD137
(189,209,55)
#C4D54D
(196,213,77)
#CBD963
(203,217,99)
#D2DD79
(210,221,121)
#D9E18F
(217,225,143)
#E0E5A5
(224,229,165)
#E7E9BB
(231,233,187)
#EEEDD1
(238,237,209)
#F5F1E7
(245,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC90B; }

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

This text font color is #AFC90B.

Background Color

.myBgColor { background-color: #AFC90B; }

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

This div background color is #AFC90B.

Border color

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

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

This div border color is #AFC90B.

Opacity

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

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

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

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

This text has shadow with #AFC90B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC90B.

Preview

Color preview on black background

This text has color #AFC90B on black background.


Color preview on white background

This text has color #AFC90B on white background.


Black color preview on #AFC90B background

This text has black color on #AFC90B background.


White color preview on #AFC90B background

This text has white color on #AFC90B background.


Related colors

Complementary color

Complementary color for #AFC90B is #5036F4.


I love getcolorcode.com

Triadic colors

1 #0BAFC9 and #C90BAF with #AFC90B are triadic colors.

2 #0BC9AF and #C9AF0B with #AFC90B are triadic colors.