COLOR #128A56

HEX: #128A56
RGB: (18,138,86)

Color info

#128A56 contains mainly green and blue colors. Web safe color of #128A56 is #009966 (or #096).

RGB color model

#128A56 color RGB value is (18,138,86).

  • red value is 18;
  • green value is 138;
  • blue value is 86.
RGB:
(18,138,86)
(7%,54%,34%)

RGB channels and saturation

R 18 of 255 = 7%
G 138 of 255 = 54%
B 86 of 255 = 34%

18
138
86

R + G + B ~ 32%. #128A56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 138 + 86 = 242 (100%)
R 18 of 242 ~ 7.44%
G 138 of 242 ~ 57.02%
B 86 of 242 ~ 35.54%

%57.02
%35.54

CMYK color model

#128A56 color CMYK value is (87,0,38,46).

  • cyan value is 86.96%
  • magenta value is 0.00%
  • yellow value is 37.68%
  • key color value is 45.88%
CMYK:
(87,0,38,46)
C87M0Y38K46 
(87%,0%,38%,46%)
(0.87/0.00/0.38/0.46)	

CMYK percentages

%86.96
%0
%37.68
%45.88

Codes

Color #128A56 in popluar color models

128A56
RGB1813886
HSL154°76.92%30.59%
HSB/HSV154°86.96%54.12%
CMYK86.96%0.00%37.68%
45.88%

Color #128A56 in popluar number systems.

HEX128A56
Decimal1813886
Binary10010100010101010110
Octal22212126

Shades and tints

Shades of #128A56

#128A56
(18,138,86)
#117E4F
(17,126,79)
#107248
(16,114,72)
#0F6641
(15,102,65)
#0E5A3A
(14,90,58)
#0D4E33
(13,78,51)
#0C422C
(12,66,44)
#0B3625
(11,54,37)
#0A2A1E
(10,42,30)
#091E17
(9,30,23)
#081210
(8,18,16)
#000000
(0,0,0)

Tints of #128A56

#128A56
(18,138,86)
#279465
(39,148,101)
#3C9E74
(60,158,116)
#51A883
(81,168,131)
#66B292
(102,178,146)
#7BBCA1
(123,188,161)
#90C6B0
(144,198,176)
#A5D0BF
(165,208,191)
#BADACE
(186,218,206)
#CFE4DD
(207,228,221)
#E4EEEC
(228,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #128A56 color. Also use rgb(18,138,86) instead hex code.

Text Font Color

.myTextColor { color: #128A56; }

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

This text font color is #128A56.


Background Color

.myBgColor { background-color: #128A56; }

<div style="background-color:#128A56">Inner text</div>

This div background color is #128A56.


Border color

.myBorderColor { border: 1px solid #128A56; }

<div style="border:3px solid #128A56">Div</div>

This div border color is #128A56.


Opacity

.myOpacity80 { color: #128A56; opacity: 0.8; }

<p style="color:#128A56;opacity:0.8;">80%</p>

Text with #128A56 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 #128A56;}

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

This text has shadow with #128A56 color.

.textShadow {text-shadow: 3px 3px 1px #128A56, 3px 3px 1px red;}

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

This text has shadow with #128A56 primary color and red secondary color.


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

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

This text has shadow with #128A56 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #128A56 on black background.


Color preview on white background

This text has color #128A56 on white background.



Black color preview on #128A56 background

This text has black color on #128A56 background.


White color preview on #128A56 background

This text has white color on #128A56 background.