COLOR #098E10

HEX: #098E10
RGB: (9,142,16)

Color info

#098E10 contains mainly green color. Web safe color of #098E10 is #009900 (or #090).

RGB color model

#098E10 color RGB value is (9,142,16).

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

RGB channels and saturation

R 9 of 255 = 4%
G 142 of 255 = 56%
B 16 of 255 = 6%

9
142
16

R + G + B ~ 22%. #098E10 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 142 + 16 = 167 (100%)
R 9 of 167 ~ 5.39%
G 142 of 167 ~ 85.03%
B 16 of 167 ~ 9.58%

%85.03
%9.58

CMYK color model

#098E10 color CMYK value is (94,0,89,44).

  • cyan value is 93.66%
  • magenta value is 0.00%
  • yellow value is 88.73%
  • key color value is 44.31%
CMYK:
(94,0,89,44)
C94M0Y89K44 
(94%,0%,89%,44%)
(0.94/0.00/0.89/0.44)	

CMYK percentages

%93.66
%0
%88.73
%44.31

Codes

Color #098E10 in popluar color models

098E10
RGB914216
HSL123°88.08%29.61%
HSB/HSV123°93.66%55.69%
CMYK93.66%0.00%88.73%
44.31%

Color #098E10 in popluar number systems.

HEX098E10
Decimal914216
Binary10011000111010000
Octal1121620

Shades and tints

Shades of #098E10

#098E10
(9,142,16)
#09820F
(9,130,15)
#09760E
(9,118,14)
#096A0D
(9,106,13)
#095E0C
(9,94,12)
#09520B
(9,82,11)
#09460A
(9,70,10)
#093A09
(9,58,9)
#092E08
(9,46,8)
#092207
(9,34,7)
#091606
(9,22,6)
#000000
(0,0,0)

Tints of #098E10

#098E10
(9,142,16)
#1F9825
(31,152,37)
#35A23A
(53,162,58)
#4BAC4F
(75,172,79)
#61B664
(97,182,100)
#77C079
(119,192,121)
#8DCA8E
(141,202,142)
#A3D4A3
(163,212,163)
#B9DEB8
(185,222,184)
#CFE8CD
(207,232,205)
#E5F2E2
(229,242,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #098E10; }

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

This text font color is #098E10.


Background Color

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

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

This div background color is #098E10.


Border color

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

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

This div border color is #098E10.


Opacity

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

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

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

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

This text has shadow with #098E10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #098E10 on black background.


Color preview on white background

This text has color #098E10 on white background.



Black color preview on #098E10 background

This text has black color on #098E10 background.


White color preview on #098E10 background

This text has white color on #098E10 background.