COLOR #6AD126

HEX: #6AD126
RGB: (106,209,38)

Color info

#6AD126 contains mainly green color. Web safe color of #6AD126 is #66CC33 (or #6C3).

RGB color model

#6AD126 color RGB value is (106,209,38).

  • red value is 106;
  • green value is 209;
  • blue value is 38.
RGB:
(106,209,38)
(42%,82%,15%)

RGB channels and saturation

R 106 of 255 = 42%
G 209 of 255 = 82%
B 38 of 255 = 15%

106
209
38

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

Portions of RGB colors in percentages

R + G + B =
106 + 209 + 38 = 353 (100%)
R 106 of 353 ~ 30.03%
G 209 of 353 ~ 59.21%
B 38 of 353 ~ 10.76%

%30.03
%59.21
%10.76

CMYK color model

#6AD126 color CMYK value is (49,0,82,18).

  • cyan value is 49.28%
  • magenta value is 0.00%
  • yellow value is 81.82%
  • key color value is 18.04%
CMYK:
(49,0,82,18)
C49M0Y82K18 
(49%,0%,82%,18%)
(0.49/0.00/0.82/0.18)	

CMYK percentages

%49.28
%0
%81.82
%18.04

Codes

Color #6AD126 in popluar color models

6AD126
RGB10620938
HSL96°69.23%48.43%
HSB/HSV96°81.82%81.96%
CMYK49.28%0.00%81.82%
18.04%

Color #6AD126 in popluar number systems.

HEX6AD126
Decimal10620938
Binary110101011010001100110
Octal15232146

Shades and tints

Shades of #6AD126

#6AD126
(106,209,38)
#61BE23
(97,190,35)
#58AB20
(88,171,32)
#4F981D
(79,152,29)
#46851A
(70,133,26)
#3D7217
(61,114,23)
#345F14
(52,95,20)
#2B4C11
(43,76,17)
#22390E
(34,57,14)
#19260B
(25,38,11)
#101308
(16,19,8)
#000000
(0,0,0)

Tints of #6AD126

#6AD126
(106,209,38)
#77D539
(119,213,57)
#84D94C
(132,217,76)
#91DD5F
(145,221,95)
#9EE172
(158,225,114)
#ABE585
(171,229,133)
#B8E998
(184,233,152)
#C5EDAB
(197,237,171)
#D2F1BE
(210,241,190)
#DFF5D1
(223,245,209)
#ECF9E4
(236,249,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AD126 color. Also use rgb(106,209,38) instead hex code.

Text Font Color

.myTextColor { color: #6AD126; }

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

This text font color is #6AD126.


Background Color

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

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

This div background color is #6AD126.


Border color

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

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

This div border color is #6AD126.


Opacity

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

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

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

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

This text has shadow with #6AD126 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AD126 on black background.


Color preview on white background

This text has color #6AD126 on white background.



Black color preview on #6AD126 background

This text has black color on #6AD126 background.


White color preview on #6AD126 background

This text has white color on #6AD126 background.