COLOR #0AA463

HEX: #0AA463
RGB: (10,164,99)

Color info

#0AA463 contains mainly green color. Web safe color of #0AA463 is #009966 (or #096).

RGB color model

#0AA463 color RGB value is (10,164,99).

  • red value is 10;
  • green value is 164;
  • blue value is 99.
RGB:
(10,164,99)
(4%,64%,39%)

RGB channels and saturation

R 10 of 255 = 4%
G 164 of 255 = 64%
B 99 of 255 = 39%

10
164
99

R + G + B ~ 36%. #0AA463 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 164 + 99 = 273 (100%)
R 10 of 273 ~ 3.66%
G 164 of 273 ~ 60.07%
B 99 of 273 ~ 36.26%

%60.07
%36.26

CMYK color model

#0AA463 color CMYK value is (94,0,40,36).

  • cyan value is 93.90%
  • magenta value is 0.00%
  • yellow value is 39.63%
  • key color value is 35.69%
CMYK:
(94,0,40,36)
C94M0Y40K36 
(94%,0%,40%,36%)
(0.94/0.00/0.40/0.36)	

CMYK percentages

%93.9
%0
%39.63
%35.69

Codes

Color #0AA463 in popluar color models

0AA463
RGB1016499
HSL155°88.51%34.12%
HSB/HSV155°93.90%64.31%
CMYK93.90%0.00%39.63%
35.69%

Color #0AA463 in popluar number systems.

HEX0AA463
Decimal1016499
Binary1010101001001100011
Octal12244143

Shades and tints

Shades of #0AA463

#0AA463
(10,164,99)
#0A965A
(10,150,90)
#0A8851
(10,136,81)
#0A7A48
(10,122,72)
#0A6C3F
(10,108,63)
#0A5E36
(10,94,54)
#0A502D
(10,80,45)
#0A4224
(10,66,36)
#0A341B
(10,52,27)
#0A2612
(10,38,18)
#0A1809
(10,24,9)
#000000
(0,0,0)

Tints of #0AA463

#0AA463
(10,164,99)
#20AC71
(32,172,113)
#36B47F
(54,180,127)
#4CBC8D
(76,188,141)
#62C49B
(98,196,155)
#78CCA9
(120,204,169)
#8ED4B7
(142,212,183)
#A4DCC5
(164,220,197)
#BAE4D3
(186,228,211)
#D0ECE1
(208,236,225)
#E6F4EF
(230,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0AA463 color. Also use rgb(10,164,99) instead hex code.

Text Font Color

.myTextColor { color: #0AA463; }

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

This text font color is #0AA463.


Background Color

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

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

This div background color is #0AA463.


Border color

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

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

This div border color is #0AA463.


Opacity

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

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

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

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

This text has shadow with #0AA463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0AA463 on black background.


Color preview on white background

This text has color #0AA463 on white background.



Black color preview on #0AA463 background

This text has black color on #0AA463 background.


White color preview on #0AA463 background

This text has white color on #0AA463 background.