COLOR #09BB27

HEX: #09BB27
RGB: (9,187,39)

Renk bilgisi

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

RGB renk modeli

#09BB27 color RGB value is (9,187,39).

  • kırmız ton 9;
  • yeşil ton 187;
  • mavi ton 39.
RGB:
(9,187,39)
(4%,73%,15%)

RGB bağlantıları ve doygunluk

R 9 of 255 = 4%
G 187 of 255 = 73%
B 39 of 255 = 15%

9
187
39

R + G + B ~ 31%. #09BB27 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
9 + 187 + 39 = 235 (100%)
R 9 of 235 ~ 3.83%
G 187 of 235 ~ 79.57%
B 39 of 235 ~ 16.6%

%79.57
%16.6

CMYK RENK MODELİ

#09BB27 rengi CMYK tonu (95,0,79,27).

  • camgöbeği tonu 95.19%
  • eflatun tonu 0.00%
  • sarı tonu 79.14%
  • ana renk tonu 26.67%
CMYK:
(95,0,79,27)
C95M0Y79K27 
(95%,0%,79%,27%)
(0.95/0.00/0.79/0.27)	

CMYK yüzdeleri

%95.19
%0
%79.14
%26.67

Codes

Color #09BB27 in popluar color models

09BB27
RGB918739
HSL130°90.82%38.43%
HSB/HSV130°95.19%73.33%
CMYK95.19%0.00%79.14%
26.67%

Color #09BB27 in popluar number systems.

HEX09BB27
Decimal918739
Binary100110111011100111
Octal1127347

Shades and tints

Shades of #09BB27

#09BB27
(9,187,39)
#09AA24
(9,170,36)
#099921
(9,153,33)
#09881E
(9,136,30)
#09771B
(9,119,27)
#096618
(9,102,24)
#095515
(9,85,21)
#094412
(9,68,18)
#09330F
(9,51,15)
#09220C
(9,34,12)
#091109
(9,17,9)
#000000
(0,0,0)

Tints of #09BB27

#09BB27
(9,187,39)
#1FC13A
(31,193,58)
#35C74D
(53,199,77)
#4BCD60
(75,205,96)
#61D373
(97,211,115)
#77D986
(119,217,134)
#8DDF99
(141,223,153)
#A3E5AC
(163,229,172)
#B9EBBF
(185,235,191)
#CFF1D2
(207,241,210)
#E5F7E5
(229,247,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09BB27 color. Also use rgb(9,187,39) instead hex code.

Text Font Color

.myTextColor { color: #09BB27; }

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

This text font color is #09BB27.


Background Color

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

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

This div background color is #09BB27.


Border color

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

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

This div border color is #09BB27.


Opacity

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

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

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

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

This text has shadow with #09BB27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09BB27 on black background.


Color preview on white background

This text has color #09BB27 on white background.



Black color preview on #09BB27 background

This text has black color on #09BB27 background.


White color preview on #09BB27 background

This text has white color on #09BB27 background.