COLOR #6AB44E

HEX: #6AB44E RGB: (106,180,78)

Color info

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

RGB color model

#6AB44E color RGB value is (106,180,78).

RGB: (106,180,78) (42%, 71%, 31%)

RGB channels and saturation

R 106 of 255 = 42%
G 180 of 255 = 71%
B 78 of 255 = 31%

106
180
78

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

Portions of RGB colors in percentages

R + G + B = 106 + 180 + 78 = 364 (100%)
R 106 of 364 ~ 29.12%
G 180 of 364 ~ 49.45%
B 78 of 364 ~ 21.43'%

%29.12
%49.45
%21.43

CMYK color model

#6AB44E color CMYK value is (41,0,57,29).

  • cyan value is 41.11%
  • magenta value is 0.00%
  • yellow value is 56.67%
  • key color value is 29.41%

CMYK: (41,0,57,29)
C41M0Y57K29 (41%, 0%, 57%, 29%)
(0.41 / 0.00 / 0.57 / 0.29)

CMYK percentages

%41.11
%0
%56.67
%29.41

Codes

Color #6AB44E in popluar color models

6A B4 4E
RGB 106 180 78
HSL 104° 40.48% 50.59%
HSB/HSV 104° 56.67% 70.59%
CMYK 41.11% 0.00% 56.67%
29.41%

Color #6AB44E in popluar number systems.

HEX 6A B4 4E
Decimal 106 180 78
Binary 1101010 10110100 1001110
Octal 152 264 116

Shades and tints

Shades of #6AB44E

#6AB44E
(106,180,78)
#61A447
(97,164,71)
#589440
(88,148,64)
#4F8439
(79,132,57)
#467432
(70,116,50)
#3D642B
(61,100,43)
#345424
(52,84,36)
#2B441D
(43,68,29)
#223416
(34,52,22)
#19240F
(25,36,15)
#101408
(16,20,8)
#000000
(0,0,0)

Tints of #6AB44E

#6AB44E
(106,180,78)
#77BA5E
(119,186,94)
#84C06E
(132,192,110)
#91C67E
(145,198,126)
#9ECC8E
(158,204,142)
#ABD29E
(171,210,158)
#B8D8AE
(184,216,174)
#C5DEBE
(197,222,190)
#D2E4CE
(210,228,206)
#DFEADE
(223,234,222)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AB44E; }

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

This text font color is #6AB44E.

Background Color

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

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

This div background color is #6AB44E.

Border color

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

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

This div border color is #6AB44E.

Opacity

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

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

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

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

This text has shadow with #6AB44E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AB44E.

Preview

Color preview on black background

This text has color #6AB44E on black background.


Color preview on white background

This text has color #6AB44E on white background.


Black color preview on #6AB44E background

This text has black color on #6AB44E background.


White color preview on #6AB44E background

This text has white color on #6AB44E background.


Related colors

Complementary color

Complementary color for #hex is #954BB1.


I love getcolorcode.com

Triadic colors

1 #4E6AB4 and #B44E6A with #6AB44E are triadic colors.

2 #4EB46A and #B46A4E with #6AB44E are triadic colors.