COLOR #6AE35C

HEX: #6AE35C
RGB: (106,227,92)

Color info

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

RGB color model

#6AE35C color RGB value is (106,227,92).

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

RGB channels and saturation

R 106 of 255 = 42%
G 227 of 255 = 89%
B 92 of 255 = 36%

106
227
92

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

Portions of RGB colors in percentages

R + G + B =
106 + 227 + 92 = 425 (100%)
R 106 of 425 ~ 24.94%
G 227 of 425 ~ 53.41%
B 92 of 425 ~ 21.65%

%24.94
%53.41
%21.65

CMYK color model

#6AE35C color CMYK value is (53,0,59,11).

  • cyan value is 53.30%
  • magenta value is 0.00%
  • yellow value is 59.47%
  • key color value is 10.98%
CMYK:
(53,0,59,11)
C53M0Y59K11 
(53%,0%,59%,11%)
(0.53/0.00/0.59/0.11)	

CMYK percentages

%53.3
%0
%59.47
%10.98

Codes

Color #6AE35C in popluar color models

6AE35C
RGB10622792
HSL114°70.68%62.55%
HSB/HSV114°59.47%89.02%
CMYK53.30%0.00%59.47%
10.98%

Color #6AE35C in popluar number systems.

HEX6AE35C
Decimal10622792
Binary1101010111000111011100
Octal152343134

Shades and tints

Shades of #6AE35C

#6AE35C
(106,227,92)
#61CF54
(97,207,84)
#58BB4C
(88,187,76)
#4FA744
(79,167,68)
#46933C
(70,147,60)
#3D7F34
(61,127,52)
#346B2C
(52,107,44)
#2B5724
(43,87,36)
#22431C
(34,67,28)
#192F14
(25,47,20)
#101B0C
(16,27,12)
#000000
(0,0,0)

Tints of #6AE35C

#6AE35C
(106,227,92)
#77E56A
(119,229,106)
#84E778
(132,231,120)
#91E986
(145,233,134)
#9EEB94
(158,235,148)
#ABEDA2
(171,237,162)
#B8EFB0
(184,239,176)
#C5F1BE
(197,241,190)
#D2F3CC
(210,243,204)
#DFF5DA
(223,245,218)
#ECF7E8
(236,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AE35C; }

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

This text font color is #6AE35C.


Background Color

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

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

This div background color is #6AE35C.


Border color

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

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

This div border color is #6AE35C.


Opacity

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

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

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

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

This text has shadow with #6AE35C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AE35C on black background.


Color preview on white background

This text has color #6AE35C on white background.



Black color preview on #6AE35C background

This text has black color on #6AE35C background.


White color preview on #6AE35C background

This text has white color on #6AE35C background.