COLOR #06AC69

HEX: #06AC69
RGB: (6,172,105)

Color info

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

RGB color model

#06AC69 color RGB value is (6,172,105).

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

RGB channels and saturation

R 6 of 255 = 2%
G 172 of 255 = 67%
B 105 of 255 = 41%

6
172
105

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

Portions of RGB colors in percentages

R + G + B =
6 + 172 + 105 = 283 (100%)
R 6 of 283 ~ 2.12%
G 172 of 283 ~ 60.78%
B 105 of 283 ~ 37.1%

%60.78
%37.1

CMYK color model

#06AC69 color CMYK value is (97,0,39,33).

  • cyan value is 96.51%
  • magenta value is 0.00%
  • yellow value is 38.95%
  • key color value is 32.55%
CMYK:
(97,0,39,33)
C97M0Y39K33 
(97%,0%,39%,33%)
(0.97/0.00/0.39/0.33)	

CMYK percentages

%96.51
%0
%38.95
%32.55

Codes

Color #06AC69 in popluar color models

06AC69
RGB6172105
HSL156°93.26%34.90%
HSB/HSV156°96.51%67.45%
CMYK96.51%0.00%38.95%
32.55%

Color #06AC69 in popluar number systems.

HEX06AC69
Decimal6172105
Binary110101011001101001
Octal6254151

Shades and tints

Shades of #06AC69

#06AC69
(6,172,105)
#069D60
(6,157,96)
#068E57
(6,142,87)
#067F4E
(6,127,78)
#067045
(6,112,69)
#06613C
(6,97,60)
#065233
(6,82,51)
#06432A
(6,67,42)
#063421
(6,52,33)
#062518
(6,37,24)
#06160F
(6,22,15)
#000000
(0,0,0)

Tints of #06AC69

#06AC69
(6,172,105)
#1CB376
(28,179,118)
#32BA83
(50,186,131)
#48C190
(72,193,144)
#5EC89D
(94,200,157)
#74CFAA
(116,207,170)
#8AD6B7
(138,214,183)
#A0DDC4
(160,221,196)
#B6E4D1
(182,228,209)
#CCEBDE
(204,235,222)
#E2F2EB
(226,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06AC69; }

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

This text font color is #06AC69.


Background Color

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

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

This div background color is #06AC69.


Border color

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

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

This div border color is #06AC69.


Opacity

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

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

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

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

This text has shadow with #06AC69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06AC69 on black background.


Color preview on white background

This text has color #06AC69 on white background.



Black color preview on #06AC69 background

This text has black color on #06AC69 background.


White color preview on #06AC69 background

This text has white color on #06AC69 background.