COLOR #09AC0F

HEX: #09AC0F RGB: (9,172,15)

Color info

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

RGB color model

#09AC0F color RGB value is (9,172,15).

RGB: (9,172,15) (4%, 67%, 6%)

RGB channels and saturation

R 9 of 255 = 4%
G 172 of 255 = 67%
B 15 of 255 = 6%

9
172
15

R + G + B ~ 26%. #09AC0F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 172 + 15 = 196 (100%)
R 9 of 196 ~ 4.59%
G 172 of 196 ~ 87.76%
B 15 of 196 ~ 7.65'%

%87.76

CMYK color model

#09AC0F color CMYK value is (95,0,91,33).

  • cyan value is 94.77%
  • magenta value is 0.00%
  • yellow value is 91.28%
  • key color value is 32.55%

CMYK: (95,0,91,33)
C95M0Y91K33 (95%, 0%, 91%, 33%)
(0.95 / 0.00 / 0.91 / 0.33)

CMYK percentages

%94.77
%0
%91.28
%32.55

Codes

Color #09AC0F in popluar color models

09 AC 0F
RGB 9 172 15
HSL 122° 90.06% 35.49%
HSB/HSV 122° 94.77% 67.45%
CMYK 94.77% 0.00% 91.28%
32.55%

Color #09AC0F in popluar number systems.

HEX 09 AC 0F
Decimal 9 172 15
Binary 1001 10101100 1111
Octal 11 254 17

Shades and tints

Shades of #09AC0F

#09AC0F
(9,172,15)
#099D0E
(9,157,14)
#098E0D
(9,142,13)
#097F0C
(9,127,12)
#09700B
(9,112,11)
#09610A
(9,97,10)
#095209
(9,82,9)
#094308
(9,67,8)
#093407
(9,52,7)
#092506
(9,37,6)
#091605
(9,22,5)
#000000
(0,0,0)

Tints of #09AC0F

#09AC0F
(9,172,15)
#1FB324
(31,179,36)
#35BA39
(53,186,57)
#4BC14E
(75,193,78)
#61C863
(97,200,99)
#77CF78
(119,207,120)
#8DD68D
(141,214,141)
#A3DDA2
(163,221,162)
#B9E4B7
(185,228,183)
#CFEBCC
(207,235,204)
#E5F2E1
(229,242,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09AC0F color. Also use rgb(9,172,15) instead hex code.

Text Font Color

.myTextColor { color: #09AC0F; }

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

This text font color is #09AC0F.

Background Color

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

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

This div background color is #09AC0F.

Border color

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

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

This div border color is #09AC0F.

Opacity

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

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

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

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

This text has shadow with #09AC0F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09AC0F.

Preview

Color preview on black background

This text has color #09AC0F on black background.


Color preview on white background

This text has color #09AC0F on white background.


Black color preview on #09AC0F background

This text has black color on #09AC0F background.


White color preview on #09AC0F background

This text has white color on #09AC0F background.


Related colors

Complementary color

Complementary color for #hex is #F653F0.


I love getcolorcode.com

Triadic colors

1 #0F09AC and #AC0F09 with #09AC0F are triadic colors.

2 #0FAC09 and #AC090F with #09AC0F are triadic colors.