COLOR #6AE975

HEX: #6AE975
RGB: (106,233,117)

Color info

#6AE975 contains mainly green color. Web safe color of #6AE975 is #66FF66 (or #6F6).

RGB color model

#6AE975 color RGB value is (106,233,117).

  • red value is 106;
  • green value is 233;
  • blue value is 117.
RGB:
(106,233,117)
(42%,91%,46%)

RGB channels and saturation

R 106 of 255 = 42%
G 233 of 255 = 91%
B 117 of 255 = 46%

106
233
117

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

Portions of RGB colors in percentages

R + G + B =
106 + 233 + 117 = 456 (100%)
R 106 of 456 ~ 23.25%
G 233 of 456 ~ 51.1%
B 117 of 456 ~ 25.66%

%23.25
%51.1
%25.66

CMYK color model

#6AE975 color CMYK value is (55,0,50,9).

  • cyan value is 54.51%
  • magenta value is 0.00%
  • yellow value is 49.79%
  • key color value is 8.63%
CMYK:
(55,0,50,9)
C55M0Y50K9 
(55%,0%,50%,9%)
(0.55/0.00/0.50/0.09)	

CMYK percentages

%54.51
%0
%49.79
%8.63

Codes

Color #6AE975 in popluar color models

6AE975
RGB106233117
HSL125°74.27%66.47%
HSB/HSV125°54.51%91.37%
CMYK54.51%0.00%49.79%
8.63%

Color #6AE975 in popluar number systems.

HEX6AE975
Decimal106233117
Binary1101010111010011110101
Octal152351165

Shades and tints

Shades of #6AE975

#6AE975
(106,233,117)
#61D46B
(97,212,107)
#58BF61
(88,191,97)
#4FAA57
(79,170,87)
#46954D
(70,149,77)
#3D8043
(61,128,67)
#346B39
(52,107,57)
#2B562F
(43,86,47)
#224125
(34,65,37)
#192C1B
(25,44,27)
#101711
(16,23,17)
#000000
(0,0,0)

Tints of #6AE975

#6AE975
(106,233,117)
#77EB81
(119,235,129)
#84ED8D
(132,237,141)
#91EF99
(145,239,153)
#9EF1A5
(158,241,165)
#ABF3B1
(171,243,177)
#B8F5BD
(184,245,189)
#C5F7C9
(197,247,201)
#D2F9D5
(210,249,213)
#DFFBE1
(223,251,225)
#ECFDED
(236,253,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AE975 color. Also use rgb(106,233,117) instead hex code.

Text Font Color

.myTextColor { color: #6AE975; }

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

This text font color is #6AE975.


Background Color

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

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

This div background color is #6AE975.


Border color

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

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

This div border color is #6AE975.


Opacity

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

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

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

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

This text has shadow with #6AE975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AE975 on black background.


Color preview on white background

This text has color #6AE975 on white background.



Black color preview on #6AE975 background

This text has black color on #6AE975 background.


White color preview on #6AE975 background

This text has white color on #6AE975 background.