COLOR #6AC040

HEX: #6AC040
RGB: (106,192,64)

Color info

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

RGB color model

#6AC040 color RGB value is (106,192,64).

  • red value is 106;
  • green value is 192;
  • blue value is 64.
RGB:
(106,192,64)
(42%,75%,25%)

RGB channels and saturation

R 106 of 255 = 42%
G 192 of 255 = 75%
B 64 of 255 = 25%

106
192
64

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

Portions of RGB colors in percentages

R + G + B =
106 + 192 + 64 = 362 (100%)
R 106 of 362 ~ 29.28%
G 192 of 362 ~ 53.04%
B 64 of 362 ~ 17.68%

%29.28
%53.04
%17.68

CMYK color model

#6AC040 color CMYK value is (45,0,67,25).

  • cyan value is 44.79%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 24.71%
CMYK:
(45,0,67,25)
C45M0Y67K25 
(45%,0%,67%,25%)
(0.45/0.00/0.67/0.25)	

CMYK percentages

%44.79
%0
%66.67
%24.71

Codes

Color #6AC040 in popluar color models

6AC040
RGB10619264
HSL100°50.39%50.20%
HSB/HSV100°66.67%75.29%
CMYK44.79%0.00%66.67%
24.71%

Color #6AC040 in popluar number systems.

HEX6AC040
Decimal10619264
Binary1101010110000001000000
Octal152300100

Shades and tints

Shades of #6AC040

#6AC040
(106,192,64)
#61AF3B
(97,175,59)
#589E36
(88,158,54)
#4F8D31
(79,141,49)
#467C2C
(70,124,44)
#3D6B27
(61,107,39)
#345A22
(52,90,34)
#2B491D
(43,73,29)
#223818
(34,56,24)
#192713
(25,39,19)
#10160E
(16,22,14)
#000000
(0,0,0)

Tints of #6AC040

#6AC040
(106,192,64)
#77C551
(119,197,81)
#84CA62
(132,202,98)
#91CF73
(145,207,115)
#9ED484
(158,212,132)
#ABD995
(171,217,149)
#B8DEA6
(184,222,166)
#C5E3B7
(197,227,183)
#D2E8C8
(210,232,200)
#DFEDD9
(223,237,217)
#ECF2EA
(236,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AC040 color. Also use rgb(106,192,64) instead hex code.

Text Font Color

.myTextColor { color: #6AC040; }

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

This text font color is #6AC040.


Background Color

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

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

This div background color is #6AC040.


Border color

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

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

This div border color is #6AC040.


Opacity

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

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

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

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

This text has shadow with #6AC040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AC040 on black background.


Color preview on white background

This text has color #6AC040 on white background.



Black color preview on #6AC040 background

This text has black color on #6AC040 background.


White color preview on #6AC040 background

This text has white color on #6AC040 background.