COLOR #155E09

HEX: #155E09 RGB: (21,94,9)

Color info

#155E09 contains mainly green color. Web safe color of #155E09 is #006600 (or #060).

RGB color model

#155E09 color RGB value is (21,94,9).

RGB: (21,94,9) (8%, 37%, 4%)

RGB channels and saturation

R 21 of 255 = 8%
G 94 of 255 = 37%
B 9 of 255 = 4%

21
94
9

R + G + B ~ 16%. #155E09 is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 94 + 9 = 124 (100%)
R 21 of 124 ~ 16.94%
G 94 of 124 ~ 75.81%
B 9 of 124 ~ 7.26'%

%16.94
%75.81

CMYK color model

#155E09 color CMYK value is (78,0,90,63).

  • cyan value is 77.66%
  • magenta value is 0.00%
  • yellow value is 90.43%
  • key color value is 63.14%

CMYK: (78,0,90,63)
C78M0Y90K63 (78%, 0%, 90%, 63%)
(0.78 / 0.00 / 0.90 / 0.63)

CMYK percentages

%77.66
%0
%90.43
%63.14

Codes

Color #155E09 in popluar color models

15 5E 09
RGB 21 94 9
HSL 112° 82.52% 20.20%
HSB/HSV 112° 90.43% 36.86%
CMYK 77.66% 0.00% 90.43%
63.14%

Color #155E09 in popluar number systems.

HEX 15 5E 09
Decimal 21 94 9
Binary 10101 1011110 1001
Octal 25 136 11

Shades and tints

Shades of #155E09

#155E09
(21,94,9)
#145609
(20,86,9)
#134E09
(19,78,9)
#124609
(18,70,9)
#113E09
(17,62,9)
#103609
(16,54,9)
#0F2E09
(15,46,9)
#0E2609
(14,38,9)
#0D1E09
(13,30,9)
#0C1609
(12,22,9)
#0B0E09
(11,14,9)
#000000
(0,0,0)

Tints of #155E09

#155E09
(21,94,9)
#2A6C1F
(42,108,31)
#3F7A35
(63,122,53)
#54884B
(84,136,75)
#699661
(105,150,97)
#7EA477
(126,164,119)
#93B28D
(147,178,141)
#A8C0A3
(168,192,163)
#BDCEB9
(189,206,185)
#D2DCCF
(210,220,207)
#E7EAE5
(231,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #155E09 color. Also use rgb(21,94,9) instead hex code.

Text Font Color

.myTextColor { color: #155E09; }

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

This text font color is #155E09.

Background Color

.myBgColor { background-color: #155E09; }

<div style="background-color:#155E09">Inner text</div>

This div background color is #155E09.

Border color

.myBorderColor { border: 1px solid #155E09; }

<div style="border:3px solid #155E09">Div</div>

This div border color is #155E09.

Opacity

.myOpacity80 { color: #155E09; opacity: 0.8; }

<p style="color:#155E09;opacity:0.8;">80%</p>

Text with #155E09 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 #155E09;}

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

This text has shadow with #155E09 color.


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

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

This text has shadow with #155E09 primary color and red secondary color.


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

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

This text has shadow with #155E09 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #155E09.

Preview

Color preview on black background

This text has color #155E09 on black background.


Color preview on white background

This text has color #155E09 on white background.


Black color preview on #155E09 background

This text has black color on #155E09 background.


White color preview on #155E09 background

This text has white color on #155E09 background.


Related colors

Complementary color

Complementary color for #hex is #EAA1F6.


I love getcolorcode.com

Triadic colors

1 #09155E and #5E0915 with #155E09 are triadic colors.

2 #095E15 and #5E1509 with #155E09 are triadic colors.