COLOR #ABE522

HEX: #ABE522
RGB: (171,229,34)

Color info

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

RGB color model

#ABE522 color RGB value is (171,229,34).

  • red value is 171;
  • green value is 229;
  • blue value is 34.
RGB:
(171,229,34)
(67%,90%,13%)

RGB channels and saturation

R 171 of 255 = 67%
G 229 of 255 = 90%
B 34 of 255 = 13%

171
229
34

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

Portions of RGB colors in percentages

R + G + B =
171 + 229 + 34 = 434 (100%)
R 171 of 434 ~ 39.4%
G 229 of 434 ~ 52.76%
B 34 of 434 ~ 7.83%

%39.4
%52.76

CMYK color model

#ABE522 color CMYK value is (25,0,85,10).

  • cyan value is 25.33%
  • magenta value is 0.00%
  • yellow value is 85.15%
  • key color value is 10.20%
CMYK:
(25,0,85,10)
C25M0Y85K10 
(25%,0%,85%,10%)
(0.25/0.00/0.85/0.10)	

CMYK percentages

%25.33
%0
%85.15
%10.2

Codes

Color #ABE522 in popluar color models

ABE522
RGB17122934
HSL78°78.95%51.57%
HSB/HSV78°85.15%89.80%
CMYK25.33%0.00%85.15%
10.20%

Color #ABE522 in popluar number systems.

HEXABE522
Decimal17122934
Binary1010101111100101100010
Octal25334542

Shades and tints

Shades of #ABE522

#ABE522
(171,229,34)
#9CD11F
(156,209,31)
#8DBD1C
(141,189,28)
#7EA919
(126,169,25)
#6F9516
(111,149,22)
#608113
(96,129,19)
#516D10
(81,109,16)
#42590D
(66,89,13)
#33450A
(51,69,10)
#243107
(36,49,7)
#151D04
(21,29,4)
#000000
(0,0,0)

Tints of #ABE522

#ABE522
(171,229,34)
#B2E736
(178,231,54)
#B9E94A
(185,233,74)
#C0EB5E
(192,235,94)
#C7ED72
(199,237,114)
#CEEF86
(206,239,134)
#D5F19A
(213,241,154)
#DCF3AE
(220,243,174)
#E3F5C2
(227,245,194)
#EAF7D6
(234,247,214)
#F1F9EA
(241,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABE522 color. Also use rgb(171,229,34) instead hex code.

Text Font Color

.myTextColor { color: #ABE522; }

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

This text font color is #ABE522.


Background Color

.myBgColor { background-color: #ABE522; }

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

This div background color is #ABE522.


Border color

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

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

This div border color is #ABE522.


Opacity

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

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

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

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

This text has shadow with #ABE522 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABE522 on black background.


Color preview on white background

This text has color #ABE522 on white background.



Black color preview on #ABE522 background

This text has black color on #ABE522 background.


White color preview on #ABE522 background

This text has white color on #ABE522 background.