COLOR #6AD67E

HEX: #6AD67E
RGB: (106,214,126)

Color info

#6AD67E contains mainly green color. Web safe color of #6AD67E is #66CC66 (or #6C6).

RGB color model

#6AD67E color RGB value is (106,214,126).

  • red value is 106;
  • green value is 214;
  • blue value is 126.
RGB:
(106,214,126)
(42%,84%,49%)

RGB channels and saturation

R 106 of 255 = 42%
G 214 of 255 = 84%
B 126 of 255 = 49%

106
214
126

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

Portions of RGB colors in percentages

R + G + B =
106 + 214 + 126 = 446 (100%)
R 106 of 446 ~ 23.77%
G 214 of 446 ~ 47.98%
B 126 of 446 ~ 28.25%

%23.77
%47.98
%28.25

CMYK color model

#6AD67E color CMYK value is (50,0,41,16).

  • cyan value is 50.47%
  • magenta value is 0.00%
  • yellow value is 41.12%
  • key color value is 16.08%
CMYK:
(50,0,41,16)
C50M0Y41K16 
(50%,0%,41%,16%)
(0.50/0.00/0.41/0.16)	

CMYK percentages

%50.47
%0
%41.12
%16.08

Codes

Color #6AD67E in popluar color models

6AD67E
RGB106214126
HSL131°56.84%62.75%
HSB/HSV131°50.47%83.92%
CMYK50.47%0.00%41.12%
16.08%

Color #6AD67E in popluar number systems.

HEX6AD67E
Decimal106214126
Binary1101010110101101111110
Octal152326176

Shades and tints

Shades of #6AD67E

#6AD67E
(106,214,126)
#61C373
(97,195,115)
#58B068
(88,176,104)
#4F9D5D
(79,157,93)
#468A52
(70,138,82)
#3D7747
(61,119,71)
#34643C
(52,100,60)
#2B5131
(43,81,49)
#223E26
(34,62,38)
#192B1B
(25,43,27)
#101810
(16,24,16)
#000000
(0,0,0)

Tints of #6AD67E

#6AD67E
(106,214,126)
#77D989
(119,217,137)
#84DC94
(132,220,148)
#91DF9F
(145,223,159)
#9EE2AA
(158,226,170)
#ABE5B5
(171,229,181)
#B8E8C0
(184,232,192)
#C5EBCB
(197,235,203)
#D2EED6
(210,238,214)
#DFF1E1
(223,241,225)
#ECF4EC
(236,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AD67E color. Also use rgb(106,214,126) instead hex code.

Text Font Color

.myTextColor { color: #6AD67E; }

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

This text font color is #6AD67E.


Background Color

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

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

This div background color is #6AD67E.


Border color

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

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

This div border color is #6AD67E.


Opacity

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

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

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

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

This text has shadow with #6AD67E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AD67E on black background.


Color preview on white background

This text has color #6AD67E on white background.



Black color preview on #6AD67E background

This text has black color on #6AD67E background.


White color preview on #6AD67E background

This text has white color on #6AD67E background.