COLOR #6DAD00

HEX: #6DAD00
RGB: (109,173,0)

Renk bilgisi

#6DAD00 contains mainly green color. #6DAD00 ‘ nin web güvenlik rengi #669900 (ya da #690) dir.

RGB renk modeli

#6DAD00 color RGB value is (109,173,0).

  • kırmız ton 109;
  • yeşil ton 173;
  • mavi ton 0.
RGB:
(109,173,0)
(43%,68%,0%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 173 of 255 = 68%
B 0 of 255 = 0%

109
173
0

R + G + B ~ 37%. #6DAD00 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 173 + 0 = 282 (100%)
R 109 of 282 ~ 38.65%
G 173 of 282 ~ 61.35%
B 0 of 282 ~ 0%

%38.65
%61.35

CMYK RENK MODELİ

#6DAD00 rengi CMYK tonu (37,0,100,32).

  • camgöbeği tonu 36.99%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 32.16%
CMYK:
(37,0,100,32)
C37M0Y100K32 
(37%,0%,100%,32%)
(0.37/0.00/1.00/0.32)	

CMYK yüzdeleri

%36.99
%0
%100
%32.16

Codes

Color #6DAD00 in popluar color models

6DAD00
RGB1091730
HSL82°100.00%33.92%
HSB/HSV82°100.00%67.84%
CMYK36.99%0.00%100.00%
32.16%

Color #6DAD00 in popluar number systems.

HEX6DAD00
Decimal1091730
Binary1101101101011010
Octal1552550

Shades and tints

Shades of #6DAD00

#6DAD00
(109,173,0)
#649E00
(100,158,0)
#5B8F00
(91,143,0)
#528000
(82,128,0)
#497100
(73,113,0)
#406200
(64,98,0)
#375300
(55,83,0)
#2E4400
(46,68,0)
#253500
(37,53,0)
#1C2600
(28,38,0)
#131700
(19,23,0)
#000000
(0,0,0)

Tints of #6DAD00

#6DAD00
(109,173,0)
#7AB417
(122,180,23)
#87BB2E
(135,187,46)
#94C245
(148,194,69)
#A1C95C
(161,201,92)
#AED073
(174,208,115)
#BBD78A
(187,215,138)
#C8DEA1
(200,222,161)
#D5E5B8
(213,229,184)
#E2ECCF
(226,236,207)
#EFF3E6
(239,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DAD00 color. Also use rgb(109,173,0) instead hex code.

Text Font Color

.myTextColor { color: #6DAD00; }

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

This text font color is #6DAD00.


Background Color

.myBgColor { background-color: #6DAD00; }

<div style="background-color:#6DAD00">Inner text</div>

This div background color is #6DAD00.


Border color

.myBorderColor { border: 1px solid #6DAD00; }

<div style="border:3px solid #6DAD00">Div</div>

This div border color is #6DAD00.


Opacity

.myOpacity80 { color: #6DAD00; opacity: 0.8; }

<p style="color:#6DAD00;opacity:0.8;">80%</p>

Text with #6DAD00 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 #6DAD00;}

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

This text has shadow with #6DAD00 color.

.textShadow {text-shadow: 3px 3px 1px #6DAD00, 3px 3px 1px red;}

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

This text has shadow with #6DAD00 primary color and red secondary color.


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

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

This text has shadow with #6DAD00 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DAD00 on black background.


Color preview on white background

This text has color #6DAD00 on white background.



Black color preview on #6DAD00 background

This text has black color on #6DAD00 background.


White color preview on #6DAD00 background

This text has white color on #6DAD00 background.