COLOR #12A054

HEX: #12A054
RGB: (18,160,84)

Color info

#12A054 contains mainly green color. Web safe color of #12A054 is #009966 (or #096).

RGB color model

#12A054 color RGB value is (18,160,84).

  • red value is 18;
  • green value is 160;
  • blue value is 84.
RGB:
(18,160,84)
(7%,63%,33%)

RGB channels and saturation

R 18 of 255 = 7%
G 160 of 255 = 63%
B 84 of 255 = 33%

18
160
84

R + G + B ~ 34%. #12A054 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 160 + 84 = 262 (100%)
R 18 of 262 ~ 6.87%
G 160 of 262 ~ 61.07%
B 84 of 262 ~ 32.06%

%61.07
%32.06

CMYK color model

#12A054 color CMYK value is (89,0,48,37).

  • cyan value is 88.75%
  • magenta value is 0.00%
  • yellow value is 47.50%
  • key color value is 37.25%
CMYK:
(89,0,48,37)
C89M0Y48K37 
(89%,0%,48%,37%)
(0.89/0.00/0.48/0.37)	

CMYK percentages

%88.75
%0
%47.5
%37.25

Codes

Color #12A054 in popluar color models

12A054
RGB1816084
HSL148°79.78%34.90%
HSB/HSV148°88.75%62.75%
CMYK88.75%0.00%47.50%
37.25%

Color #12A054 in popluar number systems.

HEX12A054
Decimal1816084
Binary10010101000001010100
Octal22240124

Shades and tints

Shades of #12A054

#12A054
(18,160,84)
#11924D
(17,146,77)
#108446
(16,132,70)
#0F763F
(15,118,63)
#0E6838
(14,104,56)
#0D5A31
(13,90,49)
#0C4C2A
(12,76,42)
#0B3E23
(11,62,35)
#0A301C
(10,48,28)
#092215
(9,34,21)
#08140E
(8,20,14)
#000000
(0,0,0)

Tints of #12A054

#12A054
(18,160,84)
#27A863
(39,168,99)
#3CB072
(60,176,114)
#51B881
(81,184,129)
#66C090
(102,192,144)
#7BC89F
(123,200,159)
#90D0AE
(144,208,174)
#A5D8BD
(165,216,189)
#BAE0CC
(186,224,204)
#CFE8DB
(207,232,219)
#E4F0EA
(228,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12A054 color. Also use rgb(18,160,84) instead hex code.

Text Font Color

.myTextColor { color: #12A054; }

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

This text font color is #12A054.


Background Color

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

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

This div background color is #12A054.


Border color

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

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

This div border color is #12A054.


Opacity

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

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

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

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

This text has shadow with #12A054 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12A054 on black background.


Color preview on white background

This text has color #12A054 on white background.



Black color preview on #12A054 background

This text has black color on #12A054 background.


White color preview on #12A054 background

This text has white color on #12A054 background.