COLOR #099619

HEX: #099619 RGB: (9,150,25)

Color info

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

RGB color model

#099619 color RGB value is (9,150,25).

RGB: (9,150,25) (4%, 59%, 10%)

RGB channels and saturation

R 9 of 255 = 4%
G 150 of 255 = 59%
B 25 of 255 = 10%

9
150
25

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

Portions of RGB colors in percentages

R + G + B = 9 + 150 + 25 = 184 (100%)
R 9 of 184 ~ 4.89%
G 150 of 184 ~ 81.52%
B 25 of 184 ~ 13.59'%

%81.52
%13.59

CMYK color model

#099619 color CMYK value is (94,0,83,41).

  • cyan value is 94.00%
  • magenta value is 0.00%
  • yellow value is 83.33%
  • key color value is 41.18%

CMYK: (94,0,83,41)
C94M0Y83K41 (94%, 0%, 83%, 41%)
(0.94 / 0.00 / 0.83 / 0.41)

CMYK percentages

%94
%0
%83.33
%41.18

Codes

Color #099619 in popluar color models

09 96 19
RGB 9 150 25
HSL 127° 88.68% 31.18%
HSB/HSV 127° 94.00% 58.82%
CMYK 94.00% 0.00% 83.33%
41.18%

Color #099619 in popluar number systems.

HEX 09 96 19
Decimal 9 150 25
Binary 1001 10010110 11001
Octal 11 226 31

Shades and tints

Shades of #099619

#099619
(9,150,25)
#098917
(9,137,23)
#097C15
(9,124,21)
#096F13
(9,111,19)
#096211
(9,98,17)
#09550F
(9,85,15)
#09480D
(9,72,13)
#093B0B
(9,59,11)
#092E09
(9,46,9)
#092107
(9,33,7)
#091405
(9,20,5)
#000000
(0,0,0)

Tints of #099619

#099619
(9,150,25)
#1F9F2D
(31,159,45)
#35A841
(53,168,65)
#4BB155
(75,177,85)
#61BA69
(97,186,105)
#77C37D
(119,195,125)
#8DCC91
(141,204,145)
#A3D5A5
(163,213,165)
#B9DEB9
(185,222,185)
#CFE7CD
(207,231,205)
#E5F0E1
(229,240,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #099619 color. Also use rgb(9,150,25) instead hex code.

Text Font Color

.myTextColor { color: #099619; }

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

This text font color is #099619.

Background Color

.myBgColor { background-color: #099619; }

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

This div background color is #099619.

Border color

.myBorderColor { border: 1px solid #099619; }

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

This div border color is #099619.

Opacity

.myOpacity80 { color: #099619; opacity: 0.8; }

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

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

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

This text has shadow with #099619 color.


.textShadow {text-shadow: 3px 3px 1px #099619', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #099619; -webkit-box-shadow: 1px 1px 3px 2px #099619; box-shadow:1px 1px 3px 2px #099619;">
Div content here
</div>

This div box has shadow with color #099619.

Preview

Color preview on black background

This text has color #099619 on black background.


Color preview on white background

This text has color #099619 on white background.


Black color preview on #099619 background

This text has black color on #099619 background.


White color preview on #099619 background

This text has white color on #099619 background.


Related colors

Complementary color

Complementary color for #hex is #F669E6.


I love getcolorcode.com

Triadic colors

1 #190996 and #961909 with #099619 are triadic colors.

2 #199609 and #960919 with #099619 are triadic colors.