COLOR #A9CB42

HEX: #A9CB42
RGB: (169,203,66)

Color info

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

RGB color model

#A9CB42 color RGB value is (169,203,66).

  • red value is 169;
  • green value is 203;
  • blue value is 66.
RGB:
(169,203,66)
(66%,80%,26%)

RGB channels and saturation

R 169 of 255 = 66%
G 203 of 255 = 80%
B 66 of 255 = 26%

169
203
66

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

Portions of RGB colors in percentages

R + G + B =
169 + 203 + 66 = 438 (100%)
R 169 of 438 ~ 38.58%
G 203 of 438 ~ 46.35%
B 66 of 438 ~ 15.07%

%38.58
%46.35
%15.07

CMYK color model

#A9CB42 color CMYK value is (17,0,67,20).

  • cyan value is 16.75%
  • magenta value is 0.00%
  • yellow value is 67.49%
  • key color value is 20.39%
CMYK:
(17,0,67,20)
C17M0Y67K20 
(17%,0%,67%,20%)
(0.17/0.00/0.67/0.20)	

CMYK percentages

%16.75
%0
%67.49
%20.39

Codes

Color #A9CB42 in popluar color models

A9CB42
RGB16920366
HSL75°56.85%52.75%
HSB/HSV75°67.49%79.61%
CMYK16.75%0.00%67.49%
20.39%

Color #A9CB42 in popluar number systems.

HEXA9CB42
Decimal16920366
Binary10101001110010111000010
Octal251313102

Shades and tints

Shades of #A9CB42

#A9CB42
(169,203,66)
#9AB93C
(154,185,60)
#8BA736
(139,167,54)
#7C9530
(124,149,48)
#6D832A
(109,131,42)
#5E7124
(94,113,36)
#4F5F1E
(79,95,30)
#404D18
(64,77,24)
#313B12
(49,59,18)
#22290C
(34,41,12)
#131706
(19,23,6)
#000000
(0,0,0)

Tints of #A9CB42

#A9CB42
(169,203,66)
#B0CF53
(176,207,83)
#B7D364
(183,211,100)
#BED775
(190,215,117)
#C5DB86
(197,219,134)
#CCDF97
(204,223,151)
#D3E3A8
(211,227,168)
#DAE7B9
(218,231,185)
#E1EBCA
(225,235,202)
#E8EFDB
(232,239,219)
#EFF3EC
(239,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9CB42 color. Also use rgb(169,203,66) instead hex code.

Text Font Color

.myTextColor { color: #A9CB42; }

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

This text font color is #A9CB42.


Background Color

.myBgColor { background-color: #A9CB42; }

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

This div background color is #A9CB42.


Border color

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

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

This div border color is #A9CB42.


Opacity

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

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

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

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

This text has shadow with #A9CB42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9CB42 on black background.


Color preview on white background

This text has color #A9CB42 on white background.



Black color preview on #A9CB42 background

This text has black color on #A9CB42 background.


White color preview on #A9CB42 background

This text has white color on #A9CB42 background.