COLOR #09C813

HEX: #09C813
RGB: (9,200,19)

Renk bilgisi

#09C813 contains mainly green color. #09C813 ‘ nin web güvenlik rengi #00CC00 (ya da #0C0) dir.

RGB renk modeli

#09C813 color RGB value is (9,200,19).

  • kırmız ton 9;
  • yeşil ton 200;
  • mavi ton 19.
RGB:
(9,200,19)
(4%,78%,7%)

RGB bağlantıları ve doygunluk

R 9 of 255 = 4%
G 200 of 255 = 78%
B 19 of 255 = 7%

9
200
19

R + G + B ~ 30%. #09C813 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
9 + 200 + 19 = 228 (100%)
R 9 of 228 ~ 3.95%
G 200 of 228 ~ 87.72%
B 19 of 228 ~ 8.33%

%87.72

CMYK RENK MODELİ

#09C813 rengi CMYK tonu (96,0,91,22).

  • camgöbeği tonu 95.50%
  • eflatun tonu 0.00%
  • sarı tonu 90.50%
  • ana renk tonu 21.57%
CMYK:
(96,0,91,22)
C96M0Y91K22 
(96%,0%,91%,22%)
(0.96/0.00/0.91/0.22)	

CMYK yüzdeleri

%95.5
%0
%90.5
%21.57

Codes

Color #09C813 in popluar color models

09C813
RGB920019
HSL123°91.39%40.98%
HSB/HSV123°95.50%78.43%
CMYK95.50%0.00%90.50%
21.57%

Color #09C813 in popluar number systems.

HEX09C813
Decimal920019
Binary10011100100010011
Octal1131023

Shades and tints

Shades of #09C813

#09C813
(9,200,19)
#09B612
(9,182,18)
#09A411
(9,164,17)
#099210
(9,146,16)
#09800F
(9,128,15)
#096E0E
(9,110,14)
#095C0D
(9,92,13)
#094A0C
(9,74,12)
#09380B
(9,56,11)
#09260A
(9,38,10)
#091409
(9,20,9)
#000000
(0,0,0)

Tints of #09C813

#09C813
(9,200,19)
#1FCD28
(31,205,40)
#35D23D
(53,210,61)
#4BD752
(75,215,82)
#61DC67
(97,220,103)
#77E17C
(119,225,124)
#8DE691
(141,230,145)
#A3EBA6
(163,235,166)
#B9F0BB
(185,240,187)
#CFF5D0
(207,245,208)
#E5FAE5
(229,250,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09C813 color. Also use rgb(9,200,19) instead hex code.

Text Font Color

.myTextColor { color: #09C813; }

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

This text font color is #09C813.


Background Color

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

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

This div background color is #09C813.


Border color

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

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

This div border color is #09C813.


Opacity

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

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

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

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

This text has shadow with #09C813 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09C813 on black background.


Color preview on white background

This text has color #09C813 on white background.



Black color preview on #09C813 background

This text has black color on #09C813 background.


White color preview on #09C813 background

This text has white color on #09C813 background.