COLOR #6AFA1D

HEX: #6AFA1D
RGB: (106,250,29)

Color info

#6AFA1D contains mainly green color. Web safe color of #6AFA1D is #66FF33 (or #6F3).

RGB color model

#6AFA1D color RGB value is (106,250,29).

  • red value is 106;
  • green value is 250;
  • blue value is 29.
RGB:
(106,250,29)
(42%,98%,11%)

RGB channels and saturation

R 106 of 255 = 42%
G 250 of 255 = 98%
B 29 of 255 = 11%

106
250
29

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

Portions of RGB colors in percentages

R + G + B =
106 + 250 + 29 = 385 (100%)
R 106 of 385 ~ 27.53%
G 250 of 385 ~ 64.94%
B 29 of 385 ~ 7.53%

%27.53
%64.94

CMYK color model

#6AFA1D color CMYK value is (58,0,88,2).

  • cyan value is 57.60%
  • magenta value is 0.00%
  • yellow value is 88.40%
  • key color value is 1.96%
CMYK:
(58,0,88,2)
C58M0Y88K2 
(58%,0%,88%,2%)
(0.58/0.00/0.88/0.02)	

CMYK percentages

%57.6
%0
%88.4
%1.96

Codes

Color #6AFA1D in popluar color models

6AFA1D
RGB10625029
HSL99°95.67%54.71%
HSB/HSV99°88.40%98.04%
CMYK57.60%0.00%88.40%
1.96%

Color #6AFA1D in popluar number systems.

HEX6AFA1D
Decimal10625029
Binary11010101111101011101
Octal15237235

Shades and tints

Shades of #6AFA1D

#6AFA1D
(106,250,29)
#61E41B
(97,228,27)
#58CE19
(88,206,25)
#4FB817
(79,184,23)
#46A215
(70,162,21)
#3D8C13
(61,140,19)
#347611
(52,118,17)
#2B600F
(43,96,15)
#224A0D
(34,74,13)
#19340B
(25,52,11)
#101E09
(16,30,9)
#000000
(0,0,0)

Tints of #6AFA1D

#6AFA1D
(106,250,29)
#77FA31
(119,250,49)
#84FA45
(132,250,69)
#91FA59
(145,250,89)
#9EFA6D
(158,250,109)
#ABFA81
(171,250,129)
#B8FA95
(184,250,149)
#C5FAA9
(197,250,169)
#D2FABD
(210,250,189)
#DFFAD1
(223,250,209)
#ECFAE5
(236,250,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AFA1D color. Also use rgb(106,250,29) instead hex code.

Text Font Color

.myTextColor { color: #6AFA1D; }

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

This text font color is #6AFA1D.


Background Color

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

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

This div background color is #6AFA1D.


Border color

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

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

This div border color is #6AFA1D.


Opacity

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

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

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

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

This text has shadow with #6AFA1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AFA1D on black background.


Color preview on white background

This text has color #6AFA1D on white background.



Black color preview on #6AFA1D background

This text has black color on #6AFA1D background.


White color preview on #6AFA1D background

This text has white color on #6AFA1D background.