COLOR #6AC55C

HEX: #6AC55C
RGB: (106,197,92)

Color info

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

RGB color model

#6AC55C color RGB value is (106,197,92).

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

RGB channels and saturation

R 106 of 255 = 42%
G 197 of 255 = 77%
B 92 of 255 = 36%

106
197
92

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

Portions of RGB colors in percentages

R + G + B =
106 + 197 + 92 = 395 (100%)
R 106 of 395 ~ 26.84%
G 197 of 395 ~ 49.87%
B 92 of 395 ~ 23.29%

%26.84
%49.87
%23.29

CMYK color model

#6AC55C color CMYK value is (46,0,53,23).

  • cyan value is 46.19%
  • magenta value is 0.00%
  • yellow value is 53.30%
  • key color value is 22.75%
CMYK: (46,0,53,23) C46M0Y53K23 (46%,0%,53%,23%) (0.46/0.00/0.53/0.23)

CMYK percentages

%46.19
%0
%53.3
%22.75

Codes

Color #6AC55C in popluar color models

6AC55C
RGB10619792
HSL112°47.51%56.67%
HSB/HSV112°53.30%77.25%
CMYK46.19%0.00%53.30%
22.75%

Color #6AC55C in popluar number systems.

HEX6AC55C
Decimal10619792
Binary1101010110001011011100
Octal152305134

Shades and tints

Shades of #6AC55C

#6AC55C
(106,197,92)
#61B454
(97,180,84)
#58A34C
(88,163,76)
#4F9244
(79,146,68)
#46813C
(70,129,60)
#3D7034
(61,112,52)
#345F2C
(52,95,44)
#2B4E24
(43,78,36)
#223D1C
(34,61,28)
#192C14
(25,44,20)
#101B0C
(16,27,12)
#000000
(0,0,0)

Tints of #6AC55C

#6AC55C
(106,197,92)
#77CA6A
(119,202,106)
#84CF78
(132,207,120)
#91D486
(145,212,134)
#9ED994
(158,217,148)
#ABDEA2
(171,222,162)
#B8E3B0
(184,227,176)
#C5E8BE
(197,232,190)
#D2EDCC
(210,237,204)
#DFF2DA
(223,242,218)
#ECF7E8
(236,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AC55C; }

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

This text font color is #6AC55C.


Background Color

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

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

This div background color is #6AC55C.


Border color

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

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

This div border color is #6AC55C.


Opacity

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

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

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

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

This text has shadow with #6AC55C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6AC55C on black background.


Color preview on white background

This text has color #6AC55C on white background.



Black color preview on #6AC55C background

This text has black color on #6AC55C background.


White color preview on #6AC55C background

This text has white color on #6AC55C background.