COLOR #6ADE69

HEX: #6ADE69
RGB: (106,222,105)

Color info

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

RGB color model

#6ADE69 color RGB value is (106,222,105).

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

RGB channels and saturation

R 106 of 255 = 42%
G 222 of 255 = 87%
B 105 of 255 = 41%

106
222
105

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

Portions of RGB colors in percentages

R + G + B =
106 + 222 + 105 = 433 (100%)
R 106 of 433 ~ 24.48%
G 222 of 433 ~ 51.27%
B 105 of 433 ~ 24.25%

%24.48
%51.27
%24.25

CMYK color model

#6ADE69 color CMYK value is (52,0,53,13).

  • cyan value is 52.25%
  • magenta value is 0.00%
  • yellow value is 52.70%
  • key color value is 12.94%
CMYK:
(52,0,53,13)
C52M0Y53K13 
(52%,0%,53%,13%)
(0.52/0.00/0.53/0.13)	

CMYK percentages

%52.25
%0
%52.7
%12.94

Codes

Color #6ADE69 in popluar color models

6ADE69
RGB106222105
HSL119°63.93%64.12%
HSB/HSV119°52.70%87.06%
CMYK52.25%0.00%52.70%
12.94%

Color #6ADE69 in popluar number systems.

HEX6ADE69
Decimal106222105
Binary1101010110111101101001
Octal152336151

Shades and tints

Shades of #6ADE69

#6ADE69
(106,222,105)
#61CA60
(97,202,96)
#58B657
(88,182,87)
#4FA24E
(79,162,78)
#468E45
(70,142,69)
#3D7A3C
(61,122,60)
#346633
(52,102,51)
#2B522A
(43,82,42)
#223E21
(34,62,33)
#192A18
(25,42,24)
#10160F
(16,22,15)
#000000
(0,0,0)

Tints of #6ADE69

#6ADE69
(106,222,105)
#77E176
(119,225,118)
#84E483
(132,228,131)
#91E790
(145,231,144)
#9EEA9D
(158,234,157)
#ABEDAA
(171,237,170)
#B8F0B7
(184,240,183)
#C5F3C4
(197,243,196)
#D2F6D1
(210,246,209)
#DFF9DE
(223,249,222)
#ECFCEB
(236,252,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6ADE69; }

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

This text font color is #6ADE69.


Background Color

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

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

This div background color is #6ADE69.


Border color

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

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

This div border color is #6ADE69.


Opacity

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

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

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

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

This text has shadow with #6ADE69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6ADE69 on black background.


Color preview on white background

This text has color #6ADE69 on white background.



Black color preview on #6ADE69 background

This text has black color on #6ADE69 background.


White color preview on #6ADE69 background

This text has white color on #6ADE69 background.