COLOR #099E06

HEX: #099E06
RGB: (9,158,6)

Color info

#099E06 contains mainly green color. Web safe color of #099E06 is #009900 (or #090).

RGB color model

#099E06 color RGB value is (9,158,6).

  • red value is 9;
  • green value is 158;
  • blue value is 6.
RGB:
(9,158,6)
(4%,62%,2%)

RGB channels and saturation

R 9 of 255 = 4%
G 158 of 255 = 62%
B 6 of 255 = 2%

9
158
6

R + G + B ~ 23%. #099E06 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 158 + 6 = 173 (100%)
R 9 of 173 ~ 5.2%
G 158 of 173 ~ 91.33%
B 6 of 173 ~ 3.47%

%91.33

CMYK color model

#099E06 color CMYK value is (94,0,96,38).

  • cyan value is 94.30%
  • magenta value is 0.00%
  • yellow value is 96.20%
  • key color value is 38.04%
CMYK:
(94,0,96,38)
C94M0Y96K38 
(94%,0%,96%,38%)
(0.94/0.00/0.96/0.38)	

CMYK percentages

%94.3
%0
%96.2
%38.04

Codes

Color #099E06 in popluar color models

099E06
RGB91586
HSL119°92.68%32.16%
HSB/HSV119°96.20%61.96%
CMYK94.30%0.00%96.20%
38.04%

Color #099E06 in popluar number systems.

HEX099E06
Decimal91586
Binary100110011110110
Octal112366

Shades and tints

Shades of #099E06

#099E06
(9,158,6)
#099006
(9,144,6)
#098206
(9,130,6)
#097406
(9,116,6)
#096606
(9,102,6)
#095806
(9,88,6)
#094A06
(9,74,6)
#093C06
(9,60,6)
#092E06
(9,46,6)
#092006
(9,32,6)
#091206
(9,18,6)
#000000
(0,0,0)

Tints of #099E06

#099E06
(9,158,6)
#1FA61C
(31,166,28)
#35AE32
(53,174,50)
#4BB648
(75,182,72)
#61BE5E
(97,190,94)
#77C674
(119,198,116)
#8DCE8A
(141,206,138)
#A3D6A0
(163,214,160)
#B9DEB6
(185,222,182)
#CFE6CC
(207,230,204)
#E5EEE2
(229,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #099E06 color. Also use rgb(9,158,6) instead hex code.

Text Font Color

.myTextColor { color: #099E06; }

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

This text font color is #099E06.


Background Color

.myBgColor { background-color: #099E06; }

<div style="background-color:#099E06">Inner text</div>

This div background color is #099E06.


Border color

.myBorderColor { border: 1px solid #099E06; }

<div style="border:3px solid #099E06">Div</div>

This div border color is #099E06.


Opacity

.myOpacity80 { color: #099E06; opacity: 0.8; }

<p style="color:#099E06;opacity:0.8;">80%</p>

Text with #099E06 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 #099E06;}

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

This text has shadow with #099E06 color.

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

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

This text has shadow with #099E06 primary color and red secondary color.


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

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

This text has shadow with #099E06 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #099E06 on black background.


Color preview on white background

This text has color #099E06 on white background.



Black color preview on #099E06 background

This text has black color on #099E06 background.


White color preview on #099E06 background

This text has white color on #099E06 background.