COLOR #6AF510

HEX: #6AF510
RGB: (106,245,16)

Color info

#6AF510 contains mainly green color. Web safe color of #6AF510 is #66FF00 (or #6F0).

RGB color model

#6AF510 color RGB value is (106,245,16).

  • red value is 106;
  • green value is 245;
  • blue value is 16.
RGB:
(106,245,16)
(42%,96%,6%)

RGB channels and saturation

R 106 of 255 = 42%
G 245 of 255 = 96%
B 16 of 255 = 6%

106
245
16

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

Portions of RGB colors in percentages

R + G + B =
106 + 245 + 16 = 367 (100%)
R 106 of 367 ~ 28.88%
G 245 of 367 ~ 66.76%
B 16 of 367 ~ 4.36%

%28.88
%66.76

CMYK color model

#6AF510 color CMYK value is (57,0,93,4).

  • cyan value is 56.73%
  • magenta value is 0.00%
  • yellow value is 93.47%
  • key color value is 3.92%
CMYK:
(57,0,93,4)
C57M0Y93K4 
(57%,0%,93%,4%)
(0.57/0.00/0.93/0.04)	

CMYK percentages

%56.73
%0
%93.47
%3.92

Codes

Color #6AF510 in popluar color models

6AF510
RGB10624516
HSL96°91.97%51.18%
HSB/HSV96°93.47%96.08%
CMYK56.73%0.00%93.47%
3.92%

Color #6AF510 in popluar number systems.

HEX6AF510
Decimal10624516
Binary11010101111010110000
Octal15236520

Shades and tints

Shades of #6AF510

#6AF510
(106,245,16)
#61DF0F
(97,223,15)
#58C90E
(88,201,14)
#4FB30D
(79,179,13)
#469D0C
(70,157,12)
#3D870B
(61,135,11)
#34710A
(52,113,10)
#2B5B09
(43,91,9)
#224508
(34,69,8)
#192F07
(25,47,7)
#101906
(16,25,6)
#000000
(0,0,0)

Tints of #6AF510

#6AF510
(106,245,16)
#77F525
(119,245,37)
#84F53A
(132,245,58)
#91F54F
(145,245,79)
#9EF564
(158,245,100)
#ABF579
(171,245,121)
#B8F58E
(184,245,142)
#C5F5A3
(197,245,163)
#D2F5B8
(210,245,184)
#DFF5CD
(223,245,205)
#ECF5E2
(236,245,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AF510 color. Also use rgb(106,245,16) instead hex code.

Text Font Color

.myTextColor { color: #6AF510; }

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

This text font color is #6AF510.


Background Color

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

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

This div background color is #6AF510.


Border color

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

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

This div border color is #6AF510.


Opacity

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

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

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

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

This text has shadow with #6AF510 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AF510 on black background.


Color preview on white background

This text has color #6AF510 on white background.



Black color preview on #6AF510 background

This text has black color on #6AF510 background.


White color preview on #6AF510 background

This text has white color on #6AF510 background.