COLOR #0A5E15

HEX: #0A5E15
RGB: (10,94,21)

Color info

#0A5E15 contains mainly green color. Web safe color of #0A5E15 is #006600 (or #060).

RGB color model

#0A5E15 color RGB value is (10,94,21).

  • red value is 10;
  • green value is 94;
  • blue value is 21.
RGB:
(10,94,21)
(4%,37%,8%)

RGB channels and saturation

R 10 of 255 = 4%
G 94 of 255 = 37%
B 21 of 255 = 8%

10
94
21

R + G + B ~ 16%. #0A5E15 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 94 + 21 = 125 (100%)
R 10 of 125 ~ 8%
G 94 of 125 ~ 75.2%
B 21 of 125 ~ 16.8%

%75.2
%16.8

CMYK color model

#0A5E15 color CMYK value is (89,0,78,63).

  • cyan value is 89.36%
  • magenta value is 0.00%
  • yellow value is 77.66%
  • key color value is 63.14%
CMYK:
(89,0,78,63)
C89M0Y78K63 
(89%,0%,78%,63%)
(0.89/0.00/0.78/0.63)	

CMYK percentages

%89.36
%0
%77.66
%63.14

Codes

Color #0A5E15 in popluar color models

0A5E15
RGB109421
HSL128°80.77%20.39%
HSB/HSV128°89.36%36.86%
CMYK89.36%0.00%77.66%
63.14%

Color #0A5E15 in popluar number systems.

HEX0A5E15
Decimal109421
Binary1010101111010101
Octal1213625

Shades and tints

Shades of #0A5E15

#0A5E15
(10,94,21)
#0A5614
(10,86,20)
#0A4E13
(10,78,19)
#0A4612
(10,70,18)
#0A3E11
(10,62,17)
#0A3610
(10,54,16)
#0A2E0F
(10,46,15)
#0A260E
(10,38,14)
#0A1E0D
(10,30,13)
#0A160C
(10,22,12)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #0A5E15

#0A5E15
(10,94,21)
#206C2A
(32,108,42)
#367A3F
(54,122,63)
#4C8854
(76,136,84)
#629669
(98,150,105)
#78A47E
(120,164,126)
#8EB293
(142,178,147)
#A4C0A8
(164,192,168)
#BACEBD
(186,206,189)
#D0DCD2
(208,220,210)
#E6EAE7
(230,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A5E15 color. Also use rgb(10,94,21) instead hex code.

Text Font Color

.myTextColor { color: #0A5E15; }

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

This text font color is #0A5E15.


Background Color

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

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

This div background color is #0A5E15.


Border color

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

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

This div border color is #0A5E15.


Opacity

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

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

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

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

This text has shadow with #0A5E15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A5E15 on black background.


Color preview on white background

This text has color #0A5E15 on white background.



Black color preview on #0A5E15 background

This text has black color on #0A5E15 background.


White color preview on #0A5E15 background

This text has white color on #0A5E15 background.