COLOR #098C4A

HEX: #098C4A
RGB: (9,140,74)

Color info

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

RGB color model

#098C4A color RGB value is (9,140,74).

  • red value is 9;
  • green value is 140;
  • blue value is 74.
RGB:
(9,140,74)
(4%,55%,29%)

RGB channels and saturation

R 9 of 255 = 4%
G 140 of 255 = 55%
B 74 of 255 = 29%

9
140
74

R + G + B ~ 29%. #098C4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 140 + 74 = 223 (100%)
R 9 of 223 ~ 4.04%
G 140 of 223 ~ 62.78%
B 74 of 223 ~ 33.18%

%62.78
%33.18

CMYK color model

#098C4A color CMYK value is (94,0,47,45).

  • cyan value is 93.57%
  • magenta value is 0.00%
  • yellow value is 47.14%
  • key color value is 45.10%
CMYK:
(94,0,47,45)
C94M0Y47K45 
(94%,0%,47%,45%)
(0.94/0.00/0.47/0.45)	

CMYK percentages

%93.57
%0
%47.14
%45.1

Codes

Color #098C4A in popluar color models

098C4A
RGB914074
HSL150°87.92%29.22%
HSB/HSV150°93.57%54.90%
CMYK93.57%0.00%47.14%
45.10%

Color #098C4A in popluar number systems.

HEX098C4A
Decimal914074
Binary1001100011001001010
Octal11214112

Shades and tints

Shades of #098C4A

#098C4A
(9,140,74)
#098044
(9,128,68)
#09743E
(9,116,62)
#096838
(9,104,56)
#095C32
(9,92,50)
#09502C
(9,80,44)
#094426
(9,68,38)
#093820
(9,56,32)
#092C1A
(9,44,26)
#092014
(9,32,20)
#09140E
(9,20,14)
#000000
(0,0,0)

Tints of #098C4A

#098C4A
(9,140,74)
#1F965A
(31,150,90)
#35A06A
(53,160,106)
#4BAA7A
(75,170,122)
#61B48A
(97,180,138)
#77BE9A
(119,190,154)
#8DC8AA
(141,200,170)
#A3D2BA
(163,210,186)
#B9DCCA
(185,220,202)
#CFE6DA
(207,230,218)
#E5F0EA
(229,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #098C4A color. Also use rgb(9,140,74) instead hex code.

Text Font Color

.myTextColor { color: #098C4A; }

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

This text font color is #098C4A.


Background Color

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

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

This div background color is #098C4A.


Border color

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

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

This div border color is #098C4A.


Opacity

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

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

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

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

This text has shadow with #098C4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #098C4A on black background.


Color preview on white background

This text has color #098C4A on white background.



Black color preview on #098C4A background

This text has black color on #098C4A background.


White color preview on #098C4A background

This text has white color on #098C4A background.