COLOR #00AB66

HEX: #00AB66
RGB: (0,171,102)

Color info

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

RGB color model

#00AB66 color RGB value is (0,171,102).

  • red value is 0;
  • green value is 171;
  • blue value is 102.
RGB:
(0,171,102)
(0%,67%,40%)

RGB channels and saturation

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

0
171
102

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

Portions of RGB colors in percentages

R + G + B =
0 + 171 + 102 = 273 (100%)
R 0 of 273 ~ 0%
G 171 of 273 ~ 62.64%
B 102 of 273 ~ 37.36%

%62.64
%37.36

CMYK color model

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

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 40.35%
  • key color value is 32.94%
CMYK:
(100,0,40,33)
C100M0Y40K33 
(100%,0%,40%,33%)
(1.00/0.00/0.40/0.33)	

CMYK percentages

%100
%0
%40.35
%32.94

Codes

Color #00AB66 in popluar color models

00AB66
RGB0171102
HSL156°100.00%33.53%
HSB/HSV156°100.00%67.06%
CMYK100.00%0.00%40.35%
32.94%

Color #00AB66 in popluar number systems.

HEX00AB66
Decimal0171102
Binary0101010111100110
Octal0253146

Shades and tints

Shades of #00AB66

#00AB66
(0,171,102)
#009C5D
(0,156,93)
#008D54
(0,141,84)
#007E4B
(0,126,75)
#006F42
(0,111,66)
#006039
(0,96,57)
#005130
(0,81,48)
#004227
(0,66,39)
#00331E
(0,51,30)
#002415
(0,36,21)
#00150C
(0,21,12)
#000000
(0,0,0)

Tints of #00AB66

#00AB66
(0,171,102)
#17B273
(23,178,115)
#2EB980
(46,185,128)
#45C08D
(69,192,141)
#5CC79A
(92,199,154)
#73CEA7
(115,206,167)
#8AD5B4
(138,213,180)
#A1DCC1
(161,220,193)
#B8E3CE
(184,227,206)
#CFEADB
(207,234,219)
#E6F1E8
(230,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00AB66; }

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

This text font color is #00AB66.


Background Color

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

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

This div background color is #00AB66.


Border color

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

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

This div border color is #00AB66.


Opacity

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

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

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

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

This text has shadow with #00AB66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00AB66 on black background.


Color preview on white background

This text has color #00AB66 on white background.



Black color preview on #00AB66 background

This text has black color on #00AB66 background.


White color preview on #00AB66 background

This text has white color on #00AB66 background.