COLOR #0AAA90

HEX: #0AAA90 RGB: (10,170,144)

Color info

#0AAA90 contains mainly green and blue colors. Web safe color of #0AAA90 is #009999 (or #099).

RGB color model

#0AAA90 color RGB value is (10,170,144).

RGB: (10,170,144) (4%, 67%, 56%)

RGB channels and saturation

R 10 of 255 = 4%
G 170 of 255 = 67%
B 144 of 255 = 56%

10
170
144

R + G + B ~ 42%. #0AAA90 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 10 + 170 + 144 = 324 (100%)
R 10 of 324 ~ 3.09%
G 170 of 324 ~ 52.47%
B 144 of 324 ~ 44.44'%

%52.47
%44.44

CMYK color model

#0AAA90 color CMYK value is (94,0,15,33).

  • cyan value is 94.12%
  • magenta value is 0.00%
  • yellow value is 15.29%
  • key color value is 33.33%
CMYK: (94,0,15,33) C94M0Y15K33 (94%,0%,15%,33%) (0.94/0.00/0.15/0.33) 

CMYK percentages

%94.12
%0
%15.29
%33.33

Codes

Color #0AAA90 in popluar color models

0A AA 90
RGB 10 170 144
HSL 170° 88.89% 35.29%
HSB/HSV 170° 94.12% 66.67%
CMYK 94.12% 0.00% 15.29%
33.33%

Color #0AAA90 in popluar number systems.

HEX 0A AA 90
Decimal 10 170 144
Binary 1010 10101010 10010000
Octal 12 252 220

Shades and tints

Shades of #0AAA90

#0AAA90
(10,170,144)
#0A9B83
(10,155,131)
#0A8C76
(10,140,118)
#0A7D69
(10,125,105)
#0A6E5C
(10,110,92)
#0A5F4F
(10,95,79)
#0A5042
(10,80,66)
#0A4135
(10,65,53)
#0A3228
(10,50,40)
#0A231B
(10,35,27)
#0A140E
(10,20,14)
#000000
(0,0,0)

Tints of #0AAA90

#0AAA90
(10,170,144)
#20B19A
(32,177,154)
#36B8A4
(54,184,164)
#4CBFAE
(76,191,174)
#62C6B8
(98,198,184)
#78CDC2
(120,205,194)
#8ED4CC
(142,212,204)
#A4DBD6
(164,219,214)
#BAE2E0
(186,226,224)
#D0E9EA
(208,233,234)
#E6F0F4
(230,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0AAA90 color. Also use rgb(10,170,144) instead hex code.

Text Font Color

.myTextColor { color: #0AAA90; }

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

This text font color is #0AAA90.

Background Color

.myBgColor { background-color: #0AAA90; }

<div style="background-color:#0AAA90">Inner text</div>

This div background color is #0AAA90.

Border color

.myBorderColor { border: 1px solid #0AAA90; }

<div style="border:3px solid #0AAA90">Div</div>

This div border color is #0AAA90.

Opacity

.myOpacity80 { color: #0AAA90; opacity: 0.8; }

<p style="color:#0AAA90;opacity:0.8;">80%</p>

Text with #0AAA90 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 #0AAA90;}

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

This text has shadow with #0AAA90 color.


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

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

This text has shadow with #0AAA90 primary color and red secondary color.


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

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

This text has shadow with #0AAA90 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #0AAA90.

Preview

Color preview on black background

This text has color #0AAA90 on black background.


Color preview on white background

This text has color #0AAA90 on white background.


Black color preview on #0AAA90 background

This text has black color on #0AAA90 background.


White color preview on #0AAA90 background

This text has white color on #0AAA90 background.


Related colors

Complementary color

Complementary color for #hex is #F5556F.


I love getcolorcode.com

Triadic colors

1 #900AAA and #AA900A with #0AAA90 are triadic colors.

2 #90AA0A and #AA0A90 with #0AAA90 are triadic colors.