COLOR #06E13A

HEX: #06E13A
RGB: (6,225,58)

Color info

#06E13A contains mainly green color. Web safe color of #06E13A is #00CC33 (or #0C3).

RGB color model

#06E13A color RGB value is (6,225,58).

  • red value is 6;
  • green value is 225;
  • blue value is 58.
RGB:
(6,225,58)
(2%,88%,23%)

RGB channels and saturation

R 6 of 255 = 2%
G 225 of 255 = 88%
B 58 of 255 = 23%

6
225
58

R + G + B ~ 38%. #06E13A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 225 + 58 = 289 (100%)
R 6 of 289 ~ 2.08%
G 225 of 289 ~ 77.85%
B 58 of 289 ~ 20.07%

%77.85
%20.07

CMYK color model

#06E13A color CMYK value is (97,0,74,12).

  • cyan value is 97.33%
  • magenta value is 0.00%
  • yellow value is 74.22%
  • key color value is 11.76%
CMYK:
(97,0,74,12)
C97M0Y74K12 
(97%,0%,74%,12%)
(0.97/0.00/0.74/0.12)	

CMYK percentages

%97.33
%0
%74.22
%11.76

Codes

Color #06E13A in popluar color models

06E13A
RGB622558
HSL134°94.81%45.29%
HSB/HSV134°97.33%88.24%
CMYK97.33%0.00%74.22%
11.76%

Color #06E13A in popluar number systems.

HEX06E13A
Decimal622558
Binary11011100001111010
Octal634172

Shades and tints

Shades of #06E13A

#06E13A
(6,225,58)
#06CD35
(6,205,53)
#06B930
(6,185,48)
#06A52B
(6,165,43)
#069126
(6,145,38)
#067D21
(6,125,33)
#06691C
(6,105,28)
#065517
(6,85,23)
#064112
(6,65,18)
#062D0D
(6,45,13)
#061908
(6,25,8)
#000000
(0,0,0)

Tints of #06E13A

#06E13A
(6,225,58)
#1CE34B
(28,227,75)
#32E55C
(50,229,92)
#48E76D
(72,231,109)
#5EE97E
(94,233,126)
#74EB8F
(116,235,143)
#8AEDA0
(138,237,160)
#A0EFB1
(160,239,177)
#B6F1C2
(182,241,194)
#CCF3D3
(204,243,211)
#E2F5E4
(226,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06E13A color. Also use rgb(6,225,58) instead hex code.

Text Font Color

.myTextColor { color: #06E13A; }

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

This text font color is #06E13A.


Background Color

.myBgColor { background-color: #06E13A; }

<div style="background-color:#06E13A">Inner text</div>

This div background color is #06E13A.


Border color

.myBorderColor { border: 1px solid #06E13A; }

<div style="border:3px solid #06E13A">Div</div>

This div border color is #06E13A.


Opacity

.myOpacity80 { color: #06E13A; opacity: 0.8; }

<p style="color:#06E13A;opacity:0.8;">80%</p>

Text with #06E13A 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 #06E13A;}

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

This text has shadow with #06E13A color.

.textShadow {text-shadow: 3px 3px 1px #06E13A, 3px 3px 1px red;}

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

This text has shadow with #06E13A primary color and red secondary color.


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

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

This text has shadow with #06E13A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06E13A on black background.


Color preview on white background

This text has color #06E13A on white background.



Black color preview on #06E13A background

This text has black color on #06E13A background.


White color preview on #06E13A background

This text has white color on #06E13A background.