COLOR #78C18E

HEX: #78C18E
RGB: (120,193,142)

Color info

#78C18E contains mainly green and blue colors. Web safe color of #78C18E is #66CC99 (or #6C9).

RGB color model

#78C18E color RGB value is (120,193,142).

  • red value is 120;
  • green value is 193;
  • blue value is 142.
RGB:
(120,193,142)
(47%,76%,56%)

RGB channels and saturation

R 120 of 255 = 47%
G 193 of 255 = 76%
B 142 of 255 = 56%

120
193
142

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

Portions of RGB colors in percentages

R + G + B =
120 + 193 + 142 = 455 (100%)
R 120 of 455 ~ 26.37%
G 193 of 455 ~ 42.42%
B 142 of 455 ~ 31.21%

%26.37
%42.42
%31.21

CMYK color model

#78C18E color CMYK value is (38,0,26,24).

  • cyan value is 37.82%
  • magenta value is 0.00%
  • yellow value is 26.42%
  • key color value is 24.31%
CMYK:
(38,0,26,24)
C38M0Y26K24 
(38%,0%,26%,24%)
(0.38/0.00/0.26/0.24)	

CMYK percentages

%37.82
%0
%26.42
%24.31

Codes

Color #78C18E in popluar color models

78C18E
RGB120193142
HSL138°37.06%61.37%
HSB/HSV138°37.82%75.69%
CMYK37.82%0.00%26.42%
24.31%

Color #78C18E in popluar number systems.

HEX78C18E
Decimal120193142
Binary11110001100000110001110
Octal170301216

Shades and tints

Shades of #78C18E

#78C18E
(120,193,142)
#6EB082
(110,176,130)
#649F76
(100,159,118)
#5A8E6A
(90,142,106)
#507D5E
(80,125,94)
#466C52
(70,108,82)
#3C5B46
(60,91,70)
#324A3A
(50,74,58)
#28392E
(40,57,46)
#1E2822
(30,40,34)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #78C18E

#78C18E
(120,193,142)
#84C698
(132,198,152)
#90CBA2
(144,203,162)
#9CD0AC
(156,208,172)
#A8D5B6
(168,213,182)
#B4DAC0
(180,218,192)
#C0DFCA
(192,223,202)
#CCE4D4
(204,228,212)
#D8E9DE
(216,233,222)
#E4EEE8
(228,238,232)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78C18E color. Also use rgb(120,193,142) instead hex code.

Text Font Color

.myTextColor { color: #78C18E; }

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

This text font color is #78C18E.


Background Color

.myBgColor { background-color: #78C18E; }

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

This div background color is #78C18E.


Border color

.myBorderColor { border: 1px solid #78C18E; }

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

This div border color is #78C18E.


Opacity

.myOpacity80 { color: #78C18E; opacity: 0.8; }

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

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

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

This text has shadow with #78C18E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78C18E on black background.


Color preview on white background

This text has color #78C18E on white background.



Black color preview on #78C18E background

This text has black color on #78C18E background.


White color preview on #78C18E background

This text has white color on #78C18E background.