COLOR #0AE58D

HEX: #0AE58D
RGB: (10,229,141)

Color info

#0AE58D contains mainly green color. Web safe color of #0AE58D is #00CC99 (or #0C9).

RGB color model

#0AE58D color RGB value is (10,229,141).

  • red value is 10;
  • green value is 229;
  • blue value is 141.
RGB:
(10,229,141)
(4%,90%,55%)

RGB channels and saturation

R 10 of 255 = 4%
G 229 of 255 = 90%
B 141 of 255 = 55%

10
229
141

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

Portions of RGB colors in percentages

R + G + B =
10 + 229 + 141 = 380 (100%)
R 10 of 380 ~ 2.63%
G 229 of 380 ~ 60.26%
B 141 of 380 ~ 37.11%

%60.26
%37.11

CMYK color model

#0AE58D color CMYK value is (96,0,38,10).

  • cyan value is 95.63%
  • magenta value is 0.00%
  • yellow value is 38.43%
  • key color value is 10.20%
CMYK:
(96,0,38,10)
C96M0Y38K10 
(96%,0%,38%,10%)
(0.96/0.00/0.38/0.10)	

CMYK percentages

%95.63
%0
%38.43
%10.2

Codes

Color #0AE58D in popluar color models

0AE58D
RGB10229141
HSL156°91.63%46.86%
HSB/HSV156°95.63%89.80%
CMYK95.63%0.00%38.43%
10.20%

Color #0AE58D in popluar number systems.

HEX0AE58D
Decimal10229141
Binary10101110010110001101
Octal12345215

Shades and tints

Shades of #0AE58D

#0AE58D
(10,229,141)
#0AD181
(10,209,129)
#0ABD75
(10,189,117)
#0AA969
(10,169,105)
#0A955D
(10,149,93)
#0A8151
(10,129,81)
#0A6D45
(10,109,69)
#0A5939
(10,89,57)
#0A452D
(10,69,45)
#0A3121
(10,49,33)
#0A1D15
(10,29,21)
#000000
(0,0,0)

Tints of #0AE58D

#0AE58D
(10,229,141)
#20E797
(32,231,151)
#36E9A1
(54,233,161)
#4CEBAB
(76,235,171)
#62EDB5
(98,237,181)
#78EFBF
(120,239,191)
#8EF1C9
(142,241,201)
#A4F3D3
(164,243,211)
#BAF5DD
(186,245,221)
#D0F7E7
(208,247,231)
#E6F9F1
(230,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0AE58D color. Also use rgb(10,229,141) instead hex code.

Text Font Color

.myTextColor { color: #0AE58D; }

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

This text font color is #0AE58D.


Background Color

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

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

This div background color is #0AE58D.


Border color

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

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

This div border color is #0AE58D.


Opacity

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

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

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

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

This text has shadow with #0AE58D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0AE58D on black background.


Color preview on white background

This text has color #0AE58D on white background.



Black color preview on #0AE58D background

This text has black color on #0AE58D background.


White color preview on #0AE58D background

This text has white color on #0AE58D background.