COLOR #0AD663

HEX: #0AD663
RGB: (10,214,99)

Color info

#0AD663 contains mainly green color. Web safe color of #0AD663 is #00CC66 (or #0C6).

RGB color model

#0AD663 color RGB value is (10,214,99).

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

RGB channels and saturation

R 10 of 255 = 4%
G 214 of 255 = 84%
B 99 of 255 = 39%

10
214
99

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

Portions of RGB colors in percentages

R + G + B =
10 + 214 + 99 = 323 (100%)
R 10 of 323 ~ 3.1%
G 214 of 323 ~ 66.25%
B 99 of 323 ~ 30.65%

%66.25
%30.65

CMYK color model

#0AD663 color CMYK value is (95,0,54,16).

  • cyan value is 95.33%
  • magenta value is 0.00%
  • yellow value is 53.74%
  • key color value is 16.08%
CMYK:
(95,0,54,16)
C95M0Y54K16 
(95%,0%,54%,16%)
(0.95/0.00/0.54/0.16)	

CMYK percentages

%95.33
%0
%53.74
%16.08

Codes

Color #0AD663 in popluar color models

0AD663
RGB1021499
HSL146°91.07%43.92%
HSB/HSV146°95.33%83.92%
CMYK95.33%0.00%53.74%
16.08%

Color #0AD663 in popluar number systems.

HEX0AD663
Decimal1021499
Binary1010110101101100011
Octal12326143

Shades and tints

Shades of #0AD663

#0AD663
(10,214,99)
#0AC35A
(10,195,90)
#0AB051
(10,176,81)
#0A9D48
(10,157,72)
#0A8A3F
(10,138,63)
#0A7736
(10,119,54)
#0A642D
(10,100,45)
#0A5124
(10,81,36)
#0A3E1B
(10,62,27)
#0A2B12
(10,43,18)
#0A1809
(10,24,9)
#000000
(0,0,0)

Tints of #0AD663

#0AD663
(10,214,99)
#20D971
(32,217,113)
#36DC7F
(54,220,127)
#4CDF8D
(76,223,141)
#62E29B
(98,226,155)
#78E5A9
(120,229,169)
#8EE8B7
(142,232,183)
#A4EBC5
(164,235,197)
#BAEED3
(186,238,211)
#D0F1E1
(208,241,225)
#E6F4EF
(230,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0AD663; }

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

This text font color is #0AD663.


Background Color

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

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

This div background color is #0AD663.


Border color

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

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

This div border color is #0AD663.


Opacity

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

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

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

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

This text has shadow with #0AD663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0AD663 on black background.


Color preview on white background

This text has color #0AD663 on white background.



Black color preview on #0AD663 background

This text has black color on #0AD663 background.


White color preview on #0AD663 background

This text has white color on #0AD663 background.