COLOR #0AE79D

HEX: #0AE79D
RGB: (10,231,157)

Color info

#0AE79D contains mainly green color. Web safe color of #0AE79D is #00FF99 (or #0F9).

RGB color model

#0AE79D color RGB value is (10,231,157).

  • red value is 10;
  • green value is 231;
  • blue value is 157.
RGB:
(10,231,157)
(4%,91%,62%)

RGB channels and saturation

R 10 of 255 = 4%
G 231 of 255 = 91%
B 157 of 255 = 62%

10
231
157

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

Portions of RGB colors in percentages

R + G + B =
10 + 231 + 157 = 398 (100%)
R 10 of 398 ~ 2.51%
G 231 of 398 ~ 58.04%
B 157 of 398 ~ 39.45%

%58.04
%39.45

CMYK color model

#0AE79D color CMYK value is (96,0,32,9).

  • cyan value is 95.67%
  • magenta value is 0.00%
  • yellow value is 32.03%
  • key color value is 9.41%
CMYK:
(96,0,32,9)
C96M0Y32K9 
(96%,0%,32%,9%)
(0.96/0.00/0.32/0.09)	

CMYK percentages

%95.67
%0
%32.03
%9.41

Codes

Color #0AE79D in popluar color models

0AE79D
RGB10231157
HSL160°91.70%47.25%
HSB/HSV160°95.67%90.59%
CMYK95.67%0.00%32.03%
9.41%

Color #0AE79D in popluar number systems.

HEX0AE79D
Decimal10231157
Binary10101110011110011101
Octal12347235

Shades and tints

Shades of #0AE79D

#0AE79D
(10,231,157)
#0AD28F
(10,210,143)
#0ABD81
(10,189,129)
#0AA873
(10,168,115)
#0A9365
(10,147,101)
#0A7E57
(10,126,87)
#0A6949
(10,105,73)
#0A543B
(10,84,59)
#0A3F2D
(10,63,45)
#0A2A1F
(10,42,31)
#0A1511
(10,21,17)
#000000
(0,0,0)

Tints of #0AE79D

#0AE79D
(10,231,157)
#20E9A5
(32,233,165)
#36EBAD
(54,235,173)
#4CEDB5
(76,237,181)
#62EFBD
(98,239,189)
#78F1C5
(120,241,197)
#8EF3CD
(142,243,205)
#A4F5D5
(164,245,213)
#BAF7DD
(186,247,221)
#D0F9E5
(208,249,229)
#E6FBED
(230,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0AE79D color. Also use rgb(10,231,157) instead hex code.

Text Font Color

.myTextColor { color: #0AE79D; }

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

This text font color is #0AE79D.


Background Color

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

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

This div background color is #0AE79D.


Border color

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

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

This div border color is #0AE79D.


Opacity

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

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

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

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

This text has shadow with #0AE79D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0AE79D on black background.


Color preview on white background

This text has color #0AE79D on white background.



Black color preview on #0AE79D background

This text has black color on #0AE79D background.


White color preview on #0AE79D background

This text has white color on #0AE79D background.