COLOR #ABF08E

HEX: #ABF08E RGB: (171,240,142)

Color info

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

RGB color model

#ABF08E color RGB value is (171,240,142).

RGB: (171,240,142) (67%, 94%, 56%)

RGB channels and saturation

R 171 of 255 = 67%
G 240 of 255 = 94%
B 142 of 255 = 56%

171
240
142

R + G + B ~ 72%. #ABF08E is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 240 + 142 = 553 (100%)
R 171 of 553 ~ 30.92%
G 240 of 553 ~ 43.4%
B 142 of 553 ~ 25.68'%

%30.92
%43.4
%25.68

CMYK color model

#ABF08E color CMYK value is (29,0,41,6).

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

CMYK: (29,0,41,6)
C29M0Y41K6 (29%, 0%, 41%, 6%)
(0.29 / 0.00 / 0.41 / 0.06)

CMYK percentages

%28.75
%0
%40.83
%5.88

Codes

Color #ABF08E in popluar color models

AB F0 8E
RGB 171 240 142
HSL 102° 76.56% 74.90%
HSB/HSV 102° 40.83% 94.12%
CMYK 28.75% 0.00% 40.83%
5.88%

Color #ABF08E in popluar number systems.

HEX AB F0 8E
Decimal 171 240 142
Binary 10101011 11110000 10001110
Octal 253 360 216

Shades and tints

Shades of #ABF08E

#ABF08E
(171,240,142)
#9CDB82
(156,219,130)
#8DC676
(141,198,118)
#7EB16A
(126,177,106)
#6F9C5E
(111,156,94)
#608752
(96,135,82)
#517246
(81,114,70)
#425D3A
(66,93,58)
#33482E
(51,72,46)
#243322
(36,51,34)
#151E16
(21,30,22)
#000000
(0,0,0)

Tints of #ABF08E

#ABF08E
(171,240,142)
#B2F198
(178,241,152)
#B9F2A2
(185,242,162)
#C0F3AC
(192,243,172)
#C7F4B6
(199,244,182)
#CEF5C0
(206,245,192)
#D5F6CA
(213,246,202)
#DCF7D4
(220,247,212)
#E3F8DE
(227,248,222)
#EAF9E8
(234,249,232)
#F1FAF2
(241,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABF08E; }

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

This text font color is #ABF08E.

Background Color

.myBgColor { background-color: #ABF08E; }

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

This div background color is #ABF08E.

Border color

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

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

This div border color is #ABF08E.

Opacity

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

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

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

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

This text has shadow with #ABF08E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABF08E.

Preview

Color preview on black background

This text has color #ABF08E on black background.


Color preview on white background

This text has color #ABF08E on white background.


Black color preview on #ABF08E background

This text has black color on #ABF08E background.


White color preview on #ABF08E background

This text has white color on #ABF08E background.


Related colors

Complementary color

Complementary color for #hex is #540F71.


I love getcolorcode.com

Triadic colors

1 #8EABF0 and #F08EAB with #ABF08E are triadic colors.

2 #8EF0AB and #F0AB8E with #ABF08E are triadic colors.