COLOR #098E1C

HEX: #098E1C
RGB: (9,142,28)

Color info

#098E1C contains mainly green color. Web safe color of #098E1C is #009933 (or #093).

RGB color model

#098E1C color RGB value is (9,142,28).

  • red value is 9;
  • green value is 142;
  • blue value is 28.
RGB:
(9,142,28)
(4%,56%,11%)

RGB channels and saturation

R 9 of 255 = 4%
G 142 of 255 = 56%
B 28 of 255 = 11%

9
142
28

R + G + B ~ 24%. #098E1C is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 142 + 28 = 179 (100%)
R 9 of 179 ~ 5.03%
G 142 of 179 ~ 79.33%
B 28 of 179 ~ 15.64%

%79.33
%15.64

CMYK color model

#098E1C color CMYK value is (94,0,80,44).

  • cyan value is 93.66%
  • magenta value is 0.00%
  • yellow value is 80.28%
  • key color value is 44.31%
CMYK:
(94,0,80,44)
C94M0Y80K44 
(94%,0%,80%,44%)
(0.94/0.00/0.80/0.44)	

CMYK percentages

%93.66
%0
%80.28
%44.31

Codes

Color #098E1C in popluar color models

098E1C
RGB914228
HSL129°88.08%29.61%
HSB/HSV129°93.66%55.69%
CMYK93.66%0.00%80.28%
44.31%

Color #098E1C in popluar number systems.

HEX098E1C
Decimal914228
Binary10011000111011100
Octal1121634

Shades and tints

Shades of #098E1C

#098E1C
(9,142,28)
#09821A
(9,130,26)
#097618
(9,118,24)
#096A16
(9,106,22)
#095E14
(9,94,20)
#095212
(9,82,18)
#094610
(9,70,16)
#093A0E
(9,58,14)
#092E0C
(9,46,12)
#09220A
(9,34,10)
#091608
(9,22,8)
#000000
(0,0,0)

Tints of #098E1C

#098E1C
(9,142,28)
#1F9830
(31,152,48)
#35A244
(53,162,68)
#4BAC58
(75,172,88)
#61B66C
(97,182,108)
#77C080
(119,192,128)
#8DCA94
(141,202,148)
#A3D4A8
(163,212,168)
#B9DEBC
(185,222,188)
#CFE8D0
(207,232,208)
#E5F2E4
(229,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #098E1C color. Also use rgb(9,142,28) instead hex code.

Text Font Color

.myTextColor { color: #098E1C; }

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

This text font color is #098E1C.


Background Color

.myBgColor { background-color: #098E1C; }

<div style="background-color:#098E1C">Inner text</div>

This div background color is #098E1C.


Border color

.myBorderColor { border: 1px solid #098E1C; }

<div style="border:3px solid #098E1C">Div</div>

This div border color is #098E1C.


Opacity

.myOpacity80 { color: #098E1C; opacity: 0.8; }

<p style="color:#098E1C;opacity:0.8;">80%</p>

Text with #098E1C 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 #098E1C;}

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

This text has shadow with #098E1C color.

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

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

This text has shadow with #098E1C primary color and red secondary color.


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

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

This text has shadow with #098E1C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #098E1C on black background.


Color preview on white background

This text has color #098E1C on white background.



Black color preview on #098E1C background

This text has black color on #098E1C background.


White color preview on #098E1C background

This text has white color on #098E1C background.