COLOR #0AB827

HEX: #0AB827 RGB: (10,184,39)

Color info

#0AB827 contains mainly green color. Web safe color of #0AB827 is #00CC33 (or #0C3).

RGB color model

#0AB827 color RGB value is (10,184,39).

RGB: (10,184,39) (4%, 72%, 15%)

RGB channels and saturation

R 10 of 255 = 4%
G 184 of 255 = 72%
B 39 of 255 = 15%

10
184
39

R + G + B ~ 30%. #0AB827 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 184 + 39 = 233 (100%)
R 10 of 233 ~ 4.29%
G 184 of 233 ~ 78.97%
B 39 of 233 ~ 16.74'%

%78.97
%16.74

CMYK color model

#0AB827 color CMYK value is (95,0,79,28).

  • cyan value is 94.57%
  • magenta value is 0.00%
  • yellow value is 78.80%
  • key color value is 27.84%

CMYK: (95,0,79,28)
C95M0Y79K28 (95%, 0%, 79%, 28%)
(0.95 / 0.00 / 0.79 / 0.28)

CMYK percentages

%94.57
%0
%78.8
%27.84

Codes

Color #0AB827 in popluar color models

0A B8 27
RGB 10 184 39
HSL 130° 89.69% 38.04%
HSB/HSV 130° 94.57% 72.16%
CMYK 94.57% 0.00% 78.80%
27.84%

Color #0AB827 in popluar number systems.

HEX 0A B8 27
Decimal 10 184 39
Binary 1010 10111000 100111
Octal 12 270 47

Shades and tints

Shades of #0AB827

#0AB827
(10,184,39)
#0AA824
(10,168,36)
#0A9821
(10,152,33)
#0A881E
(10,136,30)
#0A781B
(10,120,27)
#0A6818
(10,104,24)
#0A5815
(10,88,21)
#0A4812
(10,72,18)
#0A380F
(10,56,15)
#0A280C
(10,40,12)
#0A1809
(10,24,9)
#000000
(0,0,0)

Tints of #0AB827

#0AB827
(10,184,39)
#20BE3A
(32,190,58)
#36C44D
(54,196,77)
#4CCA60
(76,202,96)
#62D073
(98,208,115)
#78D686
(120,214,134)
#8EDC99
(142,220,153)
#A4E2AC
(164,226,172)
#BAE8BF
(186,232,191)
#D0EED2
(208,238,210)
#E6F4E5
(230,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0AB827 color. Also use rgb(10,184,39) instead hex code.

Text Font Color

.myTextColor { color: #0AB827; }

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

This text font color is #0AB827.

Background Color

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

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

This div background color is #0AB827.

Border color

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

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

This div border color is #0AB827.

Opacity

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

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

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

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

This text has shadow with #0AB827 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0AB827.

Preview

Color preview on black background

This text has color #0AB827 on black background.


Color preview on white background

This text has color #0AB827 on white background.


Black color preview on #0AB827 background

This text has black color on #0AB827 background.


White color preview on #0AB827 background

This text has white color on #0AB827 background.


Related colors

Complementary color

Complementary color for #hex is #F547D8.


I love getcolorcode.com

Triadic colors

1 #270AB8 and #B8270A with #0AB827 are triadic colors.

2 #27B80A and #B80A27 with #0AB827 are triadic colors.