COLOR #09BE52

HEX: #09BE52
RGB: (9,190,82)

Renk bilgisi

#09BE52 contains mainly green color. #09BE52 ‘ nin web güvenlik rengi #00CC66 (ya da #0C6) dir.

RGB renk modeli

#09BE52 color RGB value is (9,190,82).

  • kırmız ton 9;
  • yeşil ton 190;
  • mavi ton 82.
RGB:
(9,190,82)
(4%,75%,32%)

RGB bağlantıları ve doygunluk

R 9 of 255 = 4%
G 190 of 255 = 75%
B 82 of 255 = 32%

9
190
82

R + G + B ~ 37%. #09BE52 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
9 + 190 + 82 = 281 (100%)
R 9 of 281 ~ 3.2%
G 190 of 281 ~ 67.62%
B 82 of 281 ~ 29.18%

%67.62
%29.18

CMYK RENK MODELİ

#09BE52 rengi CMYK tonu (95,0,57,25).

  • camgöbeği tonu 95.26%
  • eflatun tonu 0.00%
  • sarı tonu 56.84%
  • ana renk tonu 25.49%
CMYK:
(95,0,57,25)
C95M0Y57K25 
(95%,0%,57%,25%)
(0.95/0.00/0.57/0.25)	

CMYK yüzdeleri

%95.26
%0
%56.84
%25.49

Codes

Color #09BE52 in popluar color models

09BE52
RGB919082
HSL144°90.95%39.02%
HSB/HSV144°95.26%74.51%
CMYK95.26%0.00%56.84%
25.49%

Color #09BE52 in popluar number systems.

HEX09BE52
Decimal919082
Binary1001101111101010010
Octal11276122

Shades and tints

Shades of #09BE52

#09BE52
(9,190,82)
#09AD4B
(9,173,75)
#099C44
(9,156,68)
#098B3D
(9,139,61)
#097A36
(9,122,54)
#09692F
(9,105,47)
#095828
(9,88,40)
#094721
(9,71,33)
#09361A
(9,54,26)
#092513
(9,37,19)
#09140C
(9,20,12)
#000000
(0,0,0)

Tints of #09BE52

#09BE52
(9,190,82)
#1FC361
(31,195,97)
#35C870
(53,200,112)
#4BCD7F
(75,205,127)
#61D28E
(97,210,142)
#77D79D
(119,215,157)
#8DDCAC
(141,220,172)
#A3E1BB
(163,225,187)
#B9E6CA
(185,230,202)
#CFEBD9
(207,235,217)
#E5F0E8
(229,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09BE52 color. Also use rgb(9,190,82) instead hex code.

Text Font Color

.myTextColor { color: #09BE52; }

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

This text font color is #09BE52.


Background Color

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

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

This div background color is #09BE52.


Border color

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

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

This div border color is #09BE52.


Opacity

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

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

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

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

This text has shadow with #09BE52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09BE52 on black background.


Color preview on white background

This text has color #09BE52 on white background.



Black color preview on #09BE52 background

This text has black color on #09BE52 background.


White color preview on #09BE52 background

This text has white color on #09BE52 background.