COLOR #ABF56C

HEX: #ABF56C
RGB: (171,245,108)

Color info

#ABF56C contains mainly green color. Web safe color of #ABF56C is #99FF66 (or #9F6).

RGB color model

#ABF56C color RGB value is (171,245,108).

  • red value is 171;
  • green value is 245;
  • blue value is 108.
RGB:
(171,245,108)
(67%,96%,42%)

RGB channels and saturation

R 171 of 255 = 67%
G 245 of 255 = 96%
B 108 of 255 = 42%

171
245
108

R + G + B ~ 68%. #ABF56C is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 245 + 108 = 524 (100%)
R 171 of 524 ~ 32.63%
G 245 of 524 ~ 46.76%
B 108 of 524 ~ 20.61%

%32.63
%46.76
%20.61

CMYK color model

#ABF56C color CMYK value is (30,0,56,4).

  • cyan value is 30.20%
  • magenta value is 0.00%
  • yellow value is 55.92%
  • key color value is 3.92%
CMYK:
(30,0,56,4)
C30M0Y56K4 
(30%,0%,56%,4%)
(0.30/0.00/0.56/0.04)	

CMYK percentages

%30.2
%0
%55.92
%3.92

Codes

Color #ABF56C in popluar color models

ABF56C
RGB171245108
HSL92°87.26%69.22%
HSB/HSV92°55.92%96.08%
CMYK30.20%0.00%55.92%
3.92%

Color #ABF56C in popluar number systems.

HEXABF56C
Decimal171245108
Binary10101011111101011101100
Octal253365154

Shades and tints

Shades of #ABF56C

#ABF56C
(171,245,108)
#9CDF63
(156,223,99)
#8DC95A
(141,201,90)
#7EB351
(126,179,81)
#6F9D48
(111,157,72)
#60873F
(96,135,63)
#517136
(81,113,54)
#425B2D
(66,91,45)
#334524
(51,69,36)
#242F1B
(36,47,27)
#151912
(21,25,18)
#000000
(0,0,0)

Tints of #ABF56C

#ABF56C
(171,245,108)
#B2F579
(178,245,121)
#B9F586
(185,245,134)
#C0F593
(192,245,147)
#C7F5A0
(199,245,160)
#CEF5AD
(206,245,173)
#D5F5BA
(213,245,186)
#DCF5C7
(220,245,199)
#E3F5D4
(227,245,212)
#EAF5E1
(234,245,225)
#F1F5EE
(241,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABF56C color. Also use rgb(171,245,108) instead hex code.

Text Font Color

.myTextColor { color: #ABF56C; }

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

This text font color is #ABF56C.


Background Color

.myBgColor { background-color: #ABF56C; }

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

This div background color is #ABF56C.


Border color

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

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

This div border color is #ABF56C.


Opacity

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

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

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

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

This text has shadow with #ABF56C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABF56C on black background.


Color preview on white background

This text has color #ABF56C on white background.



Black color preview on #ABF56C background

This text has black color on #ABF56C background.


White color preview on #ABF56C background

This text has white color on #ABF56C background.