COLOR #9CF70F

HEX: #9CF70F
RGB: (156,247,15)

Color info

#9CF70F contains mainly green color. Web safe color of #9CF70F is #99FF00 (or #9F0).

RGB color model

#9CF70F color RGB value is (156,247,15).

  • red value is 156;
  • green value is 247;
  • blue value is 15.
RGB:
(156,247,15)
(61%,97%,6%)

RGB channels and saturation

R 156 of 255 = 61%
G 247 of 255 = 97%
B 15 of 255 = 6%

156
247
15

R + G + B ~ 55%. #9CF70F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
156 + 247 + 15 = 418 (100%)
R 156 of 418 ~ 37.32%
G 247 of 418 ~ 59.09%
B 15 of 418 ~ 3.59%

%37.32
%59.09

CMYK color model

#9CF70F color CMYK value is (37,0,94,3).

  • cyan value is 36.84%
  • magenta value is 0.00%
  • yellow value is 93.93%
  • key color value is 3.14%
CMYK:
(37,0,94,3)
C37M0Y94K3 
(37%,0%,94%,3%)
(0.37/0.00/0.94/0.03)	

CMYK percentages

%36.84
%0
%93.93
%3.14

Codes

Color #9CF70F in popluar color models

9CF70F
RGB15624715
HSL84°93.55%51.37%
HSB/HSV84°93.93%96.86%
CMYK36.84%0.00%93.93%
3.14%

Color #9CF70F in popluar number systems.

HEX9CF70F
Decimal15624715
Binary10011100111101111111
Octal23436717

Shades and tints

Shades of #9CF70F

#9CF70F
(156,247,15)
#8EE10E
(142,225,14)
#80CB0D
(128,203,13)
#72B50C
(114,181,12)
#649F0B
(100,159,11)
#56890A
(86,137,10)
#487309
(72,115,9)
#3A5D08
(58,93,8)
#2C4707
(44,71,7)
#1E3106
(30,49,6)
#101B05
(16,27,5)
#000000
(0,0,0)

Tints of #9CF70F

#9CF70F
(156,247,15)
#A5F724
(165,247,36)
#AEF739
(174,247,57)
#B7F74E
(183,247,78)
#C0F763
(192,247,99)
#C9F778
(201,247,120)
#D2F78D
(210,247,141)
#DBF7A2
(219,247,162)
#E4F7B7
(228,247,183)
#EDF7CC
(237,247,204)
#F6F7E1
(246,247,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CF70F color. Also use rgb(156,247,15) instead hex code.

Text Font Color

.myTextColor { color: #9CF70F; }

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

This text font color is #9CF70F.


Background Color

.myBgColor { background-color: #9CF70F; }

<div style="background-color:#9CF70F">Inner text</div>

This div background color is #9CF70F.


Border color

.myBorderColor { border: 1px solid #9CF70F; }

<div style="border:3px solid #9CF70F">Div</div>

This div border color is #9CF70F.


Opacity

.myOpacity80 { color: #9CF70F; opacity: 0.8; }

<p style="color:#9CF70F;opacity:0.8;">80%</p>

Text with #9CF70F 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 #9CF70F;}

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

This text has shadow with #9CF70F color.

.textShadow {text-shadow: 3px 3px 1px #9CF70F, 3px 3px 1px red;}

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

This text has shadow with #9CF70F primary color and red secondary color.


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

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

This text has shadow with #9CF70F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CF70F on black background.


Color preview on white background

This text has color #9CF70F on white background.



Black color preview on #9CF70F background

This text has black color on #9CF70F background.


White color preview on #9CF70F background

This text has white color on #9CF70F background.