COLOR #6AD991

HEX: #6AD991
RGB: (106,217,145)

Color info

#6AD991 contains mainly green color. Web safe color of #6AD991 is #66CC99 (or #6C9).

RGB color model

#6AD991 color RGB value is (106,217,145).

  • red value is 106;
  • green value is 217;
  • blue value is 145.
RGB:
(106,217,145)
(42%,85%,57%)

RGB channels and saturation

R 106 of 255 = 42%
G 217 of 255 = 85%
B 145 of 255 = 57%

106
217
145

R + G + B ~ 61%. #6AD991 is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 217 + 145 = 468 (100%)
R 106 of 468 ~ 22.65%
G 217 of 468 ~ 46.37%
B 145 of 468 ~ 30.98%

%22.65
%46.37
%30.98

CMYK color model

#6AD991 color CMYK value is (51,0,33,15).

  • cyan value is 51.15%
  • magenta value is 0.00%
  • yellow value is 33.18%
  • key color value is 14.90%
CMYK:
(51,0,33,15)
C51M0Y33K15 
(51%,0%,33%,15%)
(0.51/0.00/0.33/0.15)	

CMYK percentages

%51.15
%0
%33.18
%14.9

Codes

Color #6AD991 in popluar color models

6AD991
RGB106217145
HSL141°59.36%63.33%
HSB/HSV141°51.15%85.10%
CMYK51.15%0.00%33.18%
14.90%

Color #6AD991 in popluar number systems.

HEX6AD991
Decimal106217145
Binary11010101101100110010001
Octal152331221

Shades and tints

Shades of #6AD991

#6AD991
(106,217,145)
#61C684
(97,198,132)
#58B377
(88,179,119)
#4FA06A
(79,160,106)
#468D5D
(70,141,93)
#3D7A50
(61,122,80)
#346743
(52,103,67)
#2B5436
(43,84,54)
#224129
(34,65,41)
#192E1C
(25,46,28)
#101B0F
(16,27,15)
#000000
(0,0,0)

Tints of #6AD991

#6AD991
(106,217,145)
#77DC9B
(119,220,155)
#84DFA5
(132,223,165)
#91E2AF
(145,226,175)
#9EE5B9
(158,229,185)
#ABE8C3
(171,232,195)
#B8EBCD
(184,235,205)
#C5EED7
(197,238,215)
#D2F1E1
(210,241,225)
#DFF4EB
(223,244,235)
#ECF7F5
(236,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AD991 color. Also use rgb(106,217,145) instead hex code.

Text Font Color

.myTextColor { color: #6AD991; }

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

This text font color is #6AD991.


Background Color

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

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

This div background color is #6AD991.


Border color

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

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

This div border color is #6AD991.


Opacity

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

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

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

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

This text has shadow with #6AD991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AD991 on black background.


Color preview on white background

This text has color #6AD991 on white background.



Black color preview on #6AD991 background

This text has black color on #6AD991 background.


White color preview on #6AD991 background

This text has white color on #6AD991 background.