COLOR #A6CA4B

HEX: #A6CA4B
RGB: (166,202,75)

Color info

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

RGB color model

#A6CA4B color RGB value is (166,202,75).

  • red value is 166;
  • green value is 202;
  • blue value is 75.
RGB:
(166,202,75)
(65%,79%,29%)

RGB channels and saturation

R 166 of 255 = 65%
G 202 of 255 = 79%
B 75 of 255 = 29%

166
202
75

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

Portions of RGB colors in percentages

R + G + B =
166 + 202 + 75 = 443 (100%)
R 166 of 443 ~ 37.47%
G 202 of 443 ~ 45.6%
B 75 of 443 ~ 16.93%

%37.47
%45.6
%16.93

CMYK color model

#A6CA4B color CMYK value is (18,0,63,21).

  • cyan value is 17.82%
  • magenta value is 0.00%
  • yellow value is 62.87%
  • key color value is 20.78%
CMYK:
(18,0,63,21)
C18M0Y63K21 
(18%,0%,63%,21%)
(0.18/0.00/0.63/0.21)	

CMYK percentages

%17.82
%0
%62.87
%20.78

Codes

Color #A6CA4B in popluar color models

A6CA4B
RGB16620275
HSL77°54.51%54.31%
HSB/HSV77°62.87%79.22%
CMYK17.82%0.00%62.87%
20.78%

Color #A6CA4B in popluar number systems.

HEXA6CA4B
Decimal16620275
Binary10100110110010101001011
Octal246312113

Shades and tints

Shades of #A6CA4B

#A6CA4B
(166,202,75)
#97B845
(151,184,69)
#88A63F
(136,166,63)
#799439
(121,148,57)
#6A8233
(106,130,51)
#5B702D
(91,112,45)
#4C5E27
(76,94,39)
#3D4C21
(61,76,33)
#2E3A1B
(46,58,27)
#1F2815
(31,40,21)
#10160F
(16,22,15)
#000000
(0,0,0)

Tints of #A6CA4B

#A6CA4B
(166,202,75)
#AECE5B
(174,206,91)
#B6D26B
(182,210,107)
#BED67B
(190,214,123)
#C6DA8B
(198,218,139)
#CEDE9B
(206,222,155)
#D6E2AB
(214,226,171)
#DEE6BB
(222,230,187)
#E6EACB
(230,234,203)
#EEEEDB
(238,238,219)
#F6F2EB
(246,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6CA4B color. Also use rgb(166,202,75) instead hex code.

Text Font Color

.myTextColor { color: #A6CA4B; }

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

This text font color is #A6CA4B.


Background Color

.myBgColor { background-color: #A6CA4B; }

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

This div background color is #A6CA4B.


Border color

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

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

This div border color is #A6CA4B.


Opacity

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

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

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

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

This text has shadow with #A6CA4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6CA4B on black background.


Color preview on white background

This text has color #A6CA4B on white background.



Black color preview on #A6CA4B background

This text has black color on #A6CA4B background.


White color preview on #A6CA4B background

This text has white color on #A6CA4B background.