COLOR #70AE33

HEX: #70AE33
RGB: (112,174,51)

Color info

#70AE33 contains mainly green color. Web safe color of #70AE33 is #669933 (or #693).

RGB color model

#70AE33 color RGB value is (112,174,51).

  • red value is 112;
  • green value is 174;
  • blue value is 51.
RGB:
(112,174,51)
(44%,68%,20%)

RGB channels and saturation

R 112 of 255 = 44%
G 174 of 255 = 68%
B 51 of 255 = 20%

112
174
51

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

Portions of RGB colors in percentages

R + G + B =
112 + 174 + 51 = 337 (100%)
R 112 of 337 ~ 33.23%
G 174 of 337 ~ 51.63%
B 51 of 337 ~ 15.13%

%33.23
%51.63
%15.13

CMYK color model

#70AE33 color CMYK value is (36,0,71,32).

  • cyan value is 35.63%
  • magenta value is 0.00%
  • yellow value is 70.69%
  • key color value is 31.76%
CMYK:
(36,0,71,32)
C36M0Y71K32 
(36%,0%,71%,32%)
(0.36/0.00/0.71/0.32)	

CMYK percentages

%35.63
%0
%70.69
%31.76

Codes

Color #70AE33 in popluar color models

70AE33
RGB11217451
HSL90°54.67%44.12%
HSB/HSV90°70.69%68.24%
CMYK35.63%0.00%70.69%
31.76%

Color #70AE33 in popluar number systems.

HEX70AE33
Decimal11217451
Binary111000010101110110011
Octal16025663

Shades and tints

Shades of #70AE33

#70AE33
(112,174,51)
#669F2F
(102,159,47)
#5C902B
(92,144,43)
#528127
(82,129,39)
#487223
(72,114,35)
#3E631F
(62,99,31)
#34541B
(52,84,27)
#2A4517
(42,69,23)
#203613
(32,54,19)
#16270F
(22,39,15)
#0C180B
(12,24,11)
#000000
(0,0,0)

Tints of #70AE33

#70AE33
(112,174,51)
#7DB545
(125,181,69)
#8ABC57
(138,188,87)
#97C369
(151,195,105)
#A4CA7B
(164,202,123)
#B1D18D
(177,209,141)
#BED89F
(190,216,159)
#CBDFB1
(203,223,177)
#D8E6C3
(216,230,195)
#E5EDD5
(229,237,213)
#F2F4E7
(242,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70AE33 color. Also use rgb(112,174,51) instead hex code.

Text Font Color

.myTextColor { color: #70AE33; }

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

This text font color is #70AE33.


Background Color

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

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

This div background color is #70AE33.


Border color

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

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

This div border color is #70AE33.


Opacity

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

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

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

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

This text has shadow with #70AE33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70AE33 on black background.


Color preview on white background

This text has color #70AE33 on white background.



Black color preview on #70AE33 background

This text has black color on #70AE33 background.


White color preview on #70AE33 background

This text has white color on #70AE33 background.