COLOR #09A523

HEX: #09A523
RGB: (9,165,35)

Renk bilgisi

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

RGB renk modeli

#09A523 color RGB value is (9,165,35).

  • kırmız ton 9;
  • yeşil ton 165;
  • mavi ton 35.
RGB:
(9,165,35)
(4%,65%,14%)

RGB bağlantıları ve doygunluk

R 9 of 255 = 4%
G 165 of 255 = 65%
B 35 of 255 = 14%

9
165
35

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

Yüzdelerle RGB renk parçaları

R + G + B =
9 + 165 + 35 = 209 (100%)
R 9 of 209 ~ 4.31%
G 165 of 209 ~ 78.95%
B 35 of 209 ~ 16.75%

%78.95
%16.75

CMYK RENK MODELİ

#09A523 rengi CMYK tonu (95,0,79,35).

  • camgöbeği tonu 94.55%
  • eflatun tonu 0.00%
  • sarı tonu 78.79%
  • ana renk tonu 35.29%
CMYK:
(95,0,79,35)
C95M0Y79K35 
(95%,0%,79%,35%)
(0.95/0.00/0.79/0.35)	

CMYK yüzdeleri

%94.55
%0
%78.79
%35.29

Codes

Color #09A523 in popluar color models

09A523
RGB916535
HSL130°89.66%34.12%
HSB/HSV130°94.55%64.71%
CMYK94.55%0.00%78.79%
35.29%

Color #09A523 in popluar number systems.

HEX09A523
Decimal916535
Binary100110100101100011
Octal1124543

Shades and tints

Shades of #09A523

#09A523
(9,165,35)
#099620
(9,150,32)
#09871D
(9,135,29)
#09781A
(9,120,26)
#096917
(9,105,23)
#095A14
(9,90,20)
#094B11
(9,75,17)
#093C0E
(9,60,14)
#092D0B
(9,45,11)
#091E08
(9,30,8)
#090F05
(9,15,5)
#000000
(0,0,0)

Tints of #09A523

#09A523
(9,165,35)
#1FAD37
(31,173,55)
#35B54B
(53,181,75)
#4BBD5F
(75,189,95)
#61C573
(97,197,115)
#77CD87
(119,205,135)
#8DD59B
(141,213,155)
#A3DDAF
(163,221,175)
#B9E5C3
(185,229,195)
#CFEDD7
(207,237,215)
#E5F5EB
(229,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09A523 color. Also use rgb(9,165,35) instead hex code.

Text Font Color

.myTextColor { color: #09A523; }

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

This text font color is #09A523.


Background Color

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

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

This div background color is #09A523.


Border color

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

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

This div border color is #09A523.


Opacity

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

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

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

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

This text has shadow with #09A523 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09A523 on black background.


Color preview on white background

This text has color #09A523 on white background.



Black color preview on #09A523 background

This text has black color on #09A523 background.


White color preview on #09A523 background

This text has white color on #09A523 background.