COLOR #ABC741

HEX: #ABC741
RGB: (171,199,65)

Color info

#ABC741 contains mainly red and green colors. Web safe color of #ABC741 is #99CC33 (or #9C3).

RGB color model

#ABC741 color RGB value is (171,199,65).

  • red value is 171;
  • green value is 199;
  • blue value is 65.
RGB:
(171,199,65)
(67%,78%,25%)

RGB channels and saturation

R 171 of 255 = 67%
G 199 of 255 = 78%
B 65 of 255 = 25%

171
199
65

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

Portions of RGB colors in percentages

R + G + B =
171 + 199 + 65 = 435 (100%)
R 171 of 435 ~ 39.31%
G 199 of 435 ~ 45.75%
B 65 of 435 ~ 14.94%

%39.31
%45.75
%14.94

CMYK color model

#ABC741 color CMYK value is (14,0,67,22).

  • cyan value is 14.07%
  • magenta value is 0.00%
  • yellow value is 67.34%
  • key color value is 21.96%
CMYK:
(14,0,67,22)
C14M0Y67K22 
(14%,0%,67%,22%)
(0.14/0.00/0.67/0.22)	

CMYK percentages

%14.07
%0
%67.34
%21.96

Codes

Color #ABC741 in popluar color models

ABC741
RGB17119965
HSL73°54.47%51.76%
HSB/HSV73°67.34%78.04%
CMYK14.07%0.00%67.34%
21.96%

Color #ABC741 in popluar number systems.

HEXABC741
Decimal17119965
Binary10101011110001111000001
Octal253307101

Shades and tints

Shades of #ABC741

#ABC741
(171,199,65)
#9CB53C
(156,181,60)
#8DA337
(141,163,55)
#7E9132
(126,145,50)
#6F7F2D
(111,127,45)
#606D28
(96,109,40)
#515B23
(81,91,35)
#42491E
(66,73,30)
#333719
(51,55,25)
#242514
(36,37,20)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #ABC741

#ABC741
(171,199,65)
#B2CC52
(178,204,82)
#B9D163
(185,209,99)
#C0D674
(192,214,116)
#C7DB85
(199,219,133)
#CEE096
(206,224,150)
#D5E5A7
(213,229,167)
#DCEAB8
(220,234,184)
#E3EFC9
(227,239,201)
#EAF4DA
(234,244,218)
#F1F9EB
(241,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC741 color. Also use rgb(171,199,65) instead hex code.

Text Font Color

.myTextColor { color: #ABC741; }

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

This text font color is #ABC741.


Background Color

.myBgColor { background-color: #ABC741; }

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

This div background color is #ABC741.


Border color

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

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

This div border color is #ABC741.


Opacity

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

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

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

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

This text has shadow with #ABC741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC741 on black background.


Color preview on white background

This text has color #ABC741 on white background.



Black color preview on #ABC741 background

This text has black color on #ABC741 background.


White color preview on #ABC741 background

This text has white color on #ABC741 background.