COLOR #ABC26E

HEX: #ABC26E
RGB: (171,194,110)

Color info

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

RGB color model

#ABC26E color RGB value is (171,194,110).

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

RGB channels and saturation

R 171 of 255 = 67%
G 194 of 255 = 76%
B 110 of 255 = 43%

171
194
110

R + G + B ~ 62%. #ABC26E is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 194 + 110 = 475 (100%)
R 171 of 475 ~ 36%
G 194 of 475 ~ 40.84%
B 110 of 475 ~ 23.16%

%36
%40.84
%23.16

CMYK color model

#ABC26E color CMYK value is (12,0,43,24).

  • cyan value is 11.86%
  • magenta value is 0.00%
  • yellow value is 43.30%
  • key color value is 23.92%
CMYK:
(12,0,43,24)
C12M0Y43K24 
(12%,0%,43%,24%)
(0.12/0.00/0.43/0.24)	

CMYK percentages

%11.86
%0
%43.3
%23.92

Codes

Color #ABC26E in popluar color models

ABC26E
RGB171194110
HSL76°40.78%59.61%
HSB/HSV76°43.30%76.08%
CMYK11.86%0.00%43.30%
23.92%

Color #ABC26E in popluar number systems.

HEXABC26E
Decimal171194110
Binary10101011110000101101110
Octal253302156

Shades and tints

Shades of #ABC26E

#ABC26E
(171,194,110)
#9CB164
(156,177,100)
#8DA05A
(141,160,90)
#7E8F50
(126,143,80)
#6F7E46
(111,126,70)
#606D3C
(96,109,60)
#515C32
(81,92,50)
#424B28
(66,75,40)
#333A1E
(51,58,30)
#242914
(36,41,20)
#15180A
(21,24,10)
#000000
(0,0,0)

Tints of #ABC26E

#ABC26E
(171,194,110)
#B2C77B
(178,199,123)
#B9CC88
(185,204,136)
#C0D195
(192,209,149)
#C7D6A2
(199,214,162)
#CEDBAF
(206,219,175)
#D5E0BC
(213,224,188)
#DCE5C9
(220,229,201)
#E3EAD6
(227,234,214)
#EAEFE3
(234,239,227)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC26E; }

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

This text font color is #ABC26E.


Background Color

.myBgColor { background-color: #ABC26E; }

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

This div background color is #ABC26E.


Border color

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

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

This div border color is #ABC26E.


Opacity

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

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

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

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

This text has shadow with #ABC26E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC26E on black background.


Color preview on white background

This text has color #ABC26E on white background.



Black color preview on #ABC26E background

This text has black color on #ABC26E background.


White color preview on #ABC26E background

This text has white color on #ABC26E background.