COLOR #ABF00A

HEX: #ABF00A
RGB: (171,240,10)

Color info

#ABF00A contains mainly green color. Web safe color of #ABF00A is #99FF00 (or #9F0).

RGB color model

#ABF00A color RGB value is (171,240,10).

  • red value is 171;
  • green value is 240;
  • blue value is 10.
RGB:
(171,240,10)
(67%,94%,4%)

RGB channels and saturation

R 171 of 255 = 67%
G 240 of 255 = 94%
B 10 of 255 = 4%

171
240
10

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

Portions of RGB colors in percentages

R + G + B =
171 + 240 + 10 = 421 (100%)
R 171 of 421 ~ 40.62%
G 240 of 421 ~ 57.01%
B 10 of 421 ~ 2.38%

%40.62
%57.01

CMYK color model

#ABF00A color CMYK value is (29,0,96,6).

  • cyan value is 28.75%
  • magenta value is 0.00%
  • yellow value is 95.83%
  • key color value is 5.88%
CMYK:
(29,0,96,6)
C29M0Y96K6 
(29%,0%,96%,6%)
(0.29/0.00/0.96/0.06)	

CMYK percentages

%28.75
%0
%95.83
%5.88

Codes

Color #ABF00A in popluar color models

ABF00A
RGB17124010
HSL78°92.00%49.02%
HSB/HSV78°95.83%94.12%
CMYK28.75%0.00%95.83%
5.88%

Color #ABF00A in popluar number systems.

HEXABF00A
Decimal17124010
Binary10101011111100001010
Octal25336012

Shades and tints

Shades of #ABF00A

#ABF00A
(171,240,10)
#9CDB0A
(156,219,10)
#8DC60A
(141,198,10)
#7EB10A
(126,177,10)
#6F9C0A
(111,156,10)
#60870A
(96,135,10)
#51720A
(81,114,10)
#425D0A
(66,93,10)
#33480A
(51,72,10)
#24330A
(36,51,10)
#151E0A
(21,30,10)
#000000
(0,0,0)

Tints of #ABF00A

#ABF00A
(171,240,10)
#B2F120
(178,241,32)
#B9F236
(185,242,54)
#C0F34C
(192,243,76)
#C7F462
(199,244,98)
#CEF578
(206,245,120)
#D5F68E
(213,246,142)
#DCF7A4
(220,247,164)
#E3F8BA
(227,248,186)
#EAF9D0
(234,249,208)
#F1FAE6
(241,250,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABF00A color. Also use rgb(171,240,10) instead hex code.

Text Font Color

.myTextColor { color: #ABF00A; }

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

This text font color is #ABF00A.


Background Color

.myBgColor { background-color: #ABF00A; }

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

This div background color is #ABF00A.


Border color

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

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

This div border color is #ABF00A.


Opacity

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

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

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

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

This text has shadow with #ABF00A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABF00A on black background.


Color preview on white background

This text has color #ABF00A on white background.



Black color preview on #ABF00A background

This text has black color on #ABF00A background.


White color preview on #ABF00A background

This text has white color on #ABF00A background.