COLOR #6EC14C

HEX: #6EC14C
RGB: (110,193,76)

Renk bilgisi

#6EC14C contains mainly green color. #6EC14C ‘ nin web güvenlik rengi #66CC33 (ya da #6C3) dir.

RGB renk modeli

#6EC14C color RGB value is (110,193,76).

  • kırmız ton 110;
  • yeşil ton 193;
  • mavi ton 76.
RGB:
(110,193,76)
(43%,76%,30%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 193 of 255 = 76%
B 76 of 255 = 30%

110
193
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 193 + 76 = 379 (100%)
R 110 of 379 ~ 29.02%
G 193 of 379 ~ 50.92%
B 76 of 379 ~ 20.05%

%29.02
%50.92
%20.05

CMYK RENK MODELİ

#6EC14C rengi CMYK tonu (43,0,61,24).

  • camgöbeği tonu 43.01%
  • eflatun tonu 0.00%
  • sarı tonu 60.62%
  • ana renk tonu 24.31%
CMYK:
(43,0,61,24)
C43M0Y61K24 
(43%,0%,61%,24%)
(0.43/0.00/0.61/0.24)	

CMYK yüzdeleri

%43.01
%0
%60.62
%24.31

Codes

Color #6EC14C in popluar color models

6EC14C
RGB11019376
HSL103°48.55%52.75%
HSB/HSV103°60.62%75.69%
CMYK43.01%0.00%60.62%
24.31%

Color #6EC14C in popluar number systems.

HEX6EC14C
Decimal11019376
Binary1101110110000011001100
Octal156301114

Shades and tints

Shades of #6EC14C

#6EC14C
(110,193,76)
#64B046
(100,176,70)
#5A9F40
(90,159,64)
#508E3A
(80,142,58)
#467D34
(70,125,52)
#3C6C2E
(60,108,46)
#325B28
(50,91,40)
#284A22
(40,74,34)
#1E391C
(30,57,28)
#142816
(20,40,22)
#0A1710
(10,23,16)
#000000
(0,0,0)

Tints of #6EC14C

#6EC14C
(110,193,76)
#7BC65C
(123,198,92)
#88CB6C
(136,203,108)
#95D07C
(149,208,124)
#A2D58C
(162,213,140)
#AFDA9C
(175,218,156)
#BCDFAC
(188,223,172)
#C9E4BC
(201,228,188)
#D6E9CC
(214,233,204)
#E3EEDC
(227,238,220)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EC14C color. Also use rgb(110,193,76) instead hex code.

Text Font Color

.myTextColor { color: #6EC14C; }

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

This text font color is #6EC14C.


Background Color

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

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

This div background color is #6EC14C.


Border color

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

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

This div border color is #6EC14C.


Opacity

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

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

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

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

This text has shadow with #6EC14C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EC14C on black background.


Color preview on white background

This text has color #6EC14C on white background.



Black color preview on #6EC14C background

This text has black color on #6EC14C background.


White color preview on #6EC14C background

This text has white color on #6EC14C background.