COLOR #6AD39B

HEX: #6AD39B
RGB: (106,211,155)

Renk bilgisi

#6AD39B contains mainly green and blue colors. #6AD39B ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#6AD39B color RGB value is (106,211,155).

  • kırmız ton 106;
  • yeşil ton 211;
  • mavi ton 155.
RGB:
(106,211,155)
(42%,83%,61%)

RGB bağlantıları ve doygunluk

R 106 of 255 = 42%
G 211 of 255 = 83%
B 155 of 255 = 61%

106
211
155

R + G + B ~ 62%. #6AD39B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
106 + 211 + 155 = 472 (100%)
R 106 of 472 ~ 22.46%
G 211 of 472 ~ 44.7%
B 155 of 472 ~ 32.84%

%22.46
%44.7
%32.84

CMYK RENK MODELİ

#6AD39B rengi CMYK tonu (50,0,27,17).

  • camgöbeği tonu 49.76%
  • eflatun tonu 0.00%
  • sarı tonu 26.54%
  • ana renk tonu 17.25%
CMYK:
(50,0,27,17)
C50M0Y27K17 
(50%,0%,27%,17%)
(0.50/0.00/0.27/0.17)	

CMYK yüzdeleri

%49.76
%0
%26.54
%17.25

Codes

Color #6AD39B in popluar color models

6AD39B
RGB106211155
HSL148°54.40%62.16%
HSB/HSV148°49.76%82.75%
CMYK49.76%0.00%26.54%
17.25%

Color #6AD39B in popluar number systems.

HEX6AD39B
Decimal106211155
Binary11010101101001110011011
Octal152323233

Shades and tints

Shades of #6AD39B

#6AD39B
(106,211,155)
#61C08D
(97,192,141)
#58AD7F
(88,173,127)
#4F9A71
(79,154,113)
#468763
(70,135,99)
#3D7455
(61,116,85)
#346147
(52,97,71)
#2B4E39
(43,78,57)
#223B2B
(34,59,43)
#19281D
(25,40,29)
#10150F
(16,21,15)
#000000
(0,0,0)

Tints of #6AD39B

#6AD39B
(106,211,155)
#77D7A4
(119,215,164)
#84DBAD
(132,219,173)
#91DFB6
(145,223,182)
#9EE3BF
(158,227,191)
#ABE7C8
(171,231,200)
#B8EBD1
(184,235,209)
#C5EFDA
(197,239,218)
#D2F3E3
(210,243,227)
#DFF7EC
(223,247,236)
#ECFBF5
(236,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AD39B color. Also use rgb(106,211,155) instead hex code.

Text Font Color

.myTextColor { color: #6AD39B; }

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

This text font color is #6AD39B.


Background Color

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

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

This div background color is #6AD39B.


Border color

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

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

This div border color is #6AD39B.


Opacity

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

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

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

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

This text has shadow with #6AD39B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AD39B on black background.


Color preview on white background

This text has color #6AD39B on white background.



Black color preview on #6AD39B background

This text has black color on #6AD39B background.


White color preview on #6AD39B background

This text has white color on #6AD39B background.