COLOR #70BA1C

HEX: #70BA1C
RGB: (112,186,28)

Color info

#70BA1C contains mainly green color. Web safe color of #70BA1C is #66CC33 (or #6C3).

RGB color model

#70BA1C color RGB value is (112,186,28).

  • red value is 112;
  • green value is 186;
  • blue value is 28.
RGB:
(112,186,28)
(44%,73%,11%)

RGB channels and saturation

R 112 of 255 = 44%
G 186 of 255 = 73%
B 28 of 255 = 11%

112
186
28

R + G + B ~ 43%. #70BA1C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 186 + 28 = 326 (100%)
R 112 of 326 ~ 34.36%
G 186 of 326 ~ 57.06%
B 28 of 326 ~ 8.59%

%34.36
%57.06

CMYK color model

#70BA1C color CMYK value is (40,0,85,27).

  • cyan value is 39.78%
  • magenta value is 0.00%
  • yellow value is 84.95%
  • key color value is 27.06%
CMYK:
(40,0,85,27)
C40M0Y85K27 
(40%,0%,85%,27%)
(0.40/0.00/0.85/0.27)	

CMYK percentages

%39.78
%0
%84.95
%27.06

Codes

Color #70BA1C in popluar color models

70BA1C
RGB11218628
HSL88°73.83%41.96%
HSB/HSV88°84.95%72.94%
CMYK39.78%0.00%84.95%
27.06%

Color #70BA1C in popluar number systems.

HEX70BA1C
Decimal11218628
Binary11100001011101011100
Octal16027234

Shades and tints

Shades of #70BA1C

#70BA1C
(112,186,28)
#66AA1A
(102,170,26)
#5C9A18
(92,154,24)
#528A16
(82,138,22)
#487A14
(72,122,20)
#3E6A12
(62,106,18)
#345A10
(52,90,16)
#2A4A0E
(42,74,14)
#203A0C
(32,58,12)
#162A0A
(22,42,10)
#0C1A08
(12,26,8)
#000000
(0,0,0)

Tints of #70BA1C

#70BA1C
(112,186,28)
#7DC030
(125,192,48)
#8AC644
(138,198,68)
#97CC58
(151,204,88)
#A4D26C
(164,210,108)
#B1D880
(177,216,128)
#BEDE94
(190,222,148)
#CBE4A8
(203,228,168)
#D8EABC
(216,234,188)
#E5F0D0
(229,240,208)
#F2F6E4
(242,246,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70BA1C color. Also use rgb(112,186,28) instead hex code.

Text Font Color

.myTextColor { color: #70BA1C; }

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

This text font color is #70BA1C.


Background Color

.myBgColor { background-color: #70BA1C; }

<div style="background-color:#70BA1C">Inner text</div>

This div background color is #70BA1C.


Border color

.myBorderColor { border: 1px solid #70BA1C; }

<div style="border:3px solid #70BA1C">Div</div>

This div border color is #70BA1C.


Opacity

.myOpacity80 { color: #70BA1C; opacity: 0.8; }

<p style="color:#70BA1C;opacity:0.8;">80%</p>

Text with #70BA1C 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 #70BA1C;}

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

This text has shadow with #70BA1C color.

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

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

This text has shadow with #70BA1C primary color and red secondary color.


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

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

This text has shadow with #70BA1C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70BA1C on black background.


Color preview on white background

This text has color #70BA1C on white background.



Black color preview on #70BA1C background

This text has black color on #70BA1C background.


White color preview on #70BA1C background

This text has white color on #70BA1C background.