COLOR #00BD26

HEX: #00BD26
RGB: (0,189,38)

Renk bilgisi

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

RGB renk modeli

#00BD26 color RGB value is (0,189,38).

  • kırmız ton 0;
  • yeşil ton 189;
  • mavi ton 38.
RGB:
(0,189,38)
(0%,74%,15%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 189 of 255 = 74%
B 38 of 255 = 15%

0
189
38

R + G + B ~ 30%. #00BD26 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 189 + 38 = 227 (100%)
R 0 of 227 ~ 0%
G 189 of 227 ~ 83.26%
B 38 of 227 ~ 16.74%

%83.26
%16.74

CMYK RENK MODELİ

#00BD26 rengi CMYK tonu (100,0,80,26).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 79.89%
  • ana renk tonu 25.88%
CMYK:
(100,0,80,26)
C100M0Y80K26 
(100%,0%,80%,26%)
(1.00/0.00/0.80/0.26)	

CMYK yüzdeleri

%100
%0
%79.89
%25.88

Codes

Color #00BD26 in popluar color models

00BD26
RGB018938
HSL132°100.00%37.06%
HSB/HSV132°100.00%74.12%
CMYK100.00%0.00%79.89%
25.88%

Color #00BD26 in popluar number systems.

HEX00BD26
Decimal018938
Binary010111101100110
Octal027546

Shades and tints

Shades of #00BD26

#00BD26
(0,189,38)
#00AC23
(0,172,35)
#009B20
(0,155,32)
#008A1D
(0,138,29)
#00791A
(0,121,26)
#006817
(0,104,23)
#005714
(0,87,20)
#004611
(0,70,17)
#00350E
(0,53,14)
#00240B
(0,36,11)
#001308
(0,19,8)
#000000
(0,0,0)

Tints of #00BD26

#00BD26
(0,189,38)
#17C339
(23,195,57)
#2EC94C
(46,201,76)
#45CF5F
(69,207,95)
#5CD572
(92,213,114)
#73DB85
(115,219,133)
#8AE198
(138,225,152)
#A1E7AB
(161,231,171)
#B8EDBE
(184,237,190)
#CFF3D1
(207,243,209)
#E6F9E4
(230,249,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00BD26 color. Also use rgb(0,189,38) instead hex code.

Text Font Color

.myTextColor { color: #00BD26; }

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

This text font color is #00BD26.


Background Color

.myBgColor { background-color: #00BD26; }

<div style="background-color:#00BD26">Inner text</div>

This div background color is #00BD26.


Border color

.myBorderColor { border: 1px solid #00BD26; }

<div style="border:3px solid #00BD26">Div</div>

This div border color is #00BD26.


Opacity

.myOpacity80 { color: #00BD26; opacity: 0.8; }

<p style="color:#00BD26;opacity:0.8;">80%</p>

Text with #00BD26 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 #00BD26;}

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

This text has shadow with #00BD26 color.

.textShadow {text-shadow: 3px 3px 1px #00BD26, 3px 3px 1px red;}

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

This text has shadow with #00BD26 primary color and red secondary color.


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

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

This text has shadow with #00BD26 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00BD26 on black background.


Color preview on white background

This text has color #00BD26 on white background.



Black color preview on #00BD26 background

This text has black color on #00BD26 background.


White color preview on #00BD26 background

This text has white color on #00BD26 background.