COLOR #6AEB42

HEX: #6AEB42 RGB: (106,235,66)

Color info

#6AEB42 contains mainly green color. Web safe color of #6AEB42 is #66FF33 (or #6F3).

RGB color model

#6AEB42 color RGB value is (106,235,66).

RGB: (106,235,66) (42%, 92%, 26%)

RGB channels and saturation

R 106 of 255 = 42%
G 235 of 255 = 92%
B 66 of 255 = 26%

106
235
66

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

Portions of RGB colors in percentages

R + G + B = 106 + 235 + 66 = 407 (100%)
R 106 of 407 ~ 26.04%
G 235 of 407 ~ 57.74%
B 66 of 407 ~ 16.22'%

%26.04
%57.74
%16.22

CMYK color model

#6AEB42 color CMYK value is (55,0,72,8).

  • cyan value is 54.89%
  • magenta value is 0.00%
  • yellow value is 71.91%
  • key color value is 7.84%

CMYK: (55,0,72,8)
C55M0Y72K8 (55%, 0%, 72%, 8%)
(0.55 / 0.00 / 0.72 / 0.08)

CMYK percentages

%54.89
%0
%71.91
%7.84

Codes

Color #6AEB42 in popluar color models

6A EB 42
RGB 106 235 66
HSL 106° 80.86% 59.02%
HSB/HSV 106° 71.91% 92.16%
CMYK 54.89% 0.00% 71.91%
7.84%

Color #6AEB42 in popluar number systems.

HEX 6A EB 42
Decimal 106 235 66
Binary 1101010 11101011 1000010
Octal 152 353 102

Shades and tints

Shades of #6AEB42

#6AEB42
(106,235,66)
#61D63C
(97,214,60)
#58C136
(88,193,54)
#4FAC30
(79,172,48)
#46972A
(70,151,42)
#3D8224
(61,130,36)
#346D1E
(52,109,30)
#2B5818
(43,88,24)
#224312
(34,67,18)
#192E0C
(25,46,12)
#101906
(16,25,6)
#000000
(0,0,0)

Tints of #6AEB42

#6AEB42
(106,235,66)
#77EC53
(119,236,83)
#84ED64
(132,237,100)
#91EE75
(145,238,117)
#9EEF86
(158,239,134)
#ABF097
(171,240,151)
#B8F1A8
(184,241,168)
#C5F2B9
(197,242,185)
#D2F3CA
(210,243,202)
#DFF4DB
(223,244,219)
#ECF5EC
(236,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AEB42 color. Also use rgb(106,235,66) instead hex code.

Text Font Color

.myTextColor { color: #6AEB42; }

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

This text font color is #6AEB42.

Background Color

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

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

This div background color is #6AEB42.

Border color

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

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

This div border color is #6AEB42.

Opacity

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

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

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

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

This text has shadow with #6AEB42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AEB42.

Preview

Color preview on black background

This text has color #6AEB42 on black background.


Color preview on white background

This text has color #6AEB42 on white background.


Black color preview on #6AEB42 background

This text has black color on #6AEB42 background.


White color preview on #6AEB42 background

This text has white color on #6AEB42 background.


Related colors

Complementary color

Complementary color for #hex is #9514BD.


I love getcolorcode.com

Triadic colors

1 #426AEB and #EB426A with #6AEB42 are triadic colors.

2 #42EB6A and #EB6A42 with #6AEB42 are triadic colors.