COLOR #6AD695

HEX: #6AD695 RGB: (106,214,149)

Color info

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

RGB color model

#6AD695 color RGB value is (106,214,149).

RGB: (106,214,149) (42%, 84%, 58%)

RGB channels and saturation

R 106 of 255 = 42%
G 214 of 255 = 84%
B 149 of 255 = 58%

106
214
149

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

Portions of RGB colors in percentages

R + G + B = 106 + 214 + 149 = 469 (100%)
R 106 of 469 ~ 22.6%
G 214 of 469 ~ 45.63%
B 149 of 469 ~ 31.77'%

%22.6
%45.63
%31.77

CMYK color model

#6AD695 color CMYK value is (50,0,30,16).

  • cyan value is 50.47%
  • magenta value is 0.00%
  • yellow value is 30.37%
  • key color value is 16.08%

CMYK: (50,0,30,16)
C50M0Y30K16 (50%, 0%, 30%, 16%)
(0.50 / 0.00 / 0.30 / 0.16)

CMYK percentages

%50.47
%0
%30.37
%16.08

Codes

Color #6AD695 in popluar color models

6A D6 95
RGB 106 214 149
HSL 144° 56.84% 62.75%
HSB/HSV 144° 50.47% 83.92%
CMYK 50.47% 0.00% 30.37%
16.08%

Color #6AD695 in popluar number systems.

HEX 6A D6 95
Decimal 106 214 149
Binary 1101010 11010110 10010101
Octal 152 326 225

Shades and tints

Shades of #6AD695

#6AD695
(106,214,149)
#61C388
(97,195,136)
#58B07B
(88,176,123)
#4F9D6E
(79,157,110)
#468A61
(70,138,97)
#3D7754
(61,119,84)
#346447
(52,100,71)
#2B513A
(43,81,58)
#223E2D
(34,62,45)
#192B20
(25,43,32)
#101813
(16,24,19)
#000000
(0,0,0)

Tints of #6AD695

#6AD695
(106,214,149)
#77D99E
(119,217,158)
#84DCA7
(132,220,167)
#91DFB0
(145,223,176)
#9EE2B9
(158,226,185)
#ABE5C2
(171,229,194)
#B8E8CB
(184,232,203)
#C5EBD4
(197,235,212)
#D2EEDD
(210,238,221)
#DFF1E6
(223,241,230)
#ECF4EF
(236,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AD695 color. Also use rgb(106,214,149) instead hex code.

Text Font Color

.myTextColor { color: #6AD695; }

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

This text font color is #6AD695.

Background Color

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

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

This div background color is #6AD695.

Border color

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

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

This div border color is #6AD695.

Opacity

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

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

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

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

This text has shadow with #6AD695 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AD695.

Preview

Color preview on black background

This text has color #6AD695 on black background.


Color preview on white background

This text has color #6AD695 on white background.


Black color preview on #6AD695 background

This text has black color on #6AD695 background.


White color preview on #6AD695 background

This text has white color on #6AD695 background.


Related colors

Complementary color

Complementary color for #hex is #95296A.


I love getcolorcode.com

Triadic colors

1 #956AD6 and #D6956A with #6AD695 are triadic colors.

2 #95D66A and #D66A95 with #6AD695 are triadic colors.