COLOR #6AC86F

HEX: #6AC86F
RGB: (106,200,111)

Color info

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

RGB color model

#6AC86F color RGB value is (106,200,111).

  • red value is 106;
  • green value is 200;
  • blue value is 111.
RGB:
(106,200,111)
(42%,78%,44%)

RGB channels and saturation

R 106 of 255 = 42%
G 200 of 255 = 78%
B 111 of 255 = 44%

106
200
111

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

Portions of RGB colors in percentages

R + G + B =
106 + 200 + 111 = 417 (100%)
R 106 of 417 ~ 25.42%
G 200 of 417 ~ 47.96%
B 111 of 417 ~ 26.62%

%25.42
%47.96
%26.62

CMYK color model

#6AC86F color CMYK value is (47,0,45,22).

  • cyan value is 47.00%
  • magenta value is 0.00%
  • yellow value is 44.50%
  • key color value is 21.57%
CMYK:
(47,0,45,22)
C47M0Y45K22 
(47%,0%,45%,22%)
(0.47/0.00/0.45/0.22)	

CMYK percentages

%47
%0
%44.5
%21.57

Codes

Color #6AC86F in popluar color models

6AC86F
RGB106200111
HSL123°46.08%60.00%
HSB/HSV123°47.00%78.43%
CMYK47.00%0.00%44.50%
21.57%

Color #6AC86F in popluar number systems.

HEX6AC86F
Decimal106200111
Binary1101010110010001101111
Octal152310157

Shades and tints

Shades of #6AC86F

#6AC86F
(106,200,111)
#61B665
(97,182,101)
#58A45B
(88,164,91)
#4F9251
(79,146,81)
#468047
(70,128,71)
#3D6E3D
(61,110,61)
#345C33
(52,92,51)
#2B4A29
(43,74,41)
#22381F
(34,56,31)
#192615
(25,38,21)
#10140B
(16,20,11)
#000000
(0,0,0)

Tints of #6AC86F

#6AC86F
(106,200,111)
#77CD7C
(119,205,124)
#84D289
(132,210,137)
#91D796
(145,215,150)
#9EDCA3
(158,220,163)
#ABE1B0
(171,225,176)
#B8E6BD
(184,230,189)
#C5EBCA
(197,235,202)
#D2F0D7
(210,240,215)
#DFF5E4
(223,245,228)
#ECFAF1
(236,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AC86F color. Also use rgb(106,200,111) instead hex code.

Text Font Color

.myTextColor { color: #6AC86F; }

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

This text font color is #6AC86F.


Background Color

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

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

This div background color is #6AC86F.


Border color

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

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

This div border color is #6AC86F.


Opacity

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

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

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

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

This text has shadow with #6AC86F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AC86F on black background.


Color preview on white background

This text has color #6AC86F on white background.



Black color preview on #6AC86F background

This text has black color on #6AC86F background.


White color preview on #6AC86F background

This text has white color on #6AC86F background.