COLOR #6ADE44

HEX: #6ADE44
RGB: (106,222,68)

Color info

#6ADE44 contains mainly green color. Web safe color of #6ADE44 is #66CC33 (or #6C3).

RGB color model

#6ADE44 color RGB value is (106,222,68).

  • red value is 106;
  • green value is 222;
  • blue value is 68.
RGB:
(106,222,68)
(42%,87%,27%)

RGB channels and saturation

R 106 of 255 = 42%
G 222 of 255 = 87%
B 68 of 255 = 27%

106
222
68

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

Portions of RGB colors in percentages

R + G + B =
106 + 222 + 68 = 396 (100%)
R 106 of 396 ~ 26.77%
G 222 of 396 ~ 56.06%
B 68 of 396 ~ 17.17%

%26.77
%56.06
%17.17

CMYK color model

#6ADE44 color CMYK value is (52,0,69,13).

  • cyan value is 52.25%
  • magenta value is 0.00%
  • yellow value is 69.37%
  • key color value is 12.94%
CMYK:
(52,0,69,13)
C52M0Y69K13 
(52%,0%,69%,13%)
(0.52/0.00/0.69/0.13)	

CMYK percentages

%52.25
%0
%69.37
%12.94

Codes

Color #6ADE44 in popluar color models

6ADE44
RGB10622268
HSL105°70.00%56.86%
HSB/HSV105°69.37%87.06%
CMYK52.25%0.00%69.37%
12.94%

Color #6ADE44 in popluar number systems.

HEX6ADE44
Decimal10622268
Binary1101010110111101000100
Octal152336104

Shades and tints

Shades of #6ADE44

#6ADE44
(106,222,68)
#61CA3E
(97,202,62)
#58B638
(88,182,56)
#4FA232
(79,162,50)
#468E2C
(70,142,44)
#3D7A26
(61,122,38)
#346620
(52,102,32)
#2B521A
(43,82,26)
#223E14
(34,62,20)
#192A0E
(25,42,14)
#101608
(16,22,8)
#000000
(0,0,0)

Tints of #6ADE44

#6ADE44
(106,222,68)
#77E155
(119,225,85)
#84E466
(132,228,102)
#91E777
(145,231,119)
#9EEA88
(158,234,136)
#ABED99
(171,237,153)
#B8F0AA
(184,240,170)
#C5F3BB
(197,243,187)
#D2F6CC
(210,246,204)
#DFF9DD
(223,249,221)
#ECFCEE
(236,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ADE44 color. Also use rgb(106,222,68) instead hex code.

Text Font Color

.myTextColor { color: #6ADE44; }

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

This text font color is #6ADE44.


Background Color

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

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

This div background color is #6ADE44.


Border color

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

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

This div border color is #6ADE44.


Opacity

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

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

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

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

This text has shadow with #6ADE44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6ADE44 on black background.


Color preview on white background

This text has color #6ADE44 on white background.



Black color preview on #6ADE44 background

This text has black color on #6ADE44 background.


White color preview on #6ADE44 background

This text has white color on #6ADE44 background.