COLOR #A8BA1A

HEX: #A8BA1A
RGB: (168,186,26)

Color info

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

RGB color model

#A8BA1A color RGB value is (168,186,26).

  • red value is 168;
  • green value is 186;
  • blue value is 26.
RGB:
(168,186,26)
(66%,73%,10%)

RGB channels and saturation

R 168 of 255 = 66%
G 186 of 255 = 73%
B 26 of 255 = 10%

168
186
26

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

Portions of RGB colors in percentages

R + G + B =
168 + 186 + 26 = 380 (100%)
R 168 of 380 ~ 44.21%
G 186 of 380 ~ 48.95%
B 26 of 380 ~ 6.84%

%44.21
%48.95

CMYK color model

#A8BA1A color CMYK value is (10,0,86,27).

  • cyan value is 9.68%
  • magenta value is 0.00%
  • yellow value is 86.02%
  • key color value is 27.06%
CMYK:
(10,0,86,27)
C10M0Y86K27 
(10%,0%,86%,27%)
(0.10/0.00/0.86/0.27)	

CMYK percentages

%9.68
%0
%86.02
%27.06

Codes

Color #A8BA1A in popluar color models

A8BA1A
RGB16818626
HSL67°75.47%41.57%
HSB/HSV67°86.02%72.94%
CMYK9.68%0.00%86.02%
27.06%

Color #A8BA1A in popluar number systems.

HEXA8BA1A
Decimal16818626
Binary101010001011101011010
Octal25027232

Shades and tints

Shades of #A8BA1A

#A8BA1A
(168,186,26)
#99AA18
(153,170,24)
#8A9A16
(138,154,22)
#7B8A14
(123,138,20)
#6C7A12
(108,122,18)
#5D6A10
(93,106,16)
#4E5A0E
(78,90,14)
#3F4A0C
(63,74,12)
#303A0A
(48,58,10)
#212A08
(33,42,8)
#121A06
(18,26,6)
#000000
(0,0,0)

Tints of #A8BA1A

#A8BA1A
(168,186,26)
#AFC02E
(175,192,46)
#B6C642
(182,198,66)
#BDCC56
(189,204,86)
#C4D26A
(196,210,106)
#CBD87E
(203,216,126)
#D2DE92
(210,222,146)
#D9E4A6
(217,228,166)
#E0EABA
(224,234,186)
#E7F0CE
(231,240,206)
#EEF6E2
(238,246,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8BA1A color. Also use rgb(168,186,26) instead hex code.

Text Font Color

.myTextColor { color: #A8BA1A; }

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

This text font color is #A8BA1A.


Background Color

.myBgColor { background-color: #A8BA1A; }

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

This div background color is #A8BA1A.


Border color

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

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

This div border color is #A8BA1A.


Opacity

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

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

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

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

This text has shadow with #A8BA1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BA1A on black background.


Color preview on white background

This text has color #A8BA1A on white background.



Black color preview on #A8BA1A background

This text has black color on #A8BA1A background.


White color preview on #A8BA1A background

This text has white color on #A8BA1A background.