COLOR #70C47A

HEX: #70C47A RGB: (112,196,122)

Color info

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

RGB color model

#70C47A color RGB value is (112,196,122).

RGB: (112,196,122) (44%, 77%, 48%)

RGB channels and saturation

R 112 of 255 = 44%
G 196 of 255 = 77%
B 122 of 255 = 48%

112
196
122

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

Portions of RGB colors in percentages

R + G + B = 112 + 196 + 122 = 430 (100%)
R 112 of 430 ~ 26.05%
G 196 of 430 ~ 45.58%
B 122 of 430 ~ 28.37'%

%26.05
%45.58
%28.37

CMYK color model

#70C47A color CMYK value is (43,0,38,23).

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 37.76%
  • key color value is 23.14%
CMYK: (43,0,38,23) C43M0Y38K23 (43%,0%,38%,23%) (0.43/0.00/0.38/0.23) 

CMYK percentages

%42.86
%0
%37.76
%23.14

Codes

Color #70C47A in popluar color models

70 C4 7A
RGB 112 196 122
HSL 127° 41.58% 60.39%
HSB/HSV 127° 42.86% 76.86%
CMYK 42.86% 0.00% 37.76%
23.14%

Color #70C47A in popluar number systems.

HEX 70 C4 7A
Decimal 112 196 122
Binary 1110000 11000100 1111010
Octal 160 304 172

Shades and tints

Shades of #70C47A

#70C47A
(112,196,122)
#66B36F
(102,179,111)
#5CA264
(92,162,100)
#529159
(82,145,89)
#48804E
(72,128,78)
#3E6F43
(62,111,67)
#345E38
(52,94,56)
#2A4D2D
(42,77,45)
#203C22
(32,60,34)
#162B17
(22,43,23)
#0C1A0C
(12,26,12)
#000000
(0,0,0)

Tints of #70C47A

#70C47A
(112,196,122)
#7DC986
(125,201,134)
#8ACE92
(138,206,146)
#97D39E
(151,211,158)
#A4D8AA
(164,216,170)
#B1DDB6
(177,221,182)
#BEE2C2
(190,226,194)
#CBE7CE
(203,231,206)
#D8ECDA
(216,236,218)
#E5F1E6
(229,241,230)
#F2F6F2
(242,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70C47A color. Also use rgb(112,196,122) instead hex code.

Text Font Color

.myTextColor { color: #70C47A; }

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

This text font color is #70C47A.

Background Color

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

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

This div background color is #70C47A.

Border color

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

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

This div border color is #70C47A.

Opacity

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

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

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

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

This text has shadow with #70C47A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70C47A.

Preview

Color preview on black background

This text has color #70C47A on black background.


Color preview on white background

This text has color #70C47A on white background.


Black color preview on #70C47A background

This text has black color on #70C47A background.


White color preview on #70C47A background

This text has white color on #70C47A background.


Related colors

Complementary color

Complementary color for #hex is #8F3B85.


I love getcolorcode.com

Triadic colors

1 #7A70C4 and #C47A70 with #70C47A are triadic colors.

2 #7AC470 and #C4707A with #70C47A are triadic colors.