COLOR #096E1A

HEX: #096E1A RGB: (9,110,26)

Color info

#096E1A contains mainly green color. Web safe color of #096E1A is #006600 (or #060).

RGB color model

#096E1A color RGB value is (9,110,26).

RGB: (9,110,26) (4%, 43%, 10%)

RGB channels and saturation

R 9 of 255 = 4%
G 110 of 255 = 43%
B 26 of 255 = 10%

9
110
26

R + G + B ~ 19%. #096E1A is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 110 + 26 = 145 (100%)
R 9 of 145 ~ 6.21%
G 110 of 145 ~ 75.86%
B 26 of 145 ~ 17.93'%

%75.86
%17.93

CMYK color model

#096E1A color CMYK value is (92,0,76,57).

  • cyan value is 91.82%
  • magenta value is 0.00%
  • yellow value is 76.36%
  • key color value is 56.86%

CMYK: (92,0,76,57)
C92M0Y76K57 (92%, 0%, 76%, 57%)
(0.92 / 0.00 / 0.76 / 0.57)

CMYK percentages

%91.82
%0
%76.36
%56.86

Codes

Color #096E1A in popluar color models

09 6E 1A
RGB 9 110 26
HSL 130° 84.87% 23.33%
HSB/HSV 130° 91.82% 43.14%
CMYK 91.82% 0.00% 76.36%
56.86%

Color #096E1A in popluar number systems.

HEX 09 6E 1A
Decimal 9 110 26
Binary 1001 1101110 11010
Octal 11 156 32

Shades and tints

Shades of #096E1A

#096E1A
(9,110,26)
#096418
(9,100,24)
#095A16
(9,90,22)
#095014
(9,80,20)
#094612
(9,70,18)
#093C10
(9,60,16)
#09320E
(9,50,14)
#09280C
(9,40,12)
#091E0A
(9,30,10)
#091408
(9,20,8)
#090A06
(9,10,6)
#000000
(0,0,0)

Tints of #096E1A

#096E1A
(9,110,26)
#1F7B2E
(31,123,46)
#358842
(53,136,66)
#4B9556
(75,149,86)
#61A26A
(97,162,106)
#77AF7E
(119,175,126)
#8DBC92
(141,188,146)
#A3C9A6
(163,201,166)
#B9D6BA
(185,214,186)
#CFE3CE
(207,227,206)
#E5F0E2
(229,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #096E1A color. Also use rgb(9,110,26) instead hex code.

Text Font Color

.myTextColor { color: #096E1A; }

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

This text font color is #096E1A.

Background Color

.myBgColor { background-color: #096E1A; }

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

This div background color is #096E1A.

Border color

.myBorderColor { border: 1px solid #096E1A; }

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

This div border color is #096E1A.

Opacity

.myOpacity80 { color: #096E1A; opacity: 0.8; }

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

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

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

This text has shadow with #096E1A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #096E1A.

Preview

Color preview on black background

This text has color #096E1A on black background.


Color preview on white background

This text has color #096E1A on white background.


Black color preview on #096E1A background

This text has black color on #096E1A background.


White color preview on #096E1A background

This text has white color on #096E1A background.


Related colors

Complementary color

Complementary color for #hex is #F691E5.


I love getcolorcode.com

Triadic colors

1 #1A096E and #6E1A09 with #096E1A are triadic colors.

2 #1A6E09 and #6E091A with #096E1A are triadic colors.