COLOR #6AD293

HEX: #6AD293
RGB: (106,210,147)

Color info

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

RGB color model

#6AD293 color RGB value is (106,210,147).

  • red value is 106;
  • green value is 210;
  • blue value is 147.
RGB:
(106,210,147)
(42%,82%,58%)

RGB channels and saturation

R 106 of 255 = 42%
G 210 of 255 = 82%
B 147 of 255 = 58%

106
210
147

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

Portions of RGB colors in percentages

R + G + B =
106 + 210 + 147 = 463 (100%)
R 106 of 463 ~ 22.89%
G 210 of 463 ~ 45.36%
B 147 of 463 ~ 31.75%

%22.89
%45.36
%31.75

CMYK color model

#6AD293 color CMYK value is (50,0,30,18).

  • cyan value is 49.52%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 17.65%
CMYK:
(50,0,30,18)
C50M0Y30K18 
(50%,0%,30%,18%)
(0.50/0.00/0.30/0.18)	

CMYK percentages

%49.52
%0
%30
%17.65

Codes

Color #6AD293 in popluar color models

6AD293
RGB106210147
HSL144°53.61%61.96%
HSB/HSV144°49.52%82.35%
CMYK49.52%0.00%30.00%
17.65%

Color #6AD293 in popluar number systems.

HEX6AD293
Decimal106210147
Binary11010101101001010010011
Octal152322223

Shades and tints

Shades of #6AD293

#6AD293
(106,210,147)
#61BF86
(97,191,134)
#58AC79
(88,172,121)
#4F996C
(79,153,108)
#46865F
(70,134,95)
#3D7352
(61,115,82)
#346045
(52,96,69)
#2B4D38
(43,77,56)
#223A2B
(34,58,43)
#19271E
(25,39,30)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #6AD293

#6AD293
(106,210,147)
#77D69C
(119,214,156)
#84DAA5
(132,218,165)
#91DEAE
(145,222,174)
#9EE2B7
(158,226,183)
#ABE6C0
(171,230,192)
#B8EAC9
(184,234,201)
#C5EED2
(197,238,210)
#D2F2DB
(210,242,219)
#DFF6E4
(223,246,228)
#ECFAED
(236,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AD293 color. Also use rgb(106,210,147) instead hex code.

Text Font Color

.myTextColor { color: #6AD293; }

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

This text font color is #6AD293.


Background Color

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

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

This div background color is #6AD293.


Border color

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

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

This div border color is #6AD293.


Opacity

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

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

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

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

This text has shadow with #6AD293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AD293 on black background.


Color preview on white background

This text has color #6AD293 on white background.



Black color preview on #6AD293 background

This text has black color on #6AD293 background.


White color preview on #6AD293 background

This text has white color on #6AD293 background.