COLOR #6AC786

HEX: #6AC786
RGB: (106,199,134)

Color info

#6AC786 contains mainly green color. Web safe color of #6AC786 is #66CC99 (or #6C9).

RGB color model

#6AC786 color RGB value is (106,199,134).

  • red value is 106;
  • green value is 199;
  • blue value is 134.
RGB:
(106,199,134)
(42%,78%,53%)

RGB channels and saturation

R 106 of 255 = 42%
G 199 of 255 = 78%
B 134 of 255 = 53%

106
199
134

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

Portions of RGB colors in percentages

R + G + B =
106 + 199 + 134 = 439 (100%)
R 106 of 439 ~ 24.15%
G 199 of 439 ~ 45.33%
B 134 of 439 ~ 30.52%

%24.15
%45.33
%30.52

CMYK color model

#6AC786 color CMYK value is (47,0,33,22).

  • cyan value is 46.73%
  • magenta value is 0.00%
  • yellow value is 32.66%
  • key color value is 21.96%
CMYK:
(47,0,33,22)
C47M0Y33K22 
(47%,0%,33%,22%)
(0.47/0.00/0.33/0.22)	

CMYK percentages

%46.73
%0
%32.66
%21.96

Codes

Color #6AC786 in popluar color models

6AC786
RGB106199134
HSL138°45.37%59.80%
HSB/HSV138°46.73%78.04%
CMYK46.73%0.00%32.66%
21.96%

Color #6AC786 in popluar number systems.

HEX6AC786
Decimal106199134
Binary11010101100011110000110
Octal152307206

Shades and tints

Shades of #6AC786

#6AC786
(106,199,134)
#61B57A
(97,181,122)
#58A36E
(88,163,110)
#4F9162
(79,145,98)
#467F56
(70,127,86)
#3D6D4A
(61,109,74)
#345B3E
(52,91,62)
#2B4932
(43,73,50)
#223726
(34,55,38)
#19251A
(25,37,26)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #6AC786

#6AC786
(106,199,134)
#77CC91
(119,204,145)
#84D19C
(132,209,156)
#91D6A7
(145,214,167)
#9EDBB2
(158,219,178)
#ABE0BD
(171,224,189)
#B8E5C8
(184,229,200)
#C5EAD3
(197,234,211)
#D2EFDE
(210,239,222)
#DFF4E9
(223,244,233)
#ECF9F4
(236,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AC786 color. Also use rgb(106,199,134) instead hex code.

Text Font Color

.myTextColor { color: #6AC786; }

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

This text font color is #6AC786.


Background Color

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

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

This div background color is #6AC786.


Border color

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

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

This div border color is #6AC786.


Opacity

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

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

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

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

This text has shadow with #6AC786 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AC786 on black background.


Color preview on white background

This text has color #6AC786 on white background.



Black color preview on #6AC786 background

This text has black color on #6AC786 background.


White color preview on #6AC786 background

This text has white color on #6AC786 background.