COLOR #09AD20

HEX: #09AD20
RGB: (9,173,32)

Renk bilgisi

#09AD20 contains mainly green color. #09AD20 ‘ nin web güvenlik rengi #009933 (ya da #093) dir.

RGB renk modeli

#09AD20 color RGB value is (9,173,32).

  • kırmız ton 9;
  • yeşil ton 173;
  • mavi ton 32.
RGB:
(9,173,32)
(4%,68%,13%)

RGB bağlantıları ve doygunluk

R 9 of 255 = 4%
G 173 of 255 = 68%
B 32 of 255 = 13%

9
173
32

R + G + B ~ 28%. #09AD20 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
9 + 173 + 32 = 214 (100%)
R 9 of 214 ~ 4.21%
G 173 of 214 ~ 80.84%
B 32 of 214 ~ 14.95%

%80.84
%14.95

CMYK RENK MODELİ

#09AD20 rengi CMYK tonu (95,0,82,32).

  • camgöbeği tonu 94.80%
  • eflatun tonu 0.00%
  • sarı tonu 81.50%
  • ana renk tonu 32.16%
CMYK:
(95,0,82,32)
C95M0Y82K32 
(95%,0%,82%,32%)
(0.95/0.00/0.82/0.32)	

CMYK yüzdeleri

%94.8
%0
%81.5
%32.16

Codes

Color #09AD20 in popluar color models

09AD20
RGB917332
HSL128°90.11%35.69%
HSB/HSV128°94.80%67.84%
CMYK94.80%0.00%81.50%
32.16%

Color #09AD20 in popluar number systems.

HEX09AD20
Decimal917332
Binary100110101101100000
Octal1125540

Shades and tints

Shades of #09AD20

#09AD20
(9,173,32)
#099E1E
(9,158,30)
#098F1C
(9,143,28)
#09801A
(9,128,26)
#097118
(9,113,24)
#096216
(9,98,22)
#095314
(9,83,20)
#094412
(9,68,18)
#093510
(9,53,16)
#09260E
(9,38,14)
#09170C
(9,23,12)
#000000
(0,0,0)

Tints of #09AD20

#09AD20
(9,173,32)
#1FB434
(31,180,52)
#35BB48
(53,187,72)
#4BC25C
(75,194,92)
#61C970
(97,201,112)
#77D084
(119,208,132)
#8DD798
(141,215,152)
#A3DEAC
(163,222,172)
#B9E5C0
(185,229,192)
#CFECD4
(207,236,212)
#E5F3E8
(229,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09AD20; }

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

This text font color is #09AD20.


Background Color

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

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

This div background color is #09AD20.


Border color

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

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

This div border color is #09AD20.


Opacity

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

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

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

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

This text has shadow with #09AD20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09AD20 on black background.


Color preview on white background

This text has color #09AD20 on white background.



Black color preview on #09AD20 background

This text has black color on #09AD20 background.


White color preview on #09AD20 background

This text has white color on #09AD20 background.