COLOR #12A539

HEX: #12A539 RGB: (18,165,57)

Color info

#12A539 contains mainly green color. Web safe color of #12A539 is #009933 (or #093).

RGB color model

#12A539 color RGB value is (18,165,57).

RGB: (18,165,57) (7%, 65%, 22%)

RGB channels and saturation

R 18 of 255 = 7%
G 165 of 255 = 65%
B 57 of 255 = 22%

18
165
57

R + G + B ~ 31%. #12A539 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 165 + 57 = 240 (100%)
R 18 of 240 ~ 7.5%
G 165 of 240 ~ 68.75%
B 57 of 240 ~ 23.75'%

%68.75
%23.75

CMYK color model

#12A539 color CMYK value is (89,0,65,35).

  • cyan value is 89.09%
  • magenta value is 0.00%
  • yellow value is 65.45%
  • key color value is 35.29%

CMYK: (89,0,65,35)
C89M0Y65K35 (89%, 0%, 65%, 35%)
(0.89 / 0.00 / 0.65 / 0.35)

CMYK percentages

%89.09
%0
%65.45
%35.29

Codes

Color #12A539 in popluar color models

12 A5 39
RGB 18 165 57
HSL 136° 80.33% 35.88%
HSB/HSV 136° 89.09% 64.71%
CMYK 89.09% 0.00% 65.45%
35.29%

Color #12A539 in popluar number systems.

HEX 12 A5 39
Decimal 18 165 57
Binary 10010 10100101 111001
Octal 22 245 71

Shades and tints

Shades of #12A539

#12A539
(18,165,57)
#119634
(17,150,52)
#10872F
(16,135,47)
#0F782A
(15,120,42)
#0E6925
(14,105,37)
#0D5A20
(13,90,32)
#0C4B1B
(12,75,27)
#0B3C16
(11,60,22)
#0A2D11
(10,45,17)
#091E0C
(9,30,12)
#080F07
(8,15,7)
#000000
(0,0,0)

Tints of #12A539

#12A539
(18,165,57)
#27AD4B
(39,173,75)
#3CB55D
(60,181,93)
#51BD6F
(81,189,111)
#66C581
(102,197,129)
#7BCD93
(123,205,147)
#90D5A5
(144,213,165)
#A5DDB7
(165,221,183)
#BAE5C9
(186,229,201)
#CFEDDB
(207,237,219)
#E4F5ED
(228,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12A539 color. Also use rgb(18,165,57) instead hex code.

Text Font Color

.myTextColor { color: #12A539; }

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

This text font color is #12A539.

Background Color

.myBgColor { background-color: #12A539; }

<div style="background-color:#12A539">Inner text</div>

This div background color is #12A539.

Border color

.myBorderColor { border: 1px solid #12A539; }

<div style="border:3px solid #12A539">Div</div>

This div border color is #12A539.

Opacity

.myOpacity80 { color: #12A539; opacity: 0.8; }

<p style="color:#12A539;opacity:0.8;">80%</p>

Text with #12A539 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 #12A539;}

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

This text has shadow with #12A539 color.


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

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

This text has shadow with #12A539 primary color and red secondary color.


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

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

This text has shadow with #12A539 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #12A539.

Preview

Color preview on black background

This text has color #12A539 on black background.


Color preview on white background

This text has color #12A539 on white background.


Black color preview on #12A539 background

This text has black color on #12A539 background.


White color preview on #12A539 background

This text has white color on #12A539 background.


Related colors

Complementary color

Complementary color for #hex is #ED5AC6.


I love getcolorcode.com

Triadic colors

1 #3912A5 and #A53912 with #12A539 are triadic colors.

2 #39A512 and #A51239 with #12A539 are triadic colors.