COLOR #06AC6D

HEX: #06AC6D
RGB: (6,172,109)

Color info

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

RGB color model

#06AC6D color RGB value is (6,172,109).

  • red value is 6;
  • green value is 172;
  • blue value is 109.
RGB:
(6,172,109)
(2%,67%,43%)

RGB channels and saturation

R 6 of 255 = 2%
G 172 of 255 = 67%
B 109 of 255 = 43%

6
172
109

R + G + B ~ 37%. #06AC6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 172 + 109 = 287 (100%)
R 6 of 287 ~ 2.09%
G 172 of 287 ~ 59.93%
B 109 of 287 ~ 37.98%

%59.93
%37.98

CMYK color model

#06AC6D color CMYK value is (97,0,37,33).

  • cyan value is 96.51%
  • magenta value is 0.00%
  • yellow value is 36.63%
  • key color value is 32.55%
CMYK:
(97,0,37,33)
C97M0Y37K33 
(97%,0%,37%,33%)
(0.97/0.00/0.37/0.33)	

CMYK percentages

%96.51
%0
%36.63
%32.55

Codes

Color #06AC6D in popluar color models

06AC6D
RGB6172109
HSL157°93.26%34.90%
HSB/HSV157°96.51%67.45%
CMYK96.51%0.00%36.63%
32.55%

Color #06AC6D in popluar number systems.

HEX06AC6D
Decimal6172109
Binary110101011001101101
Octal6254155

Shades and tints

Shades of #06AC6D

#06AC6D
(6,172,109)
#069D64
(6,157,100)
#068E5B
(6,142,91)
#067F52
(6,127,82)
#067049
(6,112,73)
#066140
(6,97,64)
#065237
(6,82,55)
#06432E
(6,67,46)
#063425
(6,52,37)
#06251C
(6,37,28)
#061613
(6,22,19)
#000000
(0,0,0)

Tints of #06AC6D

#06AC6D
(6,172,109)
#1CB37A
(28,179,122)
#32BA87
(50,186,135)
#48C194
(72,193,148)
#5EC8A1
(94,200,161)
#74CFAE
(116,207,174)
#8AD6BB
(138,214,187)
#A0DDC8
(160,221,200)
#B6E4D5
(182,228,213)
#CCEBE2
(204,235,226)
#E2F2EF
(226,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06AC6D color. Also use rgb(6,172,109) instead hex code.

Text Font Color

.myTextColor { color: #06AC6D; }

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

This text font color is #06AC6D.


Background Color

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

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

This div background color is #06AC6D.


Border color

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

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

This div border color is #06AC6D.


Opacity

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

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

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

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

This text has shadow with #06AC6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06AC6D on black background.


Color preview on white background

This text has color #06AC6D on white background.



Black color preview on #06AC6D background

This text has black color on #06AC6D background.


White color preview on #06AC6D background

This text has white color on #06AC6D background.