COLOR #06A413

HEX: #06A413
RGB: (6,164,19)

Color info

#06A413 contains mainly green color. Web safe color of #06A413 is #009900 (or #090).

RGB color model

#06A413 color RGB value is (6,164,19).

  • red value is 6;
  • green value is 164;
  • blue value is 19.
RGB:
(6,164,19)
(2%,64%,7%)

RGB channels and saturation

R 6 of 255 = 2%
G 164 of 255 = 64%
B 19 of 255 = 7%

6
164
19

R + G + B ~ 24%. #06A413 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 164 + 19 = 189 (100%)
R 6 of 189 ~ 3.17%
G 164 of 189 ~ 86.77%
B 19 of 189 ~ 10.05%

%86.77
%10.05

CMYK color model

#06A413 color CMYK value is (96,0,88,36).

  • cyan value is 96.34%
  • magenta value is 0.00%
  • yellow value is 88.41%
  • key color value is 35.69%
CMYK:
(96,0,88,36)
C96M0Y88K36 
(96%,0%,88%,36%)
(0.96/0.00/0.88/0.36)	

CMYK percentages

%96.34
%0
%88.41
%35.69

Codes

Color #06A413 in popluar color models

06A413
RGB616419
HSL125°92.94%33.33%
HSB/HSV125°96.34%64.31%
CMYK96.34%0.00%88.41%
35.69%

Color #06A413 in popluar number systems.

HEX06A413
Decimal616419
Binary1101010010010011
Octal624423

Shades and tints

Shades of #06A413

#06A413
(6,164,19)
#069612
(6,150,18)
#068811
(6,136,17)
#067A10
(6,122,16)
#066C0F
(6,108,15)
#065E0E
(6,94,14)
#06500D
(6,80,13)
#06420C
(6,66,12)
#06340B
(6,52,11)
#06260A
(6,38,10)
#061809
(6,24,9)
#000000
(0,0,0)

Tints of #06A413

#06A413
(6,164,19)
#1CAC28
(28,172,40)
#32B43D
(50,180,61)
#48BC52
(72,188,82)
#5EC467
(94,196,103)
#74CC7C
(116,204,124)
#8AD491
(138,212,145)
#A0DCA6
(160,220,166)
#B6E4BB
(182,228,187)
#CCECD0
(204,236,208)
#E2F4E5
(226,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06A413 color. Also use rgb(6,164,19) instead hex code.

Text Font Color

.myTextColor { color: #06A413; }

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

This text font color is #06A413.


Background Color

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

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

This div background color is #06A413.


Border color

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

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

This div border color is #06A413.


Opacity

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

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

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

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

This text has shadow with #06A413 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06A413 on black background.


Color preview on white background

This text has color #06A413 on white background.



Black color preview on #06A413 background

This text has black color on #06A413 background.


White color preview on #06A413 background

This text has white color on #06A413 background.