COLOR #09AD6A

HEX: #09AD6A RGB: (9,173,106)

Color info

#09AD6A contains mainly green color. Web safe color of #09AD6A is #009966 (or #096).

RGB color model

#09AD6A color RGB value is (9,173,106).

RGB: (9,173,106) (4%, 68%, 42%)

RGB channels and saturation

R 9 of 255 = 4%
G 173 of 255 = 68%
B 106 of 255 = 42%

9
173
106

R + G + B ~ 38%. #09AD6A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 173 + 106 = 288 (100%)
R 9 of 288 ~ 3.13%
G 173 of 288 ~ 60.07%
B 106 of 288 ~ 36.81'%

%60.07
%36.81

CMYK color model

#09AD6A color CMYK value is (95,0,39,32).

  • cyan value is 94.80%
  • magenta value is 0.00%
  • yellow value is 38.73%
  • key color value is 32.16%

CMYK: (95,0,39,32)
C95M0Y39K32 (95%, 0%, 39%, 32%)
(0.95 / 0.00 / 0.39 / 0.32)

CMYK percentages

%94.8
%0
%38.73
%32.16

Codes

Color #09AD6A in popluar color models

09 AD 6A
RGB 9 173 106
HSL 155° 90.11% 35.69%
HSB/HSV 155° 94.80% 67.84%
CMYK 94.80% 0.00% 38.73%
32.16%

Color #09AD6A in popluar number systems.

HEX 09 AD 6A
Decimal 9 173 106
Binary 1001 10101101 1101010
Octal 11 255 152

Shades and tints

Shades of #09AD6A

#09AD6A
(9,173,106)
#099E61
(9,158,97)
#098F58
(9,143,88)
#09804F
(9,128,79)
#097146
(9,113,70)
#09623D
(9,98,61)
#095334
(9,83,52)
#09442B
(9,68,43)
#093522
(9,53,34)
#092619
(9,38,25)
#091710
(9,23,16)
#000000
(0,0,0)

Tints of #09AD6A

#09AD6A
(9,173,106)
#1FB477
(31,180,119)
#35BB84
(53,187,132)
#4BC291
(75,194,145)
#61C99E
(97,201,158)
#77D0AB
(119,208,171)
#8DD7B8
(141,215,184)
#A3DEC5
(163,222,197)
#B9E5D2
(185,229,210)
#CFECDF
(207,236,223)
#E5F3EC
(229,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09AD6A color. Also use rgb(9,173,106) instead hex code.

Text Font Color

.myTextColor { color: #09AD6A; }

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

This text font color is #09AD6A.

Background Color

.myBgColor { background-color: #09AD6A; }

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

This div background color is #09AD6A.

Border color

.myBorderColor { border: 1px solid #09AD6A; }

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

This div border color is #09AD6A.

Opacity

.myOpacity80 { color: #09AD6A; opacity: 0.8; }

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

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

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

This text has shadow with #09AD6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09AD6A.

Preview

Color preview on black background

This text has color #09AD6A on black background.


Color preview on white background

This text has color #09AD6A on white background.


Black color preview on #09AD6A background

This text has black color on #09AD6A background.


White color preview on #09AD6A background

This text has white color on #09AD6A background.


Related colors

Complementary color

Complementary color for #hex is #F65295.


I love getcolorcode.com

Triadic colors

1 #6A09AD and #AD6A09 with #09AD6A are triadic colors.

2 #6AAD09 and #AD096A with #09AD6A are triadic colors.