COLOR #6AD372

HEX: #6AD372
RGB: (106,211,114)

Color info

#6AD372 contains mainly green color. Web safe color of #6AD372 is #66CC66 (or #6C6).

RGB color model

#6AD372 color RGB value is (106,211,114).

  • red value is 106;
  • green value is 211;
  • blue value is 114.
RGB:
(106,211,114)
(42%,83%,45%)

RGB channels and saturation

R 106 of 255 = 42%
G 211 of 255 = 83%
B 114 of 255 = 45%

106
211
114

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

Portions of RGB colors in percentages

R + G + B =
106 + 211 + 114 = 431 (100%)
R 106 of 431 ~ 24.59%
G 211 of 431 ~ 48.96%
B 114 of 431 ~ 26.45%

%24.59
%48.96
%26.45

CMYK color model

#6AD372 color CMYK value is (50,0,46,17).

  • cyan value is 49.76%
  • magenta value is 0.00%
  • yellow value is 45.97%
  • key color value is 17.25%
CMYK:
(50,0,46,17)
C50M0Y46K17 
(50%,0%,46%,17%)
(0.50/0.00/0.46/0.17)	

CMYK percentages

%49.76
%0
%45.97
%17.25

Codes

Color #6AD372 in popluar color models

6AD372
RGB106211114
HSL125°54.40%62.16%
HSB/HSV125°49.76%82.75%
CMYK49.76%0.00%45.97%
17.25%

Color #6AD372 in popluar number systems.

HEX6AD372
Decimal106211114
Binary1101010110100111110010
Octal152323162

Shades and tints

Shades of #6AD372

#6AD372
(106,211,114)
#61C068
(97,192,104)
#58AD5E
(88,173,94)
#4F9A54
(79,154,84)
#46874A
(70,135,74)
#3D7440
(61,116,64)
#346136
(52,97,54)
#2B4E2C
(43,78,44)
#223B22
(34,59,34)
#192818
(25,40,24)
#10150E
(16,21,14)
#000000
(0,0,0)

Tints of #6AD372

#6AD372
(106,211,114)
#77D77E
(119,215,126)
#84DB8A
(132,219,138)
#91DF96
(145,223,150)
#9EE3A2
(158,227,162)
#ABE7AE
(171,231,174)
#B8EBBA
(184,235,186)
#C5EFC6
(197,239,198)
#D2F3D2
(210,243,210)
#DFF7DE
(223,247,222)
#ECFBEA
(236,251,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AD372 color. Also use rgb(106,211,114) instead hex code.

Text Font Color

.myTextColor { color: #6AD372; }

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

This text font color is #6AD372.


Background Color

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

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

This div background color is #6AD372.


Border color

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

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

This div border color is #6AD372.


Opacity

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

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

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

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

This text has shadow with #6AD372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AD372 on black background.


Color preview on white background

This text has color #6AD372 on white background.



Black color preview on #6AD372 background

This text has black color on #6AD372 background.


White color preview on #6AD372 background

This text has white color on #6AD372 background.