COLOR #06A466

HEX: #06A466
RGB: (6,164,102)

Color info

#06A466 contains mainly green color. Web safe color of #06A466 is #009966 (or #096).

RGB color model

#06A466 color RGB value is (6,164,102).

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

RGB channels and saturation

R 6 of 255 = 2%
G 164 of 255 = 64%
B 102 of 255 = 40%

6
164
102

R + G + B ~ 35%. #06A466 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 164 + 102 = 272 (100%)
R 6 of 272 ~ 2.21%
G 164 of 272 ~ 60.29%
B 102 of 272 ~ 37.5%

%60.29
%37.5

CMYK color model

#06A466 color CMYK value is (96,0,38,36).

  • cyan value is 96.34%
  • magenta value is 0.00%
  • yellow value is 37.80%
  • key color value is 35.69%
CMYK:
(96,0,38,36)
C96M0Y38K36 
(96%,0%,38%,36%)
(0.96/0.00/0.38/0.36)	

CMYK percentages

%96.34
%0
%37.8
%35.69

Codes

Color #06A466 in popluar color models

06A466
RGB6164102
HSL156°92.94%33.33%
HSB/HSV156°96.34%64.31%
CMYK96.34%0.00%37.80%
35.69%

Color #06A466 in popluar number systems.

HEX06A466
Decimal6164102
Binary110101001001100110
Octal6244146

Shades and tints

Shades of #06A466

#06A466
(6,164,102)
#06965D
(6,150,93)
#068854
(6,136,84)
#067A4B
(6,122,75)
#066C42
(6,108,66)
#065E39
(6,94,57)
#065030
(6,80,48)
#064227
(6,66,39)
#06341E
(6,52,30)
#062615
(6,38,21)
#06180C
(6,24,12)
#000000
(0,0,0)

Tints of #06A466

#06A466
(6,164,102)
#1CAC73
(28,172,115)
#32B480
(50,180,128)
#48BC8D
(72,188,141)
#5EC49A
(94,196,154)
#74CCA7
(116,204,167)
#8AD4B4
(138,212,180)
#A0DCC1
(160,220,193)
#B6E4CE
(182,228,206)
#CCECDB
(204,236,219)
#E2F4E8
(226,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06A466; }

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

This text font color is #06A466.


Background Color

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

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

This div background color is #06A466.


Border color

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

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

This div border color is #06A466.


Opacity

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

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

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

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

This text has shadow with #06A466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06A466 on black background.


Color preview on white background

This text has color #06A466 on white background.



Black color preview on #06A466 background

This text has black color on #06A466 background.


White color preview on #06A466 background

This text has white color on #06A466 background.