COLOR #098D42

HEX: #098D42
RGB: (9,141,66)

Color info

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

RGB color model

#098D42 color RGB value is (9,141,66).

  • red value is 9;
  • green value is 141;
  • blue value is 66.
RGB:
(9,141,66)
(4%,55%,26%)

RGB channels and saturation

R 9 of 255 = 4%
G 141 of 255 = 55%
B 66 of 255 = 26%

9
141
66

R + G + B ~ 28%. #098D42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 141 + 66 = 216 (100%)
R 9 of 216 ~ 4.17%
G 141 of 216 ~ 65.28%
B 66 of 216 ~ 30.56%

%65.28
%30.56

CMYK color model

#098D42 color CMYK value is (94,0,53,45).

  • cyan value is 93.62%
  • magenta value is 0.00%
  • yellow value is 53.19%
  • key color value is 44.71%
CMYK:
(94,0,53,45)
C94M0Y53K45 
(94%,0%,53%,45%)
(0.94/0.00/0.53/0.45)	

CMYK percentages

%93.62
%0
%53.19
%44.71

Codes

Color #098D42 in popluar color models

098D42
RGB914166
HSL146°88.00%29.41%
HSB/HSV146°93.62%55.29%
CMYK93.62%0.00%53.19%
44.71%

Color #098D42 in popluar number systems.

HEX098D42
Decimal914166
Binary1001100011011000010
Octal11215102

Shades and tints

Shades of #098D42

#098D42
(9,141,66)
#09813C
(9,129,60)
#097536
(9,117,54)
#096930
(9,105,48)
#095D2A
(9,93,42)
#095124
(9,81,36)
#09451E
(9,69,30)
#093918
(9,57,24)
#092D12
(9,45,18)
#09210C
(9,33,12)
#091506
(9,21,6)
#000000
(0,0,0)

Tints of #098D42

#098D42
(9,141,66)
#1F9753
(31,151,83)
#35A164
(53,161,100)
#4BAB75
(75,171,117)
#61B586
(97,181,134)
#77BF97
(119,191,151)
#8DC9A8
(141,201,168)
#A3D3B9
(163,211,185)
#B9DDCA
(185,221,202)
#CFE7DB
(207,231,219)
#E5F1EC
(229,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #098D42 color. Also use rgb(9,141,66) instead hex code.

Text Font Color

.myTextColor { color: #098D42; }

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

This text font color is #098D42.


Background Color

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

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

This div background color is #098D42.


Border color

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

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

This div border color is #098D42.


Opacity

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

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

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

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

This text has shadow with #098D42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #098D42 on black background.


Color preview on white background

This text has color #098D42 on white background.



Black color preview on #098D42 background

This text has black color on #098D42 background.


White color preview on #098D42 background

This text has white color on #098D42 background.