COLOR #0A5E12

HEX: #0A5E12 RGB: (10,94,18)

Color info

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

RGB color model

#0A5E12 color RGB value is (10,94,18).

RGB: (10,94,18) (4%, 37%, 7%)

RGB channels and saturation

R 10 of 255 = 4%
G 94 of 255 = 37%
B 18 of 255 = 7%

10
94
18

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

Portions of RGB colors in percentages

R + G + B = 10 + 94 + 18 = 122 (100%)
R 10 of 122 ~ 8.2%
G 94 of 122 ~ 77.05%
B 18 of 122 ~ 14.75'%

%77.05
%14.75

CMYK color model

#0A5E12 color CMYK value is (89,0,81,63).

  • cyan value is 89.36%
  • magenta value is 0.00%
  • yellow value is 80.85%
  • key color value is 63.14%

CMYK: (89,0,81,63)
C89M0Y81K63 (89%, 0%, 81%, 63%)
(0.89 / 0.00 / 0.81 / 0.63)

CMYK percentages

%89.36
%0
%80.85
%63.14

Codes

Color #0A5E12 in popluar color models

0A 5E 12
RGB 10 94 18
HSL 126° 80.77% 20.39%
HSB/HSV 126° 89.36% 36.86%
CMYK 89.36% 0.00% 80.85%
63.14%

Color #0A5E12 in popluar number systems.

HEX 0A 5E 12
Decimal 10 94 18
Binary 1010 1011110 10010
Octal 12 136 22

Shades and tints

Shades of #0A5E12

#0A5E12
(10,94,18)
#0A5611
(10,86,17)
#0A4E10
(10,78,16)
#0A460F
(10,70,15)
#0A3E0E
(10,62,14)
#0A360D
(10,54,13)
#0A2E0C
(10,46,12)
#0A260B
(10,38,11)
#0A1E0A
(10,30,10)
#0A1609
(10,22,9)
#0A0E08
(10,14,8)
#000000
(0,0,0)

Tints of #0A5E12

#0A5E12
(10,94,18)
#206C27
(32,108,39)
#367A3C
(54,122,60)
#4C8851
(76,136,81)
#629666
(98,150,102)
#78A47B
(120,164,123)
#8EB290
(142,178,144)
#A4C0A5
(164,192,165)
#BACEBA
(186,206,186)
#D0DCCF
(208,220,207)
#E6EAE4
(230,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A5E12; }

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

This text font color is #0A5E12.

Background Color

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

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

This div background color is #0A5E12.

Border color

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

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

This div border color is #0A5E12.

Opacity

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

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

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

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

This text has shadow with #0A5E12 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A5E12.

Preview

Color preview on black background

This text has color #0A5E12 on black background.


Color preview on white background

This text has color #0A5E12 on white background.


Black color preview on #0A5E12 background

This text has black color on #0A5E12 background.


White color preview on #0A5E12 background

This text has white color on #0A5E12 background.


Related colors

Complementary color

Complementary color for #hex is #F5A1ED.


I love getcolorcode.com

Triadic colors

1 #120A5E and #5E120A with #0A5E12 are triadic colors.

2 #125E0A and #5E0A12 with #0A5E12 are triadic colors.