COLOR #70F909

HEX: #70F909 RGB: (112,249,9)

Color info

#70F909 contains mainly green color. Web safe color of #70F909 is #66FF00 (or #6F0).

RGB color model

#70F909 color RGB value is (112,249,9).

RGB: (112,249,9) (44%, 98%, 4%)

RGB channels and saturation

R 112 of 255 = 44%
G 249 of 255 = 98%
B 9 of 255 = 4%

112
249
9

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

Portions of RGB colors in percentages

R + G + B = 112 + 249 + 9 = 370 (100%)
R 112 of 370 ~ 30.27%
G 249 of 370 ~ 67.3%
B 9 of 370 ~ 2.43'%

%30.27
%67.3

CMYK color model

#70F909 color CMYK value is (55,0,96,2).

  • cyan value is 55.02%
  • magenta value is 0.00%
  • yellow value is 96.39%
  • key color value is 2.35%

CMYK: (55,0,96,2)
C55M0Y96K2 (55%, 0%, 96%, 2%)
(0.55 / 0.00 / 0.96 / 0.02)

CMYK percentages

%55.02
%0
%96.39
%2.35

Codes

Color #70F909 in popluar color models

70 F9 09
RGB 112 249 9
HSL 94° 95.24% 50.59%
HSB/HSV 94° 96.39% 97.65%
CMYK 55.02% 0.00% 96.39%
2.35%

Color #70F909 in popluar number systems.

HEX 70 F9 09
Decimal 112 249 9
Binary 1110000 11111001 1001
Octal 160 371 11

Shades and tints

Shades of #70F909

#70F909
(112,249,9)
#66E309
(102,227,9)
#5CCD09
(92,205,9)
#52B709
(82,183,9)
#48A109
(72,161,9)
#3E8B09
(62,139,9)
#347509
(52,117,9)
#2A5F09
(42,95,9)
#204909
(32,73,9)
#163309
(22,51,9)
#0C1D09
(12,29,9)
#000000
(0,0,0)

Tints of #70F909

#70F909
(112,249,9)
#7DF91F
(125,249,31)
#8AF935
(138,249,53)
#97F94B
(151,249,75)
#A4F961
(164,249,97)
#B1F977
(177,249,119)
#BEF98D
(190,249,141)
#CBF9A3
(203,249,163)
#D8F9B9
(216,249,185)
#E5F9CF
(229,249,207)
#F2F9E5
(242,249,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70F909 color. Also use rgb(112,249,9) instead hex code.

Text Font Color

.myTextColor { color: #70F909; }

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

This text font color is #70F909.

Background Color

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

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

This div background color is #70F909.

Border color

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

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

This div border color is #70F909.

Opacity

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

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

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

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

This text has shadow with #70F909 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70F909.

Preview

Color preview on black background

This text has color #70F909 on black background.


Color preview on white background

This text has color #70F909 on white background.


Black color preview on #70F909 background

This text has black color on #70F909 background.


White color preview on #70F909 background

This text has white color on #70F909 background.


Related colors

Complementary color

Complementary color for #70F909 is #8F06F6.


I love getcolorcode.com

Triadic colors

1 #0970F9 and #F90970 with #70F909 are triadic colors.

2 #09F970 and #F97009 with #70F909 are triadic colors.