COLOR #6AC98E

HEX: #6AC98E
RGB: (106,201,142)

Color info

#6AC98E contains mainly green and blue colors. Web safe color of #6AC98E is #66CC99 (or #6C9).

RGB color model

#6AC98E color RGB value is (106,201,142).

  • red value is 106;
  • green value is 201;
  • blue value is 142.
RGB:
(106,201,142)
(42%,79%,56%)

RGB channels and saturation

R 106 of 255 = 42%
G 201 of 255 = 79%
B 142 of 255 = 56%

106
201
142

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

Portions of RGB colors in percentages

R + G + B =
106 + 201 + 142 = 449 (100%)
R 106 of 449 ~ 23.61%
G 201 of 449 ~ 44.77%
B 142 of 449 ~ 31.63%

%23.61
%44.77
%31.63

CMYK color model

#6AC98E color CMYK value is (47,0,29,21).

  • cyan value is 47.26%
  • magenta value is 0.00%
  • yellow value is 29.35%
  • key color value is 21.18%
CMYK:
(47,0,29,21)
C47M0Y29K21 
(47%,0%,29%,21%)
(0.47/0.00/0.29/0.21)	

CMYK percentages

%47.26
%0
%29.35
%21.18

Codes

Color #6AC98E in popluar color models

6AC98E
RGB106201142
HSL143°46.80%60.20%
HSB/HSV143°47.26%78.82%
CMYK47.26%0.00%29.35%
21.18%

Color #6AC98E in popluar number systems.

HEX6AC98E
Decimal106201142
Binary11010101100100110001110
Octal152311216

Shades and tints

Shades of #6AC98E

#6AC98E
(106,201,142)
#61B782
(97,183,130)
#58A576
(88,165,118)
#4F936A
(79,147,106)
#46815E
(70,129,94)
#3D6F52
(61,111,82)
#345D46
(52,93,70)
#2B4B3A
(43,75,58)
#22392E
(34,57,46)
#192722
(25,39,34)
#101516
(16,21,22)
#000000
(0,0,0)

Tints of #6AC98E

#6AC98E
(106,201,142)
#77CD98
(119,205,152)
#84D1A2
(132,209,162)
#91D5AC
(145,213,172)
#9ED9B6
(158,217,182)
#ABDDC0
(171,221,192)
#B8E1CA
(184,225,202)
#C5E5D4
(197,229,212)
#D2E9DE
(210,233,222)
#DFEDE8
(223,237,232)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AC98E color. Also use rgb(106,201,142) instead hex code.

Text Font Color

.myTextColor { color: #6AC98E; }

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

This text font color is #6AC98E.


Background Color

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

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

This div background color is #6AC98E.


Border color

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

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

This div border color is #6AC98E.


Opacity

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

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

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

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

This text has shadow with #6AC98E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AC98E on black background.


Color preview on white background

This text has color #6AC98E on white background.



Black color preview on #6AC98E background

This text has black color on #6AC98E background.


White color preview on #6AC98E background

This text has white color on #6AC98E background.