COLOR #09CF49

HEX: #09CF49
RGB: (9,207,73)

Renk bilgisi

#09CF49 contains mainly green color. #09CF49 ‘ nin web güvenlik rengi #00CC33 (ya da #0C3) dir.

RGB renk modeli

#09CF49 color RGB value is (9,207,73).

  • kırmız ton 9;
  • yeşil ton 207;
  • mavi ton 73.
RGB:
(9,207,73)
(4%,81%,29%)

RGB bağlantıları ve doygunluk

R 9 of 255 = 4%
G 207 of 255 = 81%
B 73 of 255 = 29%

9
207
73

R + G + B ~ 38%. #09CF49 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
9 + 207 + 73 = 289 (100%)
R 9 of 289 ~ 3.11%
G 207 of 289 ~ 71.63%
B 73 of 289 ~ 25.26%

%71.63
%25.26

CMYK RENK MODELİ

#09CF49 rengi CMYK tonu (96,0,65,19).

  • camgöbeği tonu 95.65%
  • eflatun tonu 0.00%
  • sarı tonu 64.73%
  • ana renk tonu 18.82%
CMYK:
(96,0,65,19)
C96M0Y65K19 
(96%,0%,65%,19%)
(0.96/0.00/0.65/0.19)	

CMYK yüzdeleri

%95.65
%0
%64.73
%18.82

Codes

Color #09CF49 in popluar color models

09CF49
RGB920773
HSL139°91.67%42.35%
HSB/HSV139°95.65%81.18%
CMYK95.65%0.00%64.73%
18.82%

Color #09CF49 in popluar number systems.

HEX09CF49
Decimal920773
Binary1001110011111001001
Octal11317111

Shades and tints

Shades of #09CF49

#09CF49
(9,207,73)
#09BD43
(9,189,67)
#09AB3D
(9,171,61)
#099937
(9,153,55)
#098731
(9,135,49)
#09752B
(9,117,43)
#096325
(9,99,37)
#09511F
(9,81,31)
#093F19
(9,63,25)
#092D13
(9,45,19)
#091B0D
(9,27,13)
#000000
(0,0,0)

Tints of #09CF49

#09CF49
(9,207,73)
#1FD359
(31,211,89)
#35D769
(53,215,105)
#4BDB79
(75,219,121)
#61DF89
(97,223,137)
#77E399
(119,227,153)
#8DE7A9
(141,231,169)
#A3EBB9
(163,235,185)
#B9EFC9
(185,239,201)
#CFF3D9
(207,243,217)
#E5F7E9
(229,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09CF49 color. Also use rgb(9,207,73) instead hex code.

Text Font Color

.myTextColor { color: #09CF49; }

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

This text font color is #09CF49.


Background Color

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

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

This div background color is #09CF49.


Border color

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

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

This div border color is #09CF49.


Opacity

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

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

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

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

This text has shadow with #09CF49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09CF49 on black background.


Color preview on white background

This text has color #09CF49 on white background.



Black color preview on #09CF49 background

This text has black color on #09CF49 background.


White color preview on #09CF49 background

This text has white color on #09CF49 background.