COLOR #78D27A

HEX: #78D27A
RGB: (120,210,122)

Color info

#78D27A contains mainly green color. Web safe color of #78D27A is #66CC66 (or #6C6).

RGB color model

#78D27A color RGB value is (120,210,122).

  • red value is 120;
  • green value is 210;
  • blue value is 122.
RGB:
(120,210,122)
(47%,82%,48%)

RGB channels and saturation

R 120 of 255 = 47%
G 210 of 255 = 82%
B 122 of 255 = 48%

120
210
122

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

Portions of RGB colors in percentages

R + G + B =
120 + 210 + 122 = 452 (100%)
R 120 of 452 ~ 26.55%
G 210 of 452 ~ 46.46%
B 122 of 452 ~ 26.99%

%26.55
%46.46
%26.99

CMYK color model

#78D27A color CMYK value is (43,0,42,18).

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 41.90%
  • key color value is 17.65%
CMYK:
(43,0,42,18)
C43M0Y42K18 
(43%,0%,42%,18%)
(0.43/0.00/0.42/0.18)	

CMYK percentages

%42.86
%0
%41.9
%17.65

Codes

Color #78D27A in popluar color models

78D27A
RGB120210122
HSL121°50.00%64.71%
HSB/HSV121°42.86%82.35%
CMYK42.86%0.00%41.90%
17.65%

Color #78D27A in popluar number systems.

HEX78D27A
Decimal120210122
Binary1111000110100101111010
Octal170322172

Shades and tints

Shades of #78D27A

#78D27A
(120,210,122)
#6EBF6F
(110,191,111)
#64AC64
(100,172,100)
#5A9959
(90,153,89)
#50864E
(80,134,78)
#467343
(70,115,67)
#3C6038
(60,96,56)
#324D2D
(50,77,45)
#283A22
(40,58,34)
#1E2717
(30,39,23)
#14140C
(20,20,12)
#000000
(0,0,0)

Tints of #78D27A

#78D27A
(120,210,122)
#84D686
(132,214,134)
#90DA92
(144,218,146)
#9CDE9E
(156,222,158)
#A8E2AA
(168,226,170)
#B4E6B6
(180,230,182)
#C0EAC2
(192,234,194)
#CCEECE
(204,238,206)
#D8F2DA
(216,242,218)
#E4F6E6
(228,246,230)
#F0FAF2
(240,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78D27A color. Also use rgb(120,210,122) instead hex code.

Text Font Color

.myTextColor { color: #78D27A; }

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

This text font color is #78D27A.


Background Color

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

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

This div background color is #78D27A.


Border color

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

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

This div border color is #78D27A.


Opacity

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

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

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

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

This text has shadow with #78D27A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78D27A on black background.


Color preview on white background

This text has color #78D27A on white background.



Black color preview on #78D27A background

This text has black color on #78D27A background.


White color preview on #78D27A background

This text has white color on #78D27A background.