COLOR #00AA66

HEX: #00AA66 RGB: (0,170,102)

Color info

#00AA66 contains mainly green color. Web safe color of #00AA66 is #009966 (or #096).

RGB color model

#00AA66 color RGB value is (0,170,102).

RGB: (0,170,102) (0%, 67%, 40%)

RGB channels and saturation

R 0 of 255 = 0%
G 170 of 255 = 67%
B 102 of 255 = 40%

0
170
102

R + G + B ~ 36%. #00AA66 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 170 + 102 = 272 (100%)
R 0 of 272 ~ 0%
G 170 of 272 ~ 62.5%
B 102 of 272 ~ 37.5'%

%62.5
%37.5

CMYK color model

#00AA66 color CMYK value is (100,0,40,33).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 33.33%

CMYK: (100,0,40,33)
C100M0Y40K33 (100%, 0%, 40%, 33%)
(1.00 / 0.00 / 0.40 / 0.33)

CMYK percentages

%100
%0
%40
%33.33

Codes

Color #00AA66 in popluar color models

00 AA 66
RGB 0 170 102
HSL 156° 100.00% 33.33%
HSB/HSV 156° 100.00% 66.67%
CMYK 100.00% 0.00% 40.00%
33.33%

Color #00AA66 in popluar number systems.

HEX 00 AA 66
Decimal 0 170 102
Binary 0 10101010 1100110
Octal 0 252 146

Shades and tints

Shades of #00AA66

#00AA66
(0,170,102)
#009B5D
(0,155,93)
#008C54
(0,140,84)
#007D4B
(0,125,75)
#006E42
(0,110,66)
#005F39
(0,95,57)
#005030
(0,80,48)
#004127
(0,65,39)
#00321E
(0,50,30)
#002315
(0,35,21)
#00140C
(0,20,12)
#000000
(0,0,0)

Tints of #00AA66

#00AA66
(0,170,102)
#17B173
(23,177,115)
#2EB880
(46,184,128)
#45BF8D
(69,191,141)
#5CC69A
(92,198,154)
#73CDA7
(115,205,167)
#8AD4B4
(138,212,180)
#A1DBC1
(161,219,193)
#B8E2CE
(184,226,206)
#CFE9DB
(207,233,219)
#E6F0E8
(230,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00AA66 color. Also use rgb(0,170,102) instead hex code.

Text Font Color

.myTextColor { color: #00AA66; }

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

This text font color is #00AA66.

Background Color

.myBgColor { background-color: #00AA66; }

<div style="background-color:#00AA66">Inner text</div>

This div background color is #00AA66.

Border color

.myBorderColor { border: 1px solid #00AA66; }

<div style="border:3px solid #00AA66">Div</div>

This div border color is #00AA66.

Opacity

.myOpacity80 { color: #00AA66; opacity: 0.8; }

<p style="color:#00AA66;opacity:0.8;">80%</p>

Text with #00AA66 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 #00AA66;}

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

This text has shadow with #00AA66 color.


.textShadow {text-shadow: 3px 3px 1px #00AA66', 3px 3px 1px red;}

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

This text has shadow with #00AA66 primary color and red secondary color.


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

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

This text has shadow with #00AA66 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #00AA66; -webkit-box-shadow: 1px 1px 3px 2px #00AA66; box-shadow:1px 1px 3px 2px #00AA66;">
Div content here
</div>

This div box has shadow with color #00AA66.

Preview

Color preview on black background

This text has color #00AA66 on black background.


Color preview on white background

This text has color #00AA66 on white background.


Black color preview on #00AA66 background

This text has black color on #00AA66 background.


White color preview on #00AA66 background

This text has white color on #00AA66 background.


Related colors

Complementary color

Complementary color for #hex is #FF5599.


I love getcolorcode.com

Triadic colors

1 #6600AA and #AA6600 with #00AA66 are triadic colors.

2 #66AA00 and #AA0066 with #00AA66 are triadic colors.