COLOR #0AD37A

HEX: #0AD37A
RGB: (10,211,122)

Color info

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

RGB color model

#0AD37A color RGB value is (10,211,122).

  • red value is 10;
  • green value is 211;
  • blue value is 122.
RGB:
(10,211,122)
(4%,83%,48%)

RGB channels and saturation

R 10 of 255 = 4%
G 211 of 255 = 83%
B 122 of 255 = 48%

10
211
122

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

Portions of RGB colors in percentages

R + G + B =
10 + 211 + 122 = 343 (100%)
R 10 of 343 ~ 2.92%
G 211 of 343 ~ 61.52%
B 122 of 343 ~ 35.57%

%61.52
%35.57

CMYK color model

#0AD37A color CMYK value is (95,0,42,17).

  • cyan value is 95.26%
  • magenta value is 0.00%
  • yellow value is 42.18%
  • key color value is 17.25%
CMYK:
(95,0,42,17)
C95M0Y42K17 
(95%,0%,42%,17%)
(0.95/0.00/0.42/0.17)	

CMYK percentages

%95.26
%0
%42.18
%17.25

Codes

Color #0AD37A in popluar color models

0AD37A
RGB10211122
HSL153°90.95%43.33%
HSB/HSV153°95.26%82.75%
CMYK95.26%0.00%42.18%
17.25%

Color #0AD37A in popluar number systems.

HEX0AD37A
Decimal10211122
Binary1010110100111111010
Octal12323172

Shades and tints

Shades of #0AD37A

#0AD37A
(10,211,122)
#0AC06F
(10,192,111)
#0AAD64
(10,173,100)
#0A9A59
(10,154,89)
#0A874E
(10,135,78)
#0A7443
(10,116,67)
#0A6138
(10,97,56)
#0A4E2D
(10,78,45)
#0A3B22
(10,59,34)
#0A2817
(10,40,23)
#0A150C
(10,21,12)
#000000
(0,0,0)

Tints of #0AD37A

#0AD37A
(10,211,122)
#20D786
(32,215,134)
#36DB92
(54,219,146)
#4CDF9E
(76,223,158)
#62E3AA
(98,227,170)
#78E7B6
(120,231,182)
#8EEBC2
(142,235,194)
#A4EFCE
(164,239,206)
#BAF3DA
(186,243,218)
#D0F7E6
(208,247,230)
#E6FBF2
(230,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0AD37A color. Also use rgb(10,211,122) instead hex code.

Text Font Color

.myTextColor { color: #0AD37A; }

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

This text font color is #0AD37A.


Background Color

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

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

This div background color is #0AD37A.


Border color

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

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

This div border color is #0AD37A.


Opacity

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

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

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

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

This text has shadow with #0AD37A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0AD37A on black background.


Color preview on white background

This text has color #0AD37A on white background.



Black color preview on #0AD37A background

This text has black color on #0AD37A background.


White color preview on #0AD37A background

This text has white color on #0AD37A background.