COLOR #1C9F07

HEX: #1C9F07
RGB: (28,159,7)

Color info

#1C9F07 contains mainly green color. Web safe color of #1C9F07 is #339900 (or #390).

RGB color model

#1C9F07 color RGB value is (28,159,7).

  • red value is 28;
  • green value is 159;
  • blue value is 7.
RGB:
(28,159,7)
(11%,62%,3%)

RGB channels and saturation

R 28 of 255 = 11%
G 159 of 255 = 62%
B 7 of 255 = 3%

28
159
7

R + G + B ~ 25%. #1C9F07 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 159 + 7 = 194 (100%)
R 28 of 194 ~ 14.43%
G 159 of 194 ~ 81.96%
B 7 of 194 ~ 3.61%

%14.43
%81.96

CMYK color model

#1C9F07 color CMYK value is (82,0,96,38).

  • cyan value is 82.39%
  • magenta value is 0.00%
  • yellow value is 95.60%
  • key color value is 37.65%
CMYK:
(82,0,96,38)
C82M0Y96K38 
(82%,0%,96%,38%)
(0.82/0.00/0.96/0.38)	

CMYK percentages

%82.39
%0
%95.6
%37.65

Codes

Color #1C9F07 in popluar color models

1C9F07
RGB281597
HSL112°91.57%32.55%
HSB/HSV112°95.60%62.35%
CMYK82.39%0.00%95.60%
37.65%

Color #1C9F07 in popluar number systems.

HEX1C9F07
Decimal281597
Binary1110010011111111
Octal342377

Shades and tints

Shades of #1C9F07

#1C9F07
(28,159,7)
#1A9107
(26,145,7)
#188307
(24,131,7)
#167507
(22,117,7)
#146707
(20,103,7)
#125907
(18,89,7)
#104B07
(16,75,7)
#0E3D07
(14,61,7)
#0C2F07
(12,47,7)
#0A2107
(10,33,7)
#081307
(8,19,7)
#000000
(0,0,0)

Tints of #1C9F07

#1C9F07
(28,159,7)
#30A71D
(48,167,29)
#44AF33
(68,175,51)
#58B749
(88,183,73)
#6CBF5F
(108,191,95)
#80C775
(128,199,117)
#94CF8B
(148,207,139)
#A8D7A1
(168,215,161)
#BCDFB7
(188,223,183)
#D0E7CD
(208,231,205)
#E4EFE3
(228,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C9F07 color. Also use rgb(28,159,7) instead hex code.

Text Font Color

.myTextColor { color: #1C9F07; }

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

This text font color is #1C9F07.


Background Color

.myBgColor { background-color: #1C9F07; }

<div style="background-color:#1C9F07">Inner text</div>

This div background color is #1C9F07.


Border color

.myBorderColor { border: 1px solid #1C9F07; }

<div style="border:3px solid #1C9F07">Div</div>

This div border color is #1C9F07.


Opacity

.myOpacity80 { color: #1C9F07; opacity: 0.8; }

<p style="color:#1C9F07;opacity:0.8;">80%</p>

Text with #1C9F07 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 #1C9F07;}

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

This text has shadow with #1C9F07 color.

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

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

This text has shadow with #1C9F07 primary color and red secondary color.


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

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

This text has shadow with #1C9F07 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C9F07 on black background.


Color preview on white background

This text has color #1C9F07 on white background.



Black color preview on #1C9F07 background

This text has black color on #1C9F07 background.


White color preview on #1C9F07 background

This text has white color on #1C9F07 background.