COLOR #ABF674

HEX: #ABF674
RGB: (171,246,116)

Color info

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

RGB color model

#ABF674 color RGB value is (171,246,116).

  • red value is 171;
  • green value is 246;
  • blue value is 116.
RGB:
(171,246,116)
(67%,96%,45%)

RGB channels and saturation

R 171 of 255 = 67%
G 246 of 255 = 96%
B 116 of 255 = 45%

171
246
116

R + G + B ~ 69%. #ABF674 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 246 + 116 = 533 (100%)
R 171 of 533 ~ 32.08%
G 246 of 533 ~ 46.15%
B 116 of 533 ~ 21.76%

%32.08
%46.15
%21.76

CMYK color model

#ABF674 color CMYK value is (30,0,53,4).

  • cyan value is 30.49%
  • magenta value is 0.00%
  • yellow value is 52.85%
  • key color value is 3.53%
CMYK:
(30,0,53,4)
C30M0Y53K4 
(30%,0%,53%,4%)
(0.30/0.00/0.53/0.04)	

CMYK percentages

%30.49
%0
%52.85
%3.53

Codes

Color #ABF674 in popluar color models

ABF674
RGB171246116
HSL95°87.84%70.98%
HSB/HSV95°52.85%96.47%
CMYK30.49%0.00%52.85%
3.53%

Color #ABF674 in popluar number systems.

HEXABF674
Decimal171246116
Binary10101011111101101110100
Octal253366164

Shades and tints

Shades of #ABF674

#ABF674
(171,246,116)
#9CE06A
(156,224,106)
#8DCA60
(141,202,96)
#7EB456
(126,180,86)
#6F9E4C
(111,158,76)
#608842
(96,136,66)
#517238
(81,114,56)
#425C2E
(66,92,46)
#334624
(51,70,36)
#24301A
(36,48,26)
#151A10
(21,26,16)
#000000
(0,0,0)

Tints of #ABF674

#ABF674
(171,246,116)
#B2F680
(178,246,128)
#B9F68C
(185,246,140)
#C0F698
(192,246,152)
#C7F6A4
(199,246,164)
#CEF6B0
(206,246,176)
#D5F6BC
(213,246,188)
#DCF6C8
(220,246,200)
#E3F6D4
(227,246,212)
#EAF6E0
(234,246,224)
#F1F6EC
(241,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABF674 color. Also use rgb(171,246,116) instead hex code.

Text Font Color

.myTextColor { color: #ABF674; }

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

This text font color is #ABF674.


Background Color

.myBgColor { background-color: #ABF674; }

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

This div background color is #ABF674.


Border color

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

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

This div border color is #ABF674.


Opacity

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

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

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

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

This text has shadow with #ABF674 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABF674 on black background.


Color preview on white background

This text has color #ABF674 on white background.



Black color preview on #ABF674 background

This text has black color on #ABF674 background.


White color preview on #ABF674 background

This text has white color on #ABF674 background.