COLOR #ABE554

HEX: #ABE554
RGB: (171,229,84)

Color info

#ABE554 contains mainly red and green colors. Web safe color of #ABE554 is #99CC66 (or #9C6).

RGB color model

#ABE554 color RGB value is (171,229,84).

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

RGB channels and saturation

R 171 of 255 = 67%
G 229 of 255 = 90%
B 84 of 255 = 33%

171
229
84

R + G + B ~ 63%. #ABE554 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 229 + 84 = 484 (100%)
R 171 of 484 ~ 35.33%
G 229 of 484 ~ 47.31%
B 84 of 484 ~ 17.36%

%35.33
%47.31
%17.36

CMYK color model

#ABE554 color CMYK value is (25,0,63,10).

  • cyan value is 25.33%
  • magenta value is 0.00%
  • yellow value is 63.32%
  • key color value is 10.20%
CMYK:
(25,0,63,10)
C25M0Y63K10 
(25%,0%,63%,10%)
(0.25/0.00/0.63/0.10)	

CMYK percentages

%25.33
%0
%63.32
%10.2

Codes

Color #ABE554 in popluar color models

ABE554
RGB17122984
HSL84°73.60%61.37%
HSB/HSV84°63.32%89.80%
CMYK25.33%0.00%63.32%
10.20%

Color #ABE554 in popluar number systems.

HEXABE554
Decimal17122984
Binary10101011111001011010100
Octal253345124

Shades and tints

Shades of #ABE554

#ABE554
(171,229,84)
#9CD14D
(156,209,77)
#8DBD46
(141,189,70)
#7EA93F
(126,169,63)
#6F9538
(111,149,56)
#608131
(96,129,49)
#516D2A
(81,109,42)
#425923
(66,89,35)
#33451C
(51,69,28)
#243115
(36,49,21)
#151D0E
(21,29,14)
#000000
(0,0,0)

Tints of #ABE554

#ABE554
(171,229,84)
#B2E763
(178,231,99)
#B9E972
(185,233,114)
#C0EB81
(192,235,129)
#C7ED90
(199,237,144)
#CEEF9F
(206,239,159)
#D5F1AE
(213,241,174)
#DCF3BD
(220,243,189)
#E3F5CC
(227,245,204)
#EAF7DB
(234,247,219)
#F1F9EA
(241,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABE554; }

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

This text font color is #ABE554.


Background Color

.myBgColor { background-color: #ABE554; }

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

This div background color is #ABE554.


Border color

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

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

This div border color is #ABE554.


Opacity

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

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

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

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

This text has shadow with #ABE554 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABE554 on black background.


Color preview on white background

This text has color #ABE554 on white background.



Black color preview on #ABE554 background

This text has black color on #ABE554 background.


White color preview on #ABE554 background

This text has white color on #ABE554 background.