COLOR #59A262

HEX: #59A262
RGB: (89,162,98)

Color info

#59A262 contains mainly green color. Web safe color of #59A262 is #669966 (or #696).

RGB color model

#59A262 color RGB value is (89,162,98).

  • red value is 89;
  • green value is 162;
  • blue value is 98.
RGB:
(89,162,98)
(35%,64%,38%)

RGB channels and saturation

R 89 of 255 = 35%
G 162 of 255 = 64%
B 98 of 255 = 38%

89
162
98

R + G + B ~ 46%. #59A262 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 162 + 98 = 349 (100%)
R 89 of 349 ~ 25.5%
G 162 of 349 ~ 46.42%
B 98 of 349 ~ 28.08%

%25.5
%46.42
%28.08

CMYK color model

#59A262 color CMYK value is (45,0,40,36).

  • cyan value is 45.06%
  • magenta value is 0.00%
  • yellow value is 39.51%
  • key color value is 36.47%
CMYK:
(45,0,40,36)
C45M0Y40K36 
(45%,0%,40%,36%)
(0.45/0.00/0.40/0.36)	

CMYK percentages

%45.06
%0
%39.51
%36.47

Codes

Color #59A262 in popluar color models

59A262
RGB8916298
HSL127°29.08%49.22%
HSB/HSV127°45.06%63.53%
CMYK45.06%0.00%39.51%
36.47%

Color #59A262 in popluar number systems.

HEX59A262
Decimal8916298
Binary1011001101000101100010
Octal131242142

Shades and tints

Shades of #59A262

#59A262
(89,162,98)
#51945A
(81,148,90)
#498652
(73,134,82)
#41784A
(65,120,74)
#396A42
(57,106,66)
#315C3A
(49,92,58)
#294E32
(41,78,50)
#21402A
(33,64,42)
#193222
(25,50,34)
#11241A
(17,36,26)
#091612
(9,22,18)
#000000
(0,0,0)

Tints of #59A262

#59A262
(89,162,98)
#68AA70
(104,170,112)
#77B27E
(119,178,126)
#86BA8C
(134,186,140)
#95C29A
(149,194,154)
#A4CAA8
(164,202,168)
#B3D2B6
(179,210,182)
#C2DAC4
(194,218,196)
#D1E2D2
(209,226,210)
#E0EAE0
(224,234,224)
#EFF2EE
(239,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59A262 color. Also use rgb(89,162,98) instead hex code.

Text Font Color

.myTextColor { color: #59A262; }

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

This text font color is #59A262.


Background Color

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

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

This div background color is #59A262.


Border color

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

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

This div border color is #59A262.


Opacity

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

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

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

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

This text has shadow with #59A262 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59A262 on black background.


Color preview on white background

This text has color #59A262 on white background.



Black color preview on #59A262 background

This text has black color on #59A262 background.


White color preview on #59A262 background

This text has white color on #59A262 background.