COLOR #6AC564

HEX: #6AC564
RGB: (106,197,100)

Color info

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

RGB color model

#6AC564 color RGB value is (106,197,100).

  • red value is 106;
  • green value is 197;
  • blue value is 100.
RGB:
(106,197,100)
(42%,77%,39%)

RGB channels and saturation

R 106 of 255 = 42%
G 197 of 255 = 77%
B 100 of 255 = 39%

106
197
100

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

Portions of RGB colors in percentages

R + G + B =
106 + 197 + 100 = 403 (100%)
R 106 of 403 ~ 26.3%
G 197 of 403 ~ 48.88%
B 100 of 403 ~ 24.81%

%26.3
%48.88
%24.81

CMYK color model

#6AC564 color CMYK value is (46,0,49,23).

  • cyan value is 46.19%
  • magenta value is 0.00%
  • yellow value is 49.24%
  • key color value is 22.75%
CMYK:
(46,0,49,23)
C46M0Y49K23 
(46%,0%,49%,23%)
(0.46/0.00/0.49/0.23)	

CMYK percentages

%46.19
%0
%49.24
%22.75

Codes

Color #6AC564 in popluar color models

6AC564
RGB106197100
HSL116°45.54%58.24%
HSB/HSV116°49.24%77.25%
CMYK46.19%0.00%49.24%
22.75%

Color #6AC564 in popluar number systems.

HEX6AC564
Decimal106197100
Binary1101010110001011100100
Octal152305144

Shades and tints

Shades of #6AC564

#6AC564
(106,197,100)
#61B45B
(97,180,91)
#58A352
(88,163,82)
#4F9249
(79,146,73)
#468140
(70,129,64)
#3D7037
(61,112,55)
#345F2E
(52,95,46)
#2B4E25
(43,78,37)
#223D1C
(34,61,28)
#192C13
(25,44,19)
#101B0A
(16,27,10)
#000000
(0,0,0)

Tints of #6AC564

#6AC564
(106,197,100)
#77CA72
(119,202,114)
#84CF80
(132,207,128)
#91D48E
(145,212,142)
#9ED99C
(158,217,156)
#ABDEAA
(171,222,170)
#B8E3B8
(184,227,184)
#C5E8C6
(197,232,198)
#D2EDD4
(210,237,212)
#DFF2E2
(223,242,226)
#ECF7F0
(236,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AC564 color. Also use rgb(106,197,100) instead hex code.

Text Font Color

.myTextColor { color: #6AC564; }

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

This text font color is #6AC564.


Background Color

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

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

This div background color is #6AC564.


Border color

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

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

This div border color is #6AC564.


Opacity

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

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

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

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

This text has shadow with #6AC564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AC564 on black background.


Color preview on white background

This text has color #6AC564 on white background.



Black color preview on #6AC564 background

This text has black color on #6AC564 background.


White color preview on #6AC564 background

This text has white color on #6AC564 background.