COLOR #78F69A

HEX: #78F69A
RGB: (120,246,154)

Color info

#78F69A contains mainly green color. Web safe color of #78F69A is #66FF99 (or #6F9).

RGB color model

#78F69A color RGB value is (120,246,154).

  • red value is 120;
  • green value is 246;
  • blue value is 154.
RGB:
(120,246,154)
(47%,96%,60%)

RGB channels and saturation

R 120 of 255 = 47%
G 246 of 255 = 96%
B 154 of 255 = 60%

120
246
154

R + G + B ~ 68%. #78F69A is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 246 + 154 = 520 (100%)
R 120 of 520 ~ 23.08%
G 246 of 520 ~ 47.31%
B 154 of 520 ~ 29.62%

%23.08
%47.31
%29.62

CMYK color model

#78F69A color CMYK value is (51,0,37,4).

  • cyan value is 51.22%
  • magenta value is 0.00%
  • yellow value is 37.40%
  • key color value is 3.53%
CMYK:
(51,0,37,4)
C51M0Y37K4 
(51%,0%,37%,4%)
(0.51/0.00/0.37/0.04)	

CMYK percentages

%51.22
%0
%37.4
%3.53

Codes

Color #78F69A in popluar color models

78F69A
RGB120246154
HSL136°87.50%71.76%
HSB/HSV136°51.22%96.47%
CMYK51.22%0.00%37.40%
3.53%

Color #78F69A in popluar number systems.

HEX78F69A
Decimal120246154
Binary11110001111011010011010
Octal170366232

Shades and tints

Shades of #78F69A

#78F69A
(120,246,154)
#6EE08C
(110,224,140)
#64CA7E
(100,202,126)
#5AB470
(90,180,112)
#509E62
(80,158,98)
#468854
(70,136,84)
#3C7246
(60,114,70)
#325C38
(50,92,56)
#28462A
(40,70,42)
#1E301C
(30,48,28)
#141A0E
(20,26,14)
#000000
(0,0,0)

Tints of #78F69A

#78F69A
(120,246,154)
#84F6A3
(132,246,163)
#90F6AC
(144,246,172)
#9CF6B5
(156,246,181)
#A8F6BE
(168,246,190)
#B4F6C7
(180,246,199)
#C0F6D0
(192,246,208)
#CCF6D9
(204,246,217)
#D8F6E2
(216,246,226)
#E4F6EB
(228,246,235)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78F69A color. Also use rgb(120,246,154) instead hex code.

Text Font Color

.myTextColor { color: #78F69A; }

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

This text font color is #78F69A.


Background Color

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

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

This div background color is #78F69A.


Border color

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

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

This div border color is #78F69A.


Opacity

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

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

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

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

This text has shadow with #78F69A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78F69A on black background.


Color preview on white background

This text has color #78F69A on white background.



Black color preview on #78F69A background

This text has black color on #78F69A background.


White color preview on #78F69A background

This text has white color on #78F69A background.