COLOR #ABE11C

HEX: #ABE11C
RGB: (171,225,28)

Color info

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

RGB color model

#ABE11C color RGB value is (171,225,28).

  • red value is 171;
  • green value is 225;
  • blue value is 28.
RGB:
(171,225,28)
(67%,88%,11%)

RGB channels and saturation

R 171 of 255 = 67%
G 225 of 255 = 88%
B 28 of 255 = 11%

171
225
28

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

Portions of RGB colors in percentages

R + G + B =
171 + 225 + 28 = 424 (100%)
R 171 of 424 ~ 40.33%
G 225 of 424 ~ 53.07%
B 28 of 424 ~ 6.6%

%40.33
%53.07

CMYK color model

#ABE11C color CMYK value is (24,0,88,12).

  • cyan value is 24.00%
  • magenta value is 0.00%
  • yellow value is 87.56%
  • key color value is 11.76%
CMYK:
(24,0,88,12)
C24M0Y88K12 
(24%,0%,88%,12%)
(0.24/0.00/0.88/0.12)	

CMYK percentages

%24
%0
%87.56
%11.76

Codes

Color #ABE11C in popluar color models

ABE11C
RGB17122528
HSL76°77.87%49.61%
HSB/HSV76°87.56%88.24%
CMYK24.00%0.00%87.56%
11.76%

Color #ABE11C in popluar number systems.

HEXABE11C
Decimal17122528
Binary101010111110000111100
Octal25334134

Shades and tints

Shades of #ABE11C

#ABE11C
(171,225,28)
#9CCD1A
(156,205,26)
#8DB918
(141,185,24)
#7EA516
(126,165,22)
#6F9114
(111,145,20)
#607D12
(96,125,18)
#516910
(81,105,16)
#42550E
(66,85,14)
#33410C
(51,65,12)
#242D0A
(36,45,10)
#151908
(21,25,8)
#000000
(0,0,0)

Tints of #ABE11C

#ABE11C
(171,225,28)
#B2E330
(178,227,48)
#B9E544
(185,229,68)
#C0E758
(192,231,88)
#C7E96C
(199,233,108)
#CEEB80
(206,235,128)
#D5ED94
(213,237,148)
#DCEFA8
(220,239,168)
#E3F1BC
(227,241,188)
#EAF3D0
(234,243,208)
#F1F5E4
(241,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABE11C color. Also use rgb(171,225,28) instead hex code.

Text Font Color

.myTextColor { color: #ABE11C; }

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

This text font color is #ABE11C.


Background Color

.myBgColor { background-color: #ABE11C; }

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

This div background color is #ABE11C.


Border color

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

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

This div border color is #ABE11C.


Opacity

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

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

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

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

This text has shadow with #ABE11C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABE11C on black background.


Color preview on white background

This text has color #ABE11C on white background.



Black color preview on #ABE11C background

This text has black color on #ABE11C background.


White color preview on #ABE11C background

This text has white color on #ABE11C background.