COLOR #ABC226

HEX: #ABC226
RGB: (171,194,38)

Color info

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

RGB color model

#ABC226 color RGB value is (171,194,38).

  • red value is 171;
  • green value is 194;
  • blue value is 38.
RGB:
(171,194,38)
(67%,76%,15%)

RGB channels and saturation

R 171 of 255 = 67%
G 194 of 255 = 76%
B 38 of 255 = 15%

171
194
38

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

Portions of RGB colors in percentages

R + G + B =
171 + 194 + 38 = 403 (100%)
R 171 of 403 ~ 42.43%
G 194 of 403 ~ 48.14%
B 38 of 403 ~ 9.43%

%42.43
%48.14

CMYK color model

#ABC226 color CMYK value is (12,0,80,24).

  • cyan value is 11.86%
  • magenta value is 0.00%
  • yellow value is 80.41%
  • key color value is 23.92%
CMYK:
(12,0,80,24)
C12M0Y80K24 
(12%,0%,80%,24%)
(0.12/0.00/0.80/0.24)	

CMYK percentages

%11.86
%0
%80.41
%23.92

Codes

Color #ABC226 in popluar color models

ABC226
RGB17119438
HSL69°67.24%45.49%
HSB/HSV69°80.41%76.08%
CMYK11.86%0.00%80.41%
23.92%

Color #ABC226 in popluar number systems.

HEXABC226
Decimal17119438
Binary1010101111000010100110
Octal25330246

Shades and tints

Shades of #ABC226

#ABC226
(171,194,38)
#9CB123
(156,177,35)
#8DA020
(141,160,32)
#7E8F1D
(126,143,29)
#6F7E1A
(111,126,26)
#606D17
(96,109,23)
#515C14
(81,92,20)
#424B11
(66,75,17)
#333A0E
(51,58,14)
#24290B
(36,41,11)
#151808
(21,24,8)
#000000
(0,0,0)

Tints of #ABC226

#ABC226
(171,194,38)
#B2C739
(178,199,57)
#B9CC4C
(185,204,76)
#C0D15F
(192,209,95)
#C7D672
(199,214,114)
#CEDB85
(206,219,133)
#D5E098
(213,224,152)
#DCE5AB
(220,229,171)
#E3EABE
(227,234,190)
#EAEFD1
(234,239,209)
#F1F4E4
(241,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC226 color. Also use rgb(171,194,38) instead hex code.

Text Font Color

.myTextColor { color: #ABC226; }

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

This text font color is #ABC226.


Background Color

.myBgColor { background-color: #ABC226; }

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

This div background color is #ABC226.


Border color

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

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

This div border color is #ABC226.


Opacity

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

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

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

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

This text has shadow with #ABC226 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC226 on black background.


Color preview on white background

This text has color #ABC226 on white background.



Black color preview on #ABC226 background

This text has black color on #ABC226 background.


White color preview on #ABC226 background

This text has white color on #ABC226 background.