COLOR #1CAC78

HEX: #1CAC78
RGB: (28,172,120)

Color info

#1CAC78 contains mainly green and blue colors. Web safe color of #1CAC78 is #339966 (or #396).

RGB color model

#1CAC78 color RGB value is (28,172,120).

  • red value is 28;
  • green value is 172;
  • blue value is 120.
RGB:
(28,172,120)
(11%,67%,47%)

RGB channels and saturation

R 28 of 255 = 11%
G 172 of 255 = 67%
B 120 of 255 = 47%

28
172
120

R + G + B ~ 42%. #1CAC78 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
28 + 172 + 120 = 320 (100%)
R 28 of 320 ~ 8.75%
G 172 of 320 ~ 53.75%
B 120 of 320 ~ 37.5%

%53.75
%37.5

CMYK color model

#1CAC78 color CMYK value is (84,0,30,33).

  • cyan value is 83.72%
  • magenta value is 0.00%
  • yellow value is 30.23%
  • key color value is 32.55%
CMYK:
(84,0,30,33)
C84M0Y30K33 
(84%,0%,30%,33%)
(0.84/0.00/0.30/0.33)	

CMYK percentages

%83.72
%0
%30.23
%32.55

Codes

Color #1CAC78 in popluar color models

1CAC78
RGB28172120
HSL158°72.00%39.22%
HSB/HSV158°83.72%67.45%
CMYK83.72%0.00%30.23%
32.55%

Color #1CAC78 in popluar number systems.

HEX1CAC78
Decimal28172120
Binary11100101011001111000
Octal34254170

Shades and tints

Shades of #1CAC78

#1CAC78
(28,172,120)
#1A9D6E
(26,157,110)
#188E64
(24,142,100)
#167F5A
(22,127,90)
#147050
(20,112,80)
#126146
(18,97,70)
#10523C
(16,82,60)
#0E4332
(14,67,50)
#0C3428
(12,52,40)
#0A251E
(10,37,30)
#081614
(8,22,20)
#000000
(0,0,0)

Tints of #1CAC78

#1CAC78
(28,172,120)
#30B384
(48,179,132)
#44BA90
(68,186,144)
#58C19C
(88,193,156)
#6CC8A8
(108,200,168)
#80CFB4
(128,207,180)
#94D6C0
(148,214,192)
#A8DDCC
(168,221,204)
#BCE4D8
(188,228,216)
#D0EBE4
(208,235,228)
#E4F2F0
(228,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1CAC78 color. Also use rgb(28,172,120) instead hex code.

Text Font Color

.myTextColor { color: #1CAC78; }

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

This text font color is #1CAC78.


Background Color

.myBgColor { background-color: #1CAC78; }

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

This div background color is #1CAC78.


Border color

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

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

This div border color is #1CAC78.


Opacity

.myOpacity80 { color: #1CAC78; opacity: 0.8; }

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

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

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

This text has shadow with #1CAC78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1CAC78 on black background.


Color preview on white background

This text has color #1CAC78 on white background.



Black color preview on #1CAC78 background

This text has black color on #1CAC78 background.


White color preview on #1CAC78 background

This text has white color on #1CAC78 background.