COLOR #0AE85F

HEX: #0AE85F
RGB: (10,232,95)

Color info

#0AE85F contains mainly green color. Web safe color of #0AE85F is #00FF66 (or #0F6).

RGB color model

#0AE85F color RGB value is (10,232,95).

  • red value is 10;
  • green value is 232;
  • blue value is 95.
RGB:
(10,232,95)
(4%,91%,37%)

RGB channels and saturation

R 10 of 255 = 4%
G 232 of 255 = 91%
B 95 of 255 = 37%

10
232
95

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

Portions of RGB colors in percentages

R + G + B =
10 + 232 + 95 = 337 (100%)
R 10 of 337 ~ 2.97%
G 232 of 337 ~ 68.84%
B 95 of 337 ~ 28.19%

%68.84
%28.19

CMYK color model

#0AE85F color CMYK value is (96,0,59,9).

  • cyan value is 95.69%
  • magenta value is 0.00%
  • yellow value is 59.05%
  • key color value is 9.02%
CMYK:
(96,0,59,9)
C96M0Y59K9 
(96%,0%,59%,9%)
(0.96/0.00/0.59/0.09)	

CMYK percentages

%95.69
%0
%59.05
%9.02

Codes

Color #0AE85F in popluar color models

0AE85F
RGB1023295
HSL143°91.74%47.45%
HSB/HSV143°95.69%90.98%
CMYK95.69%0.00%59.05%
9.02%

Color #0AE85F in popluar number systems.

HEX0AE85F
Decimal1023295
Binary1010111010001011111
Octal12350137

Shades and tints

Shades of #0AE85F

#0AE85F
(10,232,95)
#0AD357
(10,211,87)
#0ABE4F
(10,190,79)
#0AA947
(10,169,71)
#0A943F
(10,148,63)
#0A7F37
(10,127,55)
#0A6A2F
(10,106,47)
#0A5527
(10,85,39)
#0A401F
(10,64,31)
#0A2B17
(10,43,23)
#0A160F
(10,22,15)
#000000
(0,0,0)

Tints of #0AE85F

#0AE85F
(10,232,95)
#20EA6D
(32,234,109)
#36EC7B
(54,236,123)
#4CEE89
(76,238,137)
#62F097
(98,240,151)
#78F2A5
(120,242,165)
#8EF4B3
(142,244,179)
#A4F6C1
(164,246,193)
#BAF8CF
(186,248,207)
#D0FADD
(208,250,221)
#E6FCEB
(230,252,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0AE85F color. Also use rgb(10,232,95) instead hex code.

Text Font Color

.myTextColor { color: #0AE85F; }

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

This text font color is #0AE85F.


Background Color

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

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

This div background color is #0AE85F.


Border color

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

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

This div border color is #0AE85F.


Opacity

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

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

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

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

This text has shadow with #0AE85F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0AE85F on black background.


Color preview on white background

This text has color #0AE85F on white background.



Black color preview on #0AE85F background

This text has black color on #0AE85F background.


White color preview on #0AE85F background

This text has white color on #0AE85F background.