COLOR #0AD565

HEX: #0AD565
RGB: (10,213,101)

Color info

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

RGB color model

#0AD565 color RGB value is (10,213,101).

  • red value is 10;
  • green value is 213;
  • blue value is 101.
RGB:
(10,213,101)
(4%,84%,40%)

RGB channels and saturation

R 10 of 255 = 4%
G 213 of 255 = 84%
B 101 of 255 = 40%

10
213
101

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

Portions of RGB colors in percentages

R + G + B =
10 + 213 + 101 = 324 (100%)
R 10 of 324 ~ 3.09%
G 213 of 324 ~ 65.74%
B 101 of 324 ~ 31.17%

%65.74
%31.17

CMYK color model

#0AD565 color CMYK value is (95,0,53,16).

  • cyan value is 95.31%
  • magenta value is 0.00%
  • yellow value is 52.58%
  • key color value is 16.47%
CMYK:
(95,0,53,16)
C95M0Y53K16 
(95%,0%,53%,16%)
(0.95/0.00/0.53/0.16)	

CMYK percentages

%95.31
%0
%52.58
%16.47

Codes

Color #0AD565 in popluar color models

0AD565
RGB10213101
HSL147°91.03%43.73%
HSB/HSV147°95.31%83.53%
CMYK95.31%0.00%52.58%
16.47%

Color #0AD565 in popluar number systems.

HEX0AD565
Decimal10213101
Binary1010110101011100101
Octal12325145

Shades and tints

Shades of #0AD565

#0AD565
(10,213,101)
#0AC25C
(10,194,92)
#0AAF53
(10,175,83)
#0A9C4A
(10,156,74)
#0A8941
(10,137,65)
#0A7638
(10,118,56)
#0A632F
(10,99,47)
#0A5026
(10,80,38)
#0A3D1D
(10,61,29)
#0A2A14
(10,42,20)
#0A170B
(10,23,11)
#000000
(0,0,0)

Tints of #0AD565

#0AD565
(10,213,101)
#20D873
(32,216,115)
#36DB81
(54,219,129)
#4CDE8F
(76,222,143)
#62E19D
(98,225,157)
#78E4AB
(120,228,171)
#8EE7B9
(142,231,185)
#A4EAC7
(164,234,199)
#BAEDD5
(186,237,213)
#D0F0E3
(208,240,227)
#E6F3F1
(230,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0AD565 color. Also use rgb(10,213,101) instead hex code.

Text Font Color

.myTextColor { color: #0AD565; }

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

This text font color is #0AD565.


Background Color

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

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

This div background color is #0AD565.


Border color

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

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

This div border color is #0AD565.


Opacity

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

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

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

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

This text has shadow with #0AD565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0AD565 on black background.


Color preview on white background

This text has color #0AD565 on white background.



Black color preview on #0AD565 background

This text has black color on #0AD565 background.


White color preview on #0AD565 background

This text has white color on #0AD565 background.