COLOR #6AE379

HEX: #6AE379
RGB: (106,227,121)

Renk bilgisi

#6AE379 contains mainly green color. #6AE379 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#6AE379 color RGB value is (106,227,121).

  • kırmız ton 106;
  • yeşil ton 227;
  • mavi ton 121.
RGB:
(106,227,121)
(42%,89%,47%)

RGB bağlantıları ve doygunluk

R 106 of 255 = 42%
G 227 of 255 = 89%
B 121 of 255 = 47%

106
227
121

R + G + B ~ 59%. #6AE379 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
106 + 227 + 121 = 454 (100%)
R 106 of 454 ~ 23.35%
G 227 of 454 ~ 50%
B 121 of 454 ~ 26.65%

%23.35
%50
%26.65

CMYK RENK MODELİ

#6AE379 rengi CMYK tonu (53,0,47,11).

  • camgöbeği tonu 53.30%
  • eflatun tonu 0.00%
  • sarı tonu 46.70%
  • ana renk tonu 10.98%
CMYK:
(53,0,47,11)
C53M0Y47K11 
(53%,0%,47%,11%)
(0.53/0.00/0.47/0.11)	

CMYK yüzdeleri

%53.3
%0
%46.7
%10.98

Codes

Color #6AE379 in popluar color models

6AE379
RGB106227121
HSL127°68.36%65.29%
HSB/HSV127°53.30%89.02%
CMYK53.30%0.00%46.70%
10.98%

Color #6AE379 in popluar number systems.

HEX6AE379
Decimal106227121
Binary1101010111000111111001
Octal152343171

Shades and tints

Shades of #6AE379

#6AE379
(106,227,121)
#61CF6E
(97,207,110)
#58BB63
(88,187,99)
#4FA758
(79,167,88)
#46934D
(70,147,77)
#3D7F42
(61,127,66)
#346B37
(52,107,55)
#2B572C
(43,87,44)
#224321
(34,67,33)
#192F16
(25,47,22)
#101B0B
(16,27,11)
#000000
(0,0,0)

Tints of #6AE379

#6AE379
(106,227,121)
#77E585
(119,229,133)
#84E791
(132,231,145)
#91E99D
(145,233,157)
#9EEBA9
(158,235,169)
#ABEDB5
(171,237,181)
#B8EFC1
(184,239,193)
#C5F1CD
(197,241,205)
#D2F3D9
(210,243,217)
#DFF5E5
(223,245,229)
#ECF7F1
(236,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AE379 color. Also use rgb(106,227,121) instead hex code.

Text Font Color

.myTextColor { color: #6AE379; }

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

This text font color is #6AE379.


Background Color

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

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

This div background color is #6AE379.


Border color

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

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

This div border color is #6AE379.


Opacity

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

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

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

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

This text has shadow with #6AE379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AE379 on black background.


Color preview on white background

This text has color #6AE379 on white background.



Black color preview on #6AE379 background

This text has black color on #6AE379 background.


White color preview on #6AE379 background

This text has white color on #6AE379 background.