COLOR #6AE73D

HEX: #6AE73D
RGB: (106,231,61)

Color info

#6AE73D contains mainly green color. Web safe color of #6AE73D is #66FF33 (or #6F3).

RGB color model

#6AE73D color RGB value is (106,231,61).

  • red value is 106;
  • green value is 231;
  • blue value is 61.
RGB:
(106,231,61)
(42%,91%,24%)

RGB channels and saturation

R 106 of 255 = 42%
G 231 of 255 = 91%
B 61 of 255 = 24%

106
231
61

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

Portions of RGB colors in percentages

R + G + B =
106 + 231 + 61 = 398 (100%)
R 106 of 398 ~ 26.63%
G 231 of 398 ~ 58.04%
B 61 of 398 ~ 15.33%

%26.63
%58.04
%15.33

CMYK color model

#6AE73D color CMYK value is (54,0,74,9).

  • cyan value is 54.11%
  • magenta value is 0.00%
  • yellow value is 73.59%
  • key color value is 9.41%
CMYK:
(54,0,74,9)
C54M0Y74K9 
(54%,0%,74%,9%)
(0.54/0.00/0.74/0.09)	

CMYK percentages

%54.11
%0
%73.59
%9.41

Codes

Color #6AE73D in popluar color models

6AE73D
RGB10623161
HSL104°77.98%57.25%
HSB/HSV104°73.59%90.59%
CMYK54.11%0.00%73.59%
9.41%

Color #6AE73D in popluar number systems.

HEX6AE73D
Decimal10623161
Binary110101011100111111101
Octal15234775

Shades and tints

Shades of #6AE73D

#6AE73D
(106,231,61)
#61D238
(97,210,56)
#58BD33
(88,189,51)
#4FA82E
(79,168,46)
#469329
(70,147,41)
#3D7E24
(61,126,36)
#34691F
(52,105,31)
#2B541A
(43,84,26)
#223F15
(34,63,21)
#192A10
(25,42,16)
#10150B
(16,21,11)
#000000
(0,0,0)

Tints of #6AE73D

#6AE73D
(106,231,61)
#77E94E
(119,233,78)
#84EB5F
(132,235,95)
#91ED70
(145,237,112)
#9EEF81
(158,239,129)
#ABF192
(171,241,146)
#B8F3A3
(184,243,163)
#C5F5B4
(197,245,180)
#D2F7C5
(210,247,197)
#DFF9D6
(223,249,214)
#ECFBE7
(236,251,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AE73D color. Also use rgb(106,231,61) instead hex code.

Text Font Color

.myTextColor { color: #6AE73D; }

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

This text font color is #6AE73D.


Background Color

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

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

This div background color is #6AE73D.


Border color

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

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

This div border color is #6AE73D.


Opacity

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

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

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

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

This text has shadow with #6AE73D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AE73D on black background.


Color preview on white background

This text has color #6AE73D on white background.



Black color preview on #6AE73D background

This text has black color on #6AE73D background.


White color preview on #6AE73D background

This text has white color on #6AE73D background.