COLOR #0AD872

HEX: #0AD872 RGB: (10,216,114)

Color info

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

RGB color model

#0AD872 color RGB value is (10,216,114).

RGB: (10,216,114) (4%, 85%, 45%)

RGB channels and saturation

R 10 of 255 = 4%
G 216 of 255 = 85%
B 114 of 255 = 45%

10
216
114

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

Portions of RGB colors in percentages

R + G + B = 10 + 216 + 114 = 340 (100%)
R 10 of 340 ~ 2.94%
G 216 of 340 ~ 63.53%
B 114 of 340 ~ 33.53'%

%63.53
%33.53

CMYK color model

#0AD872 color CMYK value is (95,0,47,15).

  • cyan value is 95.37%
  • magenta value is 0.00%
  • yellow value is 47.22%
  • key color value is 15.29%

CMYK: (95,0,47,15)
C95M0Y47K15 (95%, 0%, 47%, 15%)
(0.95 / 0.00 / 0.47 / 0.15)

CMYK percentages

%95.37
%0
%47.22
%15.29

Codes

Color #0AD872 in popluar color models

0A D8 72
RGB 10 216 114
HSL 150° 91.15% 44.31%
HSB/HSV 150° 95.37% 84.71%
CMYK 95.37% 0.00% 47.22%
15.29%

Color #0AD872 in popluar number systems.

HEX 0A D8 72
Decimal 10 216 114
Binary 1010 11011000 1110010
Octal 12 330 162

Shades and tints

Shades of #0AD872

#0AD872
(10,216,114)
#0AC568
(10,197,104)
#0AB25E
(10,178,94)
#0A9F54
(10,159,84)
#0A8C4A
(10,140,74)
#0A7940
(10,121,64)
#0A6636
(10,102,54)
#0A532C
(10,83,44)
#0A4022
(10,64,34)
#0A2D18
(10,45,24)
#0A1A0E
(10,26,14)
#000000
(0,0,0)

Tints of #0AD872

#0AD872
(10,216,114)
#20DB7E
(32,219,126)
#36DE8A
(54,222,138)
#4CE196
(76,225,150)
#62E4A2
(98,228,162)
#78E7AE
(120,231,174)
#8EEABA
(142,234,186)
#A4EDC6
(164,237,198)
#BAF0D2
(186,240,210)
#D0F3DE
(208,243,222)
#E6F6EA
(230,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0AD872 color. Also use rgb(10,216,114) instead hex code.

Text Font Color

.myTextColor { color: #0AD872; }

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

This text font color is #0AD872.

Background Color

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

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

This div background color is #0AD872.

Border color

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

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

This div border color is #0AD872.

Opacity

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

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

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

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

This text has shadow with #0AD872 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0AD872.

Preview

Color preview on black background

This text has color #0AD872 on black background.


Color preview on white background

This text has color #0AD872 on white background.


Black color preview on #0AD872 background

This text has black color on #0AD872 background.


White color preview on #0AD872 background

This text has white color on #0AD872 background.


Related colors

Complementary color

Complementary color for #0AD872 is #F5278D.


I love getcolorcode.com

Triadic colors

1 #720AD8 and #D8720A with #0AD872 are triadic colors.

2 #72D80A and #D80A72 with #0AD872 are triadic colors.