COLOR #6AD422

HEX: #6AD422 RGB: (106,212,34)

Color info

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

RGB color model

#6AD422 color RGB value is (106,212,34).

RGB: (106,212,34) (42%, 83%, 13%)

RGB channels and saturation

R 106 of 255 = 42%
G 212 of 255 = 83%
B 34 of 255 = 13%

106
212
34

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

Portions of RGB colors in percentages

R + G + B = 106 + 212 + 34 = 352 (100%)
R 106 of 352 ~ 30.11%
G 212 of 352 ~ 60.23%
B 34 of 352 ~ 9.66'%

%30.11
%60.23

CMYK color model

#6AD422 color CMYK value is (50,0,84,17).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 83.96%
  • key color value is 16.86%

CMYK: (50,0,84,17)
C50M0Y84K17 (50%, 0%, 84%, 17%)
(0.50 / 0.00 / 0.84 / 0.17)

CMYK percentages

%50
%0
%83.96
%16.86

Codes

Color #6AD422 in popluar color models

6A D4 22
RGB 106 212 34
HSL 96° 72.36% 48.24%
HSB/HSV 96° 83.96% 83.14%
CMYK 50.00% 0.00% 83.96%
16.86%

Color #6AD422 in popluar number systems.

HEX 6A D4 22
Decimal 106 212 34
Binary 1101010 11010100 100010
Octal 152 324 42

Shades and tints

Shades of #6AD422

#6AD422
(106,212,34)
#61C11F
(97,193,31)
#58AE1C
(88,174,28)
#4F9B19
(79,155,25)
#468816
(70,136,22)
#3D7513
(61,117,19)
#346210
(52,98,16)
#2B4F0D
(43,79,13)
#223C0A
(34,60,10)
#192907
(25,41,7)
#101604
(16,22,4)
#000000
(0,0,0)

Tints of #6AD422

#6AD422
(106,212,34)
#77D736
(119,215,54)
#84DA4A
(132,218,74)
#91DD5E
(145,221,94)
#9EE072
(158,224,114)
#ABE386
(171,227,134)
#B8E69A
(184,230,154)
#C5E9AE
(197,233,174)
#D2ECC2
(210,236,194)
#DFEFD6
(223,239,214)
#ECF2EA
(236,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AD422 color. Also use rgb(106,212,34) instead hex code.

Text Font Color

.myTextColor { color: #6AD422; }

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

This text font color is #6AD422.

Background Color

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

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

This div background color is #6AD422.

Border color

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

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

This div border color is #6AD422.

Opacity

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

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

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

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

This text has shadow with #6AD422 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AD422.

Preview

Color preview on black background

This text has color #6AD422 on black background.


Color preview on white background

This text has color #6AD422 on white background.


Black color preview on #6AD422 background

This text has black color on #6AD422 background.


White color preview on #6AD422 background

This text has white color on #6AD422 background.


Related colors

Complementary color

Complementary color for #hex is #952BDD.


I love getcolorcode.com

Triadic colors

1 #226AD4 and #D4226A with #6AD422 are triadic colors.

2 #22D46A and #D46A22 with #6AD422 are triadic colors.