COLOR #6AD95F

HEX: #6AD95F RGB: (106,217,95)

Color info

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

RGB color model

#6AD95F color RGB value is (106,217,95).

RGB: (106,217,95) (42%, 85%, 37%)

RGB channels and saturation

R 106 of 255 = 42%
G 217 of 255 = 85%
B 95 of 255 = 37%

106
217
95

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

Portions of RGB colors in percentages

R + G + B = 106 + 217 + 95 = 418 (100%)
R 106 of 418 ~ 25.36%
G 217 of 418 ~ 51.91%
B 95 of 418 ~ 22.73'%

%25.36
%51.91
%22.73

CMYK color model

#6AD95F color CMYK value is (51,0,56,15).

  • cyan value is 51.15%
  • magenta value is 0.00%
  • yellow value is 56.22%
  • key color value is 14.90%

CMYK: (51,0,56,15)
C51M0Y56K15 (51%, 0%, 56%, 15%)
(0.51 / 0.00 / 0.56 / 0.15)

CMYK percentages

%51.15
%0
%56.22
%14.9

Codes

Color #6AD95F in popluar color models

6A D9 5F
RGB 106 217 95
HSL 115° 61.62% 61.18%
HSB/HSV 115° 56.22% 85.10%
CMYK 51.15% 0.00% 56.22%
14.90%

Color #6AD95F in popluar number systems.

HEX 6A D9 5F
Decimal 106 217 95
Binary 1101010 11011001 1011111
Octal 152 331 137

Shades and tints

Shades of #6AD95F

#6AD95F
(106,217,95)
#61C657
(97,198,87)
#58B34F
(88,179,79)
#4FA047
(79,160,71)
#468D3F
(70,141,63)
#3D7A37
(61,122,55)
#34672F
(52,103,47)
#2B5427
(43,84,39)
#22411F
(34,65,31)
#192E17
(25,46,23)
#101B0F
(16,27,15)
#000000
(0,0,0)

Tints of #6AD95F

#6AD95F
(106,217,95)
#77DC6D
(119,220,109)
#84DF7B
(132,223,123)
#91E289
(145,226,137)
#9EE597
(158,229,151)
#ABE8A5
(171,232,165)
#B8EBB3
(184,235,179)
#C5EEC1
(197,238,193)
#D2F1CF
(210,241,207)
#DFF4DD
(223,244,221)
#ECF7EB
(236,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AD95F; }

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

This text font color is #6AD95F.

Background Color

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

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

This div background color is #6AD95F.

Border color

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

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

This div border color is #6AD95F.

Opacity

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

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

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

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

This text has shadow with #6AD95F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AD95F.

Preview

Color preview on black background

This text has color #6AD95F on black background.


Color preview on white background

This text has color #6AD95F on white background.


Black color preview on #6AD95F background

This text has black color on #6AD95F background.


White color preview on #6AD95F background

This text has white color on #6AD95F background.


Related colors

Complementary color

Complementary color for #hex is #9526A0.


I love getcolorcode.com

Triadic colors

1 #5F6AD9 and #D95F6A with #6AD95F are triadic colors.

2 #5FD96A and #D96A5F with #6AD95F are triadic colors.