COLOR #6AF28F

HEX: #6AF28F
RGB: (106,242,143)

Color info

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

RGB color model

#6AF28F color RGB value is (106,242,143).

  • red value is 106;
  • green value is 242;
  • blue value is 143.
RGB:
(106,242,143)
(42%,95%,56%)

RGB channels and saturation

R 106 of 255 = 42%
G 242 of 255 = 95%
B 143 of 255 = 56%

106
242
143

R + G + B ~ 64%. #6AF28F is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 242 + 143 = 491 (100%)
R 106 of 491 ~ 21.59%
G 242 of 491 ~ 49.29%
B 143 of 491 ~ 29.12%

%21.59
%49.29
%29.12

CMYK color model

#6AF28F color CMYK value is (56,0,41,5).

  • cyan value is 56.20%
  • magenta value is 0.00%
  • yellow value is 40.91%
  • key color value is 5.10%
CMYK:
(56,0,41,5)
C56M0Y41K5 
(56%,0%,41%,5%)
(0.56/0.00/0.41/0.05)	

CMYK percentages

%56.2
%0
%40.91
%5.1

Codes

Color #6AF28F in popluar color models

6AF28F
RGB106242143
HSL136°83.95%68.24%
HSB/HSV136°56.20%94.90%
CMYK56.20%0.00%40.91%
5.10%

Color #6AF28F in popluar number systems.

HEX6AF28F
Decimal106242143
Binary11010101111001010001111
Octal152362217

Shades and tints

Shades of #6AF28F

#6AF28F
(106,242,143)
#61DC82
(97,220,130)
#58C675
(88,198,117)
#4FB068
(79,176,104)
#469A5B
(70,154,91)
#3D844E
(61,132,78)
#346E41
(52,110,65)
#2B5834
(43,88,52)
#224227
(34,66,39)
#192C1A
(25,44,26)
#10160D
(16,22,13)
#000000
(0,0,0)

Tints of #6AF28F

#6AF28F
(106,242,143)
#77F399
(119,243,153)
#84F4A3
(132,244,163)
#91F5AD
(145,245,173)
#9EF6B7
(158,246,183)
#ABF7C1
(171,247,193)
#B8F8CB
(184,248,203)
#C5F9D5
(197,249,213)
#D2FADF
(210,250,223)
#DFFBE9
(223,251,233)
#ECFCF3
(236,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AF28F color. Also use rgb(106,242,143) instead hex code.

Text Font Color

.myTextColor { color: #6AF28F; }

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

This text font color is #6AF28F.


Background Color

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

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

This div background color is #6AF28F.


Border color

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

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

This div border color is #6AF28F.


Opacity

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

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

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

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

This text has shadow with #6AF28F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AF28F on black background.


Color preview on white background

This text has color #6AF28F on white background.



Black color preview on #6AF28F background

This text has black color on #6AF28F background.


White color preview on #6AF28F background

This text has white color on #6AF28F background.