COLOR #6ABC4E

HEX: #6ABC4E RGB: (106,188,78)

Color info

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

RGB color model

#6ABC4E color RGB value is (106,188,78).

RGB: (106,188,78) (42%, 74%, 31%)

RGB channels and saturation

R 106 of 255 = 42%
G 188 of 255 = 74%
B 78 of 255 = 31%

106
188
78

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

Portions of RGB colors in percentages

R + G + B = 106 + 188 + 78 = 372 (100%)
R 106 of 372 ~ 28.49%
G 188 of 372 ~ 50.54%
B 78 of 372 ~ 20.97'%

%28.49
%50.54
%20.97

CMYK color model

#6ABC4E color CMYK value is (44,0,59,26).

  • cyan value is 43.62%
  • magenta value is 0.00%
  • yellow value is 58.51%
  • key color value is 26.27%

CMYK: (44,0,59,26)
C44M0Y59K26 (44%, 0%, 59%, 26%)
(0.44 / 0.00 / 0.59 / 0.26)

CMYK percentages

%43.62
%0
%58.51
%26.27

Codes

Color #6ABC4E in popluar color models

6A BC 4E
RGB 106 188 78
HSL 105° 45.08% 52.16%
HSB/HSV 105° 58.51% 73.73%
CMYK 43.62% 0.00% 58.51%
26.27%

Color #6ABC4E in popluar number systems.

HEX 6A BC 4E
Decimal 106 188 78
Binary 1101010 10111100 1001110
Octal 152 274 116

Shades and tints

Shades of #6ABC4E

#6ABC4E
(106,188,78)
#61AB47
(97,171,71)
#589A40
(88,154,64)
#4F8939
(79,137,57)
#467832
(70,120,50)
#3D672B
(61,103,43)
#345624
(52,86,36)
#2B451D
(43,69,29)
#223416
(34,52,22)
#19230F
(25,35,15)
#101208
(16,18,8)
#000000
(0,0,0)

Tints of #6ABC4E

#6ABC4E
(106,188,78)
#77C25E
(119,194,94)
#84C86E
(132,200,110)
#91CE7E
(145,206,126)
#9ED48E
(158,212,142)
#ABDA9E
(171,218,158)
#B8E0AE
(184,224,174)
#C5E6BE
(197,230,190)
#D2ECCE
(210,236,206)
#DFF2DE
(223,242,222)
#ECF8EE
(236,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ABC4E color. Also use rgb(106,188,78) instead hex code.

Text Font Color

.myTextColor { color: #6ABC4E; }

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

This text font color is #6ABC4E.

Background Color

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

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

This div background color is #6ABC4E.

Border color

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

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

This div border color is #6ABC4E.

Opacity

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

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

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

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

This text has shadow with #6ABC4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6ABC4E.

Preview

Color preview on black background

This text has color #6ABC4E on black background.


Color preview on white background

This text has color #6ABC4E on white background.


Black color preview on #6ABC4E background

This text has black color on #6ABC4E background.


White color preview on #6ABC4E background

This text has white color on #6ABC4E background.


Related colors

Complementary color

Complementary color for #hex is #9543B1.


I love getcolorcode.com

Triadic colors

1 #4E6ABC and #BC4E6A with #6ABC4E are triadic colors.

2 #4EBC6A and #BC6A4E with #6ABC4E are triadic colors.