COLOR #ABC25F

HEX: #ABC25F
RGB: (171,194,95)

Color info

#ABC25F contains mainly red and green colors. Web safe color of #ABC25F is #99CC66 (or #9C6).

RGB color model

#ABC25F color RGB value is (171,194,95).

  • red value is 171;
  • green value is 194;
  • blue value is 95.
RGB:
(171,194,95)
(67%,76%,37%)

RGB channels and saturation

R 171 of 255 = 67%
G 194 of 255 = 76%
B 95 of 255 = 37%

171
194
95

R + G + B ~ 60%. #ABC25F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
171 + 194 + 95 = 460 (100%)
R 171 of 460 ~ 37.17%
G 194 of 460 ~ 42.17%
B 95 of 460 ~ 20.65%

%37.17
%42.17
%20.65

CMYK color model

#ABC25F color CMYK value is (12,0,51,24).

  • cyan value is 11.86%
  • magenta value is 0.00%
  • yellow value is 51.03%
  • key color value is 23.92%
CMYK:
(12,0,51,24)
C12M0Y51K24 
(12%,0%,51%,24%)
(0.12/0.00/0.51/0.24)	

CMYK percentages

%11.86
%0
%51.03
%23.92

Codes

Color #ABC25F in popluar color models

ABC25F
RGB17119495
HSL74°44.80%56.67%
HSB/HSV74°51.03%76.08%
CMYK11.86%0.00%51.03%
23.92%

Color #ABC25F in popluar number systems.

HEXABC25F
Decimal17119495
Binary10101011110000101011111
Octal253302137

Shades and tints

Shades of #ABC25F

#ABC25F
(171,194,95)
#9CB157
(156,177,87)
#8DA04F
(141,160,79)
#7E8F47
(126,143,71)
#6F7E3F
(111,126,63)
#606D37
(96,109,55)
#515C2F
(81,92,47)
#424B27
(66,75,39)
#333A1F
(51,58,31)
#242917
(36,41,23)
#15180F
(21,24,15)
#000000
(0,0,0)

Tints of #ABC25F

#ABC25F
(171,194,95)
#B2C76D
(178,199,109)
#B9CC7B
(185,204,123)
#C0D189
(192,209,137)
#C7D697
(199,214,151)
#CEDBA5
(206,219,165)
#D5E0B3
(213,224,179)
#DCE5C1
(220,229,193)
#E3EACF
(227,234,207)
#EAEFDD
(234,239,221)
#F1F4EB
(241,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC25F color. Also use rgb(171,194,95) instead hex code.

Text Font Color

.myTextColor { color: #ABC25F; }

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

This text font color is #ABC25F.


Background Color

.myBgColor { background-color: #ABC25F; }

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

This div background color is #ABC25F.


Border color

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

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

This div border color is #ABC25F.


Opacity

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

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

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

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

This text has shadow with #ABC25F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC25F on black background.


Color preview on white background

This text has color #ABC25F on white background.



Black color preview on #ABC25F background

This text has black color on #ABC25F background.


White color preview on #ABC25F background

This text has white color on #ABC25F background.