COLOR #ABF0A2

HEX: #ABF0A2 RGB: (171,240,162)

Color info

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

RGB color model

#ABF0A2 color RGB value is (171,240,162).

RGB: (171,240,162) (67%, 94%, 64%)

RGB channels and saturation

R 171 of 255 = 67%
G 240 of 255 = 94%
B 162 of 255 = 64%

171
240
162

R + G + B ~ 75%. #ABF0A2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 240 + 162 = 573 (100%)
R 171 of 573 ~ 29.84%
G 240 of 573 ~ 41.88%
B 162 of 573 ~ 28.27'%

%29.84
%41.88
%28.27

CMYK color model

#ABF0A2 color CMYK value is (29,0,33,6).

  • cyan value is 28.75%
  • magenta value is 0.00%
  • yellow value is 32.50%
  • key color value is 5.88%

CMYK: (29,0,33,6)
C29M0Y33K6 (29%, 0%, 33%, 6%)
(0.29 / 0.00 / 0.33 / 0.06)

CMYK percentages

%28.75
%0
%32.5
%5.88

Codes

Color #ABF0A2 in popluar color models

AB F0 A2
RGB 171 240 162
HSL 113° 72.22% 78.82%
HSB/HSV 113° 32.50% 94.12%
CMYK 28.75% 0.00% 32.50%
5.88%

Color #ABF0A2 in popluar number systems.

HEX AB F0 A2
Decimal 171 240 162
Binary 10101011 11110000 10100010
Octal 253 360 242

Shades and tints

Shades of #ABF0A2

#ABF0A2
(171,240,162)
#9CDB94
(156,219,148)
#8DC686
(141,198,134)
#7EB178
(126,177,120)
#6F9C6A
(111,156,106)
#60875C
(96,135,92)
#51724E
(81,114,78)
#425D40
(66,93,64)
#334832
(51,72,50)
#243324
(36,51,36)
#151E16
(21,30,22)
#000000
(0,0,0)

Tints of #ABF0A2

#ABF0A2
(171,240,162)
#B2F1AA
(178,241,170)
#B9F2B2
(185,242,178)
#C0F3BA
(192,243,186)
#C7F4C2
(199,244,194)
#CEF5CA
(206,245,202)
#D5F6D2
(213,246,210)
#DCF7DA
(220,247,218)
#E3F8E2
(227,248,226)
#EAF9EA
(234,249,234)
#F1FAF2
(241,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABF0A2; }

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

This text font color is #ABF0A2.

Background Color

.myBgColor { background-color: #ABF0A2; }

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

This div background color is #ABF0A2.

Border color

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

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

This div border color is #ABF0A2.

Opacity

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

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

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

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

This text has shadow with #ABF0A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABF0A2.

Preview

Color preview on black background

This text has color #ABF0A2 on black background.


Color preview on white background

This text has color #ABF0A2 on white background.


Black color preview on #ABF0A2 background

This text has black color on #ABF0A2 background.


White color preview on #ABF0A2 background

This text has white color on #ABF0A2 background.


Related colors

Complementary color

Complementary color for #hex is #540F5D.


I love getcolorcode.com

Triadic colors

1 #A2ABF0 and #F0A2AB with #ABF0A2 are triadic colors.

2 #A2F0AB and #F0ABA2 with #ABF0A2 are triadic colors.