COLOR #6AAD15

HEX: #6AAD15
RGB: (106,173,21)

Color info

#6AAD15 contains mainly green color. Web safe color of #6AAD15 is #669900 (or #690).

RGB color model

#6AAD15 color RGB value is (106,173,21).

  • red value is 106;
  • green value is 173;
  • blue value is 21.
RGB:
(106,173,21)
(42%,68%,8%)

RGB channels and saturation

R 106 of 255 = 42%
G 173 of 255 = 68%
B 21 of 255 = 8%

106
173
21

R + G + B ~ 39%. #6AAD15 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 173 + 21 = 300 (100%)
R 106 of 300 ~ 35.33%
G 173 of 300 ~ 57.67%
B 21 of 300 ~ 7%

%35.33
%57.67

CMYK color model

#6AAD15 color CMYK value is (39,0,88,32).

  • cyan value is 38.73%
  • magenta value is 0.00%
  • yellow value is 87.86%
  • key color value is 32.16%
CMYK:
(39,0,88,32)
C39M0Y88K32 
(39%,0%,88%,32%)
(0.39/0.00/0.88/0.32)	

CMYK percentages

%38.73
%0
%87.86
%32.16

Codes

Color #6AAD15 in popluar color models

6AAD15
RGB10617321
HSL86°78.35%38.04%
HSB/HSV86°87.86%67.84%
CMYK38.73%0.00%87.86%
32.16%

Color #6AAD15 in popluar number systems.

HEX6AAD15
Decimal10617321
Binary11010101010110110101
Octal15225525

Shades and tints

Shades of #6AAD15

#6AAD15
(106,173,21)
#619E14
(97,158,20)
#588F13
(88,143,19)
#4F8012
(79,128,18)
#467111
(70,113,17)
#3D6210
(61,98,16)
#34530F
(52,83,15)
#2B440E
(43,68,14)
#22350D
(34,53,13)
#19260C
(25,38,12)
#10170B
(16,23,11)
#000000
(0,0,0)

Tints of #6AAD15

#6AAD15
(106,173,21)
#77B42A
(119,180,42)
#84BB3F
(132,187,63)
#91C254
(145,194,84)
#9EC969
(158,201,105)
#ABD07E
(171,208,126)
#B8D793
(184,215,147)
#C5DEA8
(197,222,168)
#D2E5BD
(210,229,189)
#DFECD2
(223,236,210)
#ECF3E7
(236,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AAD15 color. Also use rgb(106,173,21) instead hex code.

Text Font Color

.myTextColor { color: #6AAD15; }

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

This text font color is #6AAD15.


Background Color

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

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

This div background color is #6AAD15.


Border color

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

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

This div border color is #6AAD15.


Opacity

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

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

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

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

This text has shadow with #6AAD15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AAD15 on black background.


Color preview on white background

This text has color #6AAD15 on white background.



Black color preview on #6AAD15 background

This text has black color on #6AAD15 background.


White color preview on #6AAD15 background

This text has white color on #6AAD15 background.