COLOR #ABF488

HEX: #ABF488 RGB: (171,244,136)

Color info

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

RGB color model

#ABF488 color RGB value is (171,244,136).

RGB: (171,244,136) (67%, 96%, 53%)

RGB channels and saturation

R 171 of 255 = 67%
G 244 of 255 = 96%
B 136 of 255 = 53%

171
244
136

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

Portions of RGB colors in percentages

R + G + B = 171 + 244 + 136 = 551 (100%)
R 171 of 551 ~ 31.03%
G 244 of 551 ~ 44.28%
B 136 of 551 ~ 24.68'%

%31.03
%44.28
%24.68

CMYK color model

#ABF488 color CMYK value is (30,0,44,4).

  • cyan value is 29.92%
  • magenta value is 0.00%
  • yellow value is 44.26%
  • key color value is 4.31%

CMYK: (30,0,44,4)
C30M0Y44K4 (30%, 0%, 44%, 4%)
(0.30 / 0.00 / 0.44 / 0.04)

CMYK percentages

%29.92
%0
%44.26
%4.31

Codes

Color #ABF488 in popluar color models

AB F4 88
RGB 171 244 136
HSL 101° 83.08% 74.51%
HSB/HSV 101° 44.26% 95.69%
CMYK 29.92% 0.00% 44.26%
4.31%

Color #ABF488 in popluar number systems.

HEX AB F4 88
Decimal 171 244 136
Binary 10101011 11110100 10001000
Octal 253 364 210

Shades and tints

Shades of #ABF488

#ABF488
(171,244,136)
#9CDE7C
(156,222,124)
#8DC870
(141,200,112)
#7EB264
(126,178,100)
#6F9C58
(111,156,88)
#60864C
(96,134,76)
#517040
(81,112,64)
#425A34
(66,90,52)
#334428
(51,68,40)
#242E1C
(36,46,28)
#151810
(21,24,16)
#000000
(0,0,0)

Tints of #ABF488

#ABF488
(171,244,136)
#B2F592
(178,245,146)
#B9F69C
(185,246,156)
#C0F7A6
(192,247,166)
#C7F8B0
(199,248,176)
#CEF9BA
(206,249,186)
#D5FAC4
(213,250,196)
#DCFBCE
(220,251,206)
#E3FCD8
(227,252,216)
#EAFDE2
(234,253,226)
#F1FEEC
(241,254,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABF488 color. Also use rgb(171,244,136) instead hex code.

Text Font Color

.myTextColor { color: #ABF488; }

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

This text font color is #ABF488.

Background Color

.myBgColor { background-color: #ABF488; }

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

This div background color is #ABF488.

Border color

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

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

This div border color is #ABF488.

Opacity

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

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

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

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

This text has shadow with #ABF488 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABF488.

Preview

Color preview on black background

This text has color #ABF488 on black background.


Color preview on white background

This text has color #ABF488 on white background.


Black color preview on #ABF488 background

This text has black color on #ABF488 background.


White color preview on #ABF488 background

This text has white color on #ABF488 background.


Related colors

Complementary color

Complementary color for #hex is #540B77.


I love getcolorcode.com

Triadic colors

1 #88ABF4 and #F488AB with #ABF488 are triadic colors.

2 #88F4AB and #F4AB88 with #ABF488 are triadic colors.