COLOR #78AF10

HEX: #78AF10
RGB: (120,175,16)

Color info

#78AF10 contains mainly red and green colors. Web safe color of #78AF10 is #669900 (or #690).

RGB color model

#78AF10 color RGB value is (120,175,16).

  • red value is 120;
  • green value is 175;
  • blue value is 16.
RGB:
(120,175,16)
(47%,69%,6%)

RGB channels and saturation

R 120 of 255 = 47%
G 175 of 255 = 69%
B 16 of 255 = 6%

120
175
16

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

Portions of RGB colors in percentages

R + G + B =
120 + 175 + 16 = 311 (100%)
R 120 of 311 ~ 38.59%
G 175 of 311 ~ 56.27%
B 16 of 311 ~ 5.14%

%38.59
%56.27

CMYK color model

#78AF10 color CMYK value is (31,0,91,31).

  • cyan value is 31.43%
  • magenta value is 0.00%
  • yellow value is 90.86%
  • key color value is 31.37%
CMYK:
(31,0,91,31)
C31M0Y91K31 
(31%,0%,91%,31%)
(0.31/0.00/0.91/0.31)	

CMYK percentages

%31.43
%0
%90.86
%31.37

Codes

Color #78AF10 in popluar color models

78AF10
RGB12017516
HSL81°83.25%37.45%
HSB/HSV81°90.86%68.63%
CMYK31.43%0.00%90.86%
31.37%

Color #78AF10 in popluar number systems.

HEX78AF10
Decimal12017516
Binary11110001010111110000
Octal17025720

Shades and tints

Shades of #78AF10

#78AF10
(120,175,16)
#6EA00F
(110,160,15)
#64910E
(100,145,14)
#5A820D
(90,130,13)
#50730C
(80,115,12)
#46640B
(70,100,11)
#3C550A
(60,85,10)
#324609
(50,70,9)
#283708
(40,55,8)
#1E2807
(30,40,7)
#141906
(20,25,6)
#000000
(0,0,0)

Tints of #78AF10

#78AF10
(120,175,16)
#84B625
(132,182,37)
#90BD3A
(144,189,58)
#9CC44F
(156,196,79)
#A8CB64
(168,203,100)
#B4D279
(180,210,121)
#C0D98E
(192,217,142)
#CCE0A3
(204,224,163)
#D8E7B8
(216,231,184)
#E4EECD
(228,238,205)
#F0F5E2
(240,245,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78AF10 color. Also use rgb(120,175,16) instead hex code.

Text Font Color

.myTextColor { color: #78AF10; }

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

This text font color is #78AF10.


Background Color

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

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

This div background color is #78AF10.


Border color

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

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

This div border color is #78AF10.


Opacity

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

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

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

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

This text has shadow with #78AF10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78AF10 on black background.


Color preview on white background

This text has color #78AF10 on white background.



Black color preview on #78AF10 background

This text has black color on #78AF10 background.


White color preview on #78AF10 background

This text has white color on #78AF10 background.