COLOR #A9CA0B

HEX: #A9CA0B
RGB: (169,202,11)

Color info

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

RGB color model

#A9CA0B color RGB value is (169,202,11).

  • red value is 169;
  • green value is 202;
  • blue value is 11.
RGB:
(169,202,11)
(66%,79%,4%)

RGB channels and saturation

R 169 of 255 = 66%
G 202 of 255 = 79%
B 11 of 255 = 4%

169
202
11

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

Portions of RGB colors in percentages

R + G + B =
169 + 202 + 11 = 382 (100%)
R 169 of 382 ~ 44.24%
G 202 of 382 ~ 52.88%
B 11 of 382 ~ 2.88%

%44.24
%52.88

CMYK color model

#A9CA0B color CMYK value is (16,0,95,21).

  • cyan value is 16.34%
  • magenta value is 0.00%
  • yellow value is 94.55%
  • key color value is 20.78%
CMYK:
(16,0,95,21)
C16M0Y95K21 
(16%,0%,95%,21%)
(0.16/0.00/0.95/0.21)	

CMYK percentages

%16.34
%0
%94.55
%20.78

Codes

Color #A9CA0B in popluar color models

A9CA0B
RGB16920211
HSL70°89.67%41.76%
HSB/HSV70°94.55%79.22%
CMYK16.34%0.00%94.55%
20.78%

Color #A9CA0B in popluar number systems.

HEXA9CA0B
Decimal16920211
Binary10101001110010101011
Octal25131213

Shades and tints

Shades of #A9CA0B

#A9CA0B
(169,202,11)
#9AB80A
(154,184,10)
#8BA609
(139,166,9)
#7C9408
(124,148,8)
#6D8207
(109,130,7)
#5E7006
(94,112,6)
#4F5E05
(79,94,5)
#404C04
(64,76,4)
#313A03
(49,58,3)
#222802
(34,40,2)
#131601
(19,22,1)
#000000
(0,0,0)

Tints of #A9CA0B

#A9CA0B
(169,202,11)
#B0CE21
(176,206,33)
#B7D237
(183,210,55)
#BED64D
(190,214,77)
#C5DA63
(197,218,99)
#CCDE79
(204,222,121)
#D3E28F
(211,226,143)
#DAE6A5
(218,230,165)
#E1EABB
(225,234,187)
#E8EED1
(232,238,209)
#EFF2E7
(239,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9CA0B color. Also use rgb(169,202,11) instead hex code.

Text Font Color

.myTextColor { color: #A9CA0B; }

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

This text font color is #A9CA0B.


Background Color

.myBgColor { background-color: #A9CA0B; }

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

This div background color is #A9CA0B.


Border color

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

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

This div border color is #A9CA0B.


Opacity

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

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

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

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

This text has shadow with #A9CA0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9CA0B on black background.


Color preview on white background

This text has color #A9CA0B on white background.



Black color preview on #A9CA0B background

This text has black color on #A9CA0B background.


White color preview on #A9CA0B background

This text has white color on #A9CA0B background.