COLOR #ABC274

HEX: #ABC274 RGB: (171,194,116)

Color info

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

RGB color model

#ABC274 color RGB value is (171,194,116).

RGB: (171,194,116) (67%, 76%, 45%)

RGB channels and saturation

R 171 of 255 = 67%
G 194 of 255 = 76%
B 116 of 255 = 45%

171
194
116

R + G + B ~ 63%. #ABC274 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 194 + 116 = 481 (100%)
R 171 of 481 ~ 35.55%
G 194 of 481 ~ 40.33%
B 116 of 481 ~ 24.12'%

%35.55
%40.33
%24.12

CMYK color model

#ABC274 color CMYK value is (12,0,40,24).

  • cyan value is 11.86%
  • magenta value is 0.00%
  • yellow value is 40.21%
  • key color value is 23.92%
CMYK: (12,0,40,24) C12M0Y40K24 (12%,0%,40%,24%) (0.12/0.00/0.40/0.24) 

CMYK percentages

%11.86
%0
%40.21
%23.92

Codes

Color #ABC274 in popluar color models

AB C2 74
RGB 171 194 116
HSL 78° 39.00% 60.78%
HSB/HSV 78° 40.21% 76.08%
CMYK 11.86% 0.00% 40.21%
23.92%

Color #ABC274 in popluar number systems.

HEX AB C2 74
Decimal 171 194 116
Binary 10101011 11000010 1110100
Octal 253 302 164

Shades and tints

Shades of #ABC274

#ABC274
(171,194,116)
#9CB16A
(156,177,106)
#8DA060
(141,160,96)
#7E8F56
(126,143,86)
#6F7E4C
(111,126,76)
#606D42
(96,109,66)
#515C38
(81,92,56)
#424B2E
(66,75,46)
#333A24
(51,58,36)
#24291A
(36,41,26)
#151810
(21,24,16)
#000000
(0,0,0)

Tints of #ABC274

#ABC274
(171,194,116)
#B2C780
(178,199,128)
#B9CC8C
(185,204,140)
#C0D198
(192,209,152)
#C7D6A4
(199,214,164)
#CEDBB0
(206,219,176)
#D5E0BC
(213,224,188)
#DCE5C8
(220,229,200)
#E3EAD4
(227,234,212)
#EAEFE0
(234,239,224)
#F1F4EC
(241,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC274; }

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

This text font color is #ABC274.

Background Color

.myBgColor { background-color: #ABC274; }

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

This div background color is #ABC274.

Border color

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

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

This div border color is #ABC274.

Opacity

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

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

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

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

This text has shadow with #ABC274 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC274.

Preview

Color preview on black background

This text has color #ABC274 on black background.


Color preview on white background

This text has color #ABC274 on white background.


Black color preview on #ABC274 background

This text has black color on #ABC274 background.


White color preview on #ABC274 background

This text has white color on #ABC274 background.


Related colors

Complementary color

Complementary color for #hex is #543D8B.


I love getcolorcode.com

Triadic colors

1 #74ABC2 and #C274AB with #ABC274 are triadic colors.

2 #74C2AB and #C2AB74 with #ABC274 are triadic colors.