COLOR #6AF262

HEX: #6AF262
RGB: (106,242,98)

Color info

#6AF262 contains mainly green color. Web safe color of #6AF262 is #66FF66 (or #6F6).

RGB color model

#6AF262 color RGB value is (106,242,98).

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

RGB channels and saturation

R 106 of 255 = 42%
G 242 of 255 = 95%
B 98 of 255 = 38%

106
242
98

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

Portions of RGB colors in percentages

R + G + B =
106 + 242 + 98 = 446 (100%)
R 106 of 446 ~ 23.77%
G 242 of 446 ~ 54.26%
B 98 of 446 ~ 21.97%

%23.77
%54.26
%21.97

CMYK color model

#6AF262 color CMYK value is (56,0,60,5).

  • cyan value is 56.20%
  • magenta value is 0.00%
  • yellow value is 59.50%
  • key color value is 5.10%
CMYK:
(56,0,60,5)
C56M0Y60K5 
(56%,0%,60%,5%)
(0.56/0.00/0.60/0.05)	

CMYK percentages

%56.2
%0
%59.5
%5.1

Codes

Color #6AF262 in popluar color models

6AF262
RGB10624298
HSL117°84.71%66.67%
HSB/HSV117°59.50%94.90%
CMYK56.20%0.00%59.50%
5.10%

Color #6AF262 in popluar number systems.

HEX6AF262
Decimal10624298
Binary1101010111100101100010
Octal152362142

Shades and tints

Shades of #6AF262

#6AF262
(106,242,98)
#61DC5A
(97,220,90)
#58C652
(88,198,82)
#4FB04A
(79,176,74)
#469A42
(70,154,66)
#3D843A
(61,132,58)
#346E32
(52,110,50)
#2B582A
(43,88,42)
#224222
(34,66,34)
#192C1A
(25,44,26)
#101612
(16,22,18)
#000000
(0,0,0)

Tints of #6AF262

#6AF262
(106,242,98)
#77F370
(119,243,112)
#84F47E
(132,244,126)
#91F58C
(145,245,140)
#9EF69A
(158,246,154)
#ABF7A8
(171,247,168)
#B8F8B6
(184,248,182)
#C5F9C4
(197,249,196)
#D2FAD2
(210,250,210)
#DFFBE0
(223,251,224)
#ECFCEE
(236,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AF262; }

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

This text font color is #6AF262.


Background Color

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

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

This div background color is #6AF262.


Border color

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

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

This div border color is #6AF262.


Opacity

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

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

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

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

This text has shadow with #6AF262 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AF262 on black background.


Color preview on white background

This text has color #6AF262 on white background.



Black color preview on #6AF262 background

This text has black color on #6AF262 background.


White color preview on #6AF262 background

This text has white color on #6AF262 background.