COLOR #00BD1D

HEX: #00BD1D
RGB: (0,189,29)

Renk bilgisi

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

RGB renk modeli

#00BD1D color RGB value is (0,189,29).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 189 of 255 = 74%
B 29 of 255 = 11%

0
189
29

R + G + B ~ 28%. #00BD1D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 189 + 29 = 218 (100%)
R 0 of 218 ~ 0%
G 189 of 218 ~ 86.7%
B 29 of 218 ~ 13.3%

%86.7
%13.3

CMYK RENK MODELİ

#00BD1D rengi CMYK tonu (100,0,85,26).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 84.66%
  • ana renk tonu 25.88%
CMYK:
(100,0,85,26)
C100M0Y85K26 
(100%,0%,85%,26%)
(1.00/0.00/0.85/0.26)	

CMYK yüzdeleri

%100
%0
%84.66
%25.88

Codes

Color #00BD1D in popluar color models

00BD1D
RGB018929
HSL129°100.00%37.06%
HSB/HSV129°100.00%74.12%
CMYK100.00%0.00%84.66%
25.88%

Color #00BD1D in popluar number systems.

HEX00BD1D
Decimal018929
Binary01011110111101
Octal027535

Shades and tints

Shades of #00BD1D

#00BD1D
(0,189,29)
#00AC1B
(0,172,27)
#009B19
(0,155,25)
#008A17
(0,138,23)
#007915
(0,121,21)
#006813
(0,104,19)
#005711
(0,87,17)
#00460F
(0,70,15)
#00350D
(0,53,13)
#00240B
(0,36,11)
#001309
(0,19,9)
#000000
(0,0,0)

Tints of #00BD1D

#00BD1D
(0,189,29)
#17C331
(23,195,49)
#2EC945
(46,201,69)
#45CF59
(69,207,89)
#5CD56D
(92,213,109)
#73DB81
(115,219,129)
#8AE195
(138,225,149)
#A1E7A9
(161,231,169)
#B8EDBD
(184,237,189)
#CFF3D1
(207,243,209)
#E6F9E5
(230,249,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00BD1D; }

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

This text font color is #00BD1D.


Background Color

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

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

This div background color is #00BD1D.


Border color

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

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

This div border color is #00BD1D.


Opacity

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

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

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

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

This text has shadow with #00BD1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00BD1D on black background.


Color preview on white background

This text has color #00BD1D on white background.



Black color preview on #00BD1D background

This text has black color on #00BD1D background.


White color preview on #00BD1D background

This text has white color on #00BD1D background.