COLOR #6CF1A0

HEX: #6CF1A0
RGB: (108,241,160)

Color info

#6CF1A0 contains mainly green color. Web safe color of #6CF1A0 is #66FF99 (or #6F9).

RGB color model

#6CF1A0 color RGB value is (108,241,160).

  • red value is 108;
  • green value is 241;
  • blue value is 160.
RGB:
(108,241,160)
(42%,95%,63%)

RGB channels and saturation

R 108 of 255 = 42%
G 241 of 255 = 95%
B 160 of 255 = 63%

108
241
160

R + G + B ~ 67%. #6CF1A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
108 + 241 + 160 = 509 (100%)
R 108 of 509 ~ 21.22%
G 241 of 509 ~ 47.35%
B 160 of 509 ~ 31.43%

%21.22
%47.35
%31.43

CMYK color model

#6CF1A0 color CMYK value is (55,0,34,5).

  • cyan value is 55.19%
  • magenta value is 0.00%
  • yellow value is 33.61%
  • key color value is 5.49%
CMYK:
(55,0,34,5)
C55M0Y34K5 
(55%,0%,34%,5%)
(0.55/0.00/0.34/0.05)	

CMYK percentages

%55.19
%0
%33.61
%5.49

Codes

Color #6CF1A0 in popluar color models

6CF1A0
RGB108241160
HSL143°82.61%68.43%
HSB/HSV143°55.19%94.51%
CMYK55.19%0.00%33.61%
5.49%

Color #6CF1A0 in popluar number systems.

HEX6CF1A0
Decimal108241160
Binary11011001111000110100000
Octal154361240

Shades and tints

Shades of #6CF1A0

#6CF1A0
(108,241,160)
#63DC92
(99,220,146)
#5AC784
(90,199,132)
#51B276
(81,178,118)
#489D68
(72,157,104)
#3F885A
(63,136,90)
#36734C
(54,115,76)
#2D5E3E
(45,94,62)
#244930
(36,73,48)
#1B3422
(27,52,34)
#121F14
(18,31,20)
#000000
(0,0,0)

Tints of #6CF1A0

#6CF1A0
(108,241,160)
#79F2A8
(121,242,168)
#86F3B0
(134,243,176)
#93F4B8
(147,244,184)
#A0F5C0
(160,245,192)
#ADF6C8
(173,246,200)
#BAF7D0
(186,247,208)
#C7F8D8
(199,248,216)
#D4F9E0
(212,249,224)
#E1FAE8
(225,250,232)
#EEFBF0
(238,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CF1A0 color. Also use rgb(108,241,160) instead hex code.

Text Font Color

.myTextColor { color: #6CF1A0; }

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

This text font color is #6CF1A0.


Background Color

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

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

This div background color is #6CF1A0.


Border color

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

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

This div border color is #6CF1A0.


Opacity

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

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

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

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

This text has shadow with #6CF1A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CF1A0 on black background.


Color preview on white background

This text has color #6CF1A0 on white background.



Black color preview on #6CF1A0 background

This text has black color on #6CF1A0 background.


White color preview on #6CF1A0 background

This text has white color on #6CF1A0 background.