COLOR #ABF192

HEX: #ABF192
RGB: (171,241,146)

Color info

#ABF192 contains mainly green color. Web safe color of #ABF192 is #99FF99 (or #9F9).

RGB color model

#ABF192 color RGB value is (171,241,146).

  • red value is 171;
  • green value is 241;
  • blue value is 146.
RGB:
(171,241,146)
(67%,95%,57%)

RGB channels and saturation

R 171 of 255 = 67%
G 241 of 255 = 95%
B 146 of 255 = 57%

171
241
146

R + G + B ~ 73%. #ABF192 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 241 + 146 = 558 (100%)
R 171 of 558 ~ 30.65%
G 241 of 558 ~ 43.19%
B 146 of 558 ~ 26.16%

%30.65
%43.19
%26.16

CMYK color model

#ABF192 color CMYK value is (29,0,39,5).

  • cyan value is 29.05%
  • magenta value is 0.00%
  • yellow value is 39.42%
  • key color value is 5.49%
CMYK:
(29,0,39,5)
C29M0Y39K5 
(29%,0%,39%,5%)
(0.29/0.00/0.39/0.05)	

CMYK percentages

%29.05
%0
%39.42
%5.49

Codes

Color #ABF192 in popluar color models

ABF192
RGB171241146
HSL104°77.24%75.88%
HSB/HSV104°39.42%94.51%
CMYK29.05%0.00%39.42%
5.49%

Color #ABF192 in popluar number systems.

HEXABF192
Decimal171241146
Binary101010111111000110010010
Octal253361222

Shades and tints

Shades of #ABF192

#ABF192
(171,241,146)
#9CDC85
(156,220,133)
#8DC778
(141,199,120)
#7EB26B
(126,178,107)
#6F9D5E
(111,157,94)
#608851
(96,136,81)
#517344
(81,115,68)
#425E37
(66,94,55)
#33492A
(51,73,42)
#24341D
(36,52,29)
#151F10
(21,31,16)
#000000
(0,0,0)

Tints of #ABF192

#ABF192
(171,241,146)
#B2F29B
(178,242,155)
#B9F3A4
(185,243,164)
#C0F4AD
(192,244,173)
#C7F5B6
(199,245,182)
#CEF6BF
(206,246,191)
#D5F7C8
(213,247,200)
#DCF8D1
(220,248,209)
#E3F9DA
(227,249,218)
#EAFAE3
(234,250,227)
#F1FBEC
(241,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABF192 color. Also use rgb(171,241,146) instead hex code.

Text Font Color

.myTextColor { color: #ABF192; }

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

This text font color is #ABF192.


Background Color

.myBgColor { background-color: #ABF192; }

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

This div background color is #ABF192.


Border color

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

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

This div border color is #ABF192.


Opacity

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

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

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

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

This text has shadow with #ABF192 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABF192 on black background.


Color preview on white background

This text has color #ABF192 on white background.



Black color preview on #ABF192 background

This text has black color on #ABF192 background.


White color preview on #ABF192 background

This text has white color on #ABF192 background.