COLOR #A9BF3C

HEX: #A9BF3C
RGB: (169,191,60)

Color info

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

RGB color model

#A9BF3C color RGB value is (169,191,60).

  • red value is 169;
  • green value is 191;
  • blue value is 60.
RGB:
(169,191,60)
(66%,75%,24%)

RGB channels and saturation

R 169 of 255 = 66%
G 191 of 255 = 75%
B 60 of 255 = 24%

169
191
60

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

Portions of RGB colors in percentages

R + G + B =
169 + 191 + 60 = 420 (100%)
R 169 of 420 ~ 40.24%
G 191 of 420 ~ 45.48%
B 60 of 420 ~ 14.29%

%40.24
%45.48
%14.29

CMYK color model

#A9BF3C color CMYK value is (12,0,69,25).

  • cyan value is 11.52%
  • magenta value is 0.00%
  • yellow value is 68.59%
  • key color value is 25.10%
CMYK:
(12,0,69,25)
C12M0Y69K25 
(12%,0%,69%,25%)
(0.12/0.00/0.69/0.25)	

CMYK percentages

%11.52
%0
%68.59
%25.1

Codes

Color #A9BF3C in popluar color models

A9BF3C
RGB16919160
HSL70°52.19%49.22%
HSB/HSV70°68.59%74.90%
CMYK11.52%0.00%68.59%
25.10%

Color #A9BF3C in popluar number systems.

HEXA9BF3C
Decimal16919160
Binary1010100110111111111100
Octal25127774

Shades and tints

Shades of #A9BF3C

#A9BF3C
(169,191,60)
#9AAE37
(154,174,55)
#8B9D32
(139,157,50)
#7C8C2D
(124,140,45)
#6D7B28
(109,123,40)
#5E6A23
(94,106,35)
#4F591E
(79,89,30)
#404819
(64,72,25)
#313714
(49,55,20)
#22260F
(34,38,15)
#13150A
(19,21,10)
#000000
(0,0,0)

Tints of #A9BF3C

#A9BF3C
(169,191,60)
#B0C44D
(176,196,77)
#B7C95E
(183,201,94)
#BECE6F
(190,206,111)
#C5D380
(197,211,128)
#CCD891
(204,216,145)
#D3DDA2
(211,221,162)
#DAE2B3
(218,226,179)
#E1E7C4
(225,231,196)
#E8ECD5
(232,236,213)
#EFF1E6
(239,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9BF3C color. Also use rgb(169,191,60) instead hex code.

Text Font Color

.myTextColor { color: #A9BF3C; }

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

This text font color is #A9BF3C.


Background Color

.myBgColor { background-color: #A9BF3C; }

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

This div background color is #A9BF3C.


Border color

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

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

This div border color is #A9BF3C.


Opacity

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

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

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

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

This text has shadow with #A9BF3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9BF3C on black background.


Color preview on white background

This text has color #A9BF3C on white background.



Black color preview on #A9BF3C background

This text has black color on #A9BF3C background.


White color preview on #A9BF3C background

This text has white color on #A9BF3C background.