COLOR #59A10C

HEX: #59A10C
RGB: (89,161,12)

Color info

#59A10C contains mainly green color. Web safe color of #59A10C is #669900 (or #690).

RGB color model

#59A10C color RGB value is (89,161,12).

  • red value is 89;
  • green value is 161;
  • blue value is 12.
RGB:
(89,161,12)
(35%,63%,5%)

RGB channels and saturation

R 89 of 255 = 35%
G 161 of 255 = 63%
B 12 of 255 = 5%

89
161
12

R + G + B ~ 34%. #59A10C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 161 + 12 = 262 (100%)
R 89 of 262 ~ 33.97%
G 161 of 262 ~ 61.45%
B 12 of 262 ~ 4.58%

%33.97
%61.45

CMYK color model

#59A10C color CMYK value is (45,0,93,37).

  • cyan value is 44.72%
  • magenta value is 0.00%
  • yellow value is 92.55%
  • key color value is 36.86%
CMYK:
(45,0,93,37)
C45M0Y93K37 
(45%,0%,93%,37%)
(0.45/0.00/0.93/0.37)	

CMYK percentages

%44.72
%0
%92.55
%36.86

Codes

Color #59A10C in popluar color models

59A10C
RGB8916112
HSL89°86.13%33.92%
HSB/HSV89°92.55%63.14%
CMYK44.72%0.00%92.55%
36.86%

Color #59A10C in popluar number systems.

HEX59A10C
Decimal8916112
Binary1011001101000011100
Octal13124114

Shades and tints

Shades of #59A10C

#59A10C
(89,161,12)
#51930B
(81,147,11)
#49850A
(73,133,10)
#417709
(65,119,9)
#396908
(57,105,8)
#315B07
(49,91,7)
#294D06
(41,77,6)
#213F05
(33,63,5)
#193104
(25,49,4)
#112303
(17,35,3)
#091502
(9,21,2)
#000000
(0,0,0)

Tints of #59A10C

#59A10C
(89,161,12)
#68A922
(104,169,34)
#77B138
(119,177,56)
#86B94E
(134,185,78)
#95C164
(149,193,100)
#A4C97A
(164,201,122)
#B3D190
(179,209,144)
#C2D9A6
(194,217,166)
#D1E1BC
(209,225,188)
#E0E9D2
(224,233,210)
#EFF1E8
(239,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59A10C color. Also use rgb(89,161,12) instead hex code.

Text Font Color

.myTextColor { color: #59A10C; }

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

This text font color is #59A10C.


Background Color

.myBgColor { background-color: #59A10C; }

<div style="background-color:#59A10C">Inner text</div>

This div background color is #59A10C.


Border color

.myBorderColor { border: 1px solid #59A10C; }

<div style="border:3px solid #59A10C">Div</div>

This div border color is #59A10C.


Opacity

.myOpacity80 { color: #59A10C; opacity: 0.8; }

<p style="color:#59A10C;opacity:0.8;">80%</p>

Text with #59A10C 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 #59A10C;}

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

This text has shadow with #59A10C color.

.textShadow {text-shadow: 3px 3px 1px #59A10C, 3px 3px 1px red;}

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

This text has shadow with #59A10C primary color and red secondary color.


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

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

This text has shadow with #59A10C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59A10C on black background.


Color preview on white background

This text has color #59A10C on white background.



Black color preview on #59A10C background

This text has black color on #59A10C background.


White color preview on #59A10C background

This text has white color on #59A10C background.