COLOR #09A712

HEX: #09A712
RGB: (9,167,18)

Renk bilgisi

#09A712 contains mainly green color. #09A712 ‘ nin web güvenlik rengi #009900 (ya da #090) dir.

RGB renk modeli

#09A712 color RGB value is (9,167,18).

  • kırmız ton 9;
  • yeşil ton 167;
  • mavi ton 18.
RGB:
(9,167,18)
(4%,65%,7%)

RGB bağlantıları ve doygunluk

R 9 of 255 = 4%
G 167 of 255 = 65%
B 18 of 255 = 7%

9
167
18

R + G + B ~ 25%. #09A712 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
9 + 167 + 18 = 194 (100%)
R 9 of 194 ~ 4.64%
G 167 of 194 ~ 86.08%
B 18 of 194 ~ 9.28%

%86.08

CMYK RENK MODELİ

#09A712 rengi CMYK tonu (95,0,89,35).

  • camgöbeği tonu 94.61%
  • eflatun tonu 0.00%
  • sarı tonu 89.22%
  • ana renk tonu 34.51%
CMYK:
(95,0,89,35)
C95M0Y89K35 
(95%,0%,89%,35%)
(0.95/0.00/0.89/0.35)	

CMYK yüzdeleri

%94.61
%0
%89.22
%34.51

Codes

Color #09A712 in popluar color models

09A712
RGB916718
HSL123°89.77%34.51%
HSB/HSV123°94.61%65.49%
CMYK94.61%0.00%89.22%
34.51%

Color #09A712 in popluar number systems.

HEX09A712
Decimal916718
Binary10011010011110010
Octal1124722

Shades and tints

Shades of #09A712

#09A712
(9,167,18)
#099811
(9,152,17)
#098910
(9,137,16)
#097A0F
(9,122,15)
#096B0E
(9,107,14)
#095C0D
(9,92,13)
#094D0C
(9,77,12)
#093E0B
(9,62,11)
#092F0A
(9,47,10)
#092009
(9,32,9)
#091108
(9,17,8)
#000000
(0,0,0)

Tints of #09A712

#09A712
(9,167,18)
#1FAF27
(31,175,39)
#35B73C
(53,183,60)
#4BBF51
(75,191,81)
#61C766
(97,199,102)
#77CF7B
(119,207,123)
#8DD790
(141,215,144)
#A3DFA5
(163,223,165)
#B9E7BA
(185,231,186)
#CFEFCF
(207,239,207)
#E5F7E4
(229,247,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09A712 color. Also use rgb(9,167,18) instead hex code.

Text Font Color

.myTextColor { color: #09A712; }

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

This text font color is #09A712.


Background Color

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

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

This div background color is #09A712.


Border color

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

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

This div border color is #09A712.


Opacity

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

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

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

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

This text has shadow with #09A712 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09A712 on black background.


Color preview on white background

This text has color #09A712 on white background.



Black color preview on #09A712 background

This text has black color on #09A712 background.


White color preview on #09A712 background

This text has white color on #09A712 background.