COLOR #59A252

HEX: #59A252
RGB: (89,162,82)

Color info

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

RGB color model

#59A252 color RGB value is (89,162,82).

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

RGB channels and saturation

R 89 of 255 = 35%
G 162 of 255 = 64%
B 82 of 255 = 32%

89
162
82

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

Portions of RGB colors in percentages

R + G + B =
89 + 162 + 82 = 333 (100%)
R 89 of 333 ~ 26.73%
G 162 of 333 ~ 48.65%
B 82 of 333 ~ 24.62%

%26.73
%48.65
%24.62

CMYK color model

#59A252 color CMYK value is (45,0,49,36).

  • cyan value is 45.06%
  • magenta value is 0.00%
  • yellow value is 49.38%
  • key color value is 36.47%
CMYK:
(45,0,49,36)
C45M0Y49K36 
(45%,0%,49%,36%)
(0.45/0.00/0.49/0.36)	

CMYK percentages

%45.06
%0
%49.38
%36.47

Codes

Color #59A252 in popluar color models

59A252
RGB8916282
HSL115°32.79%47.84%
HSB/HSV115°49.38%63.53%
CMYK45.06%0.00%49.38%
36.47%

Color #59A252 in popluar number systems.

HEX59A252
Decimal8916282
Binary1011001101000101010010
Octal131242122

Shades and tints

Shades of #59A252

#59A252
(89,162,82)
#51944B
(81,148,75)
#498644
(73,134,68)
#41783D
(65,120,61)
#396A36
(57,106,54)
#315C2F
(49,92,47)
#294E28
(41,78,40)
#214021
(33,64,33)
#19321A
(25,50,26)
#112413
(17,36,19)
#09160C
(9,22,12)
#000000
(0,0,0)

Tints of #59A252

#59A252
(89,162,82)
#68AA61
(104,170,97)
#77B270
(119,178,112)
#86BA7F
(134,186,127)
#95C28E
(149,194,142)
#A4CA9D
(164,202,157)
#B3D2AC
(179,210,172)
#C2DABB
(194,218,187)
#D1E2CA
(209,226,202)
#E0EAD9
(224,234,217)
#EFF2E8
(239,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59A252; }

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

This text font color is #59A252.


Background Color

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

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

This div background color is #59A252.


Border color

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

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

This div border color is #59A252.


Opacity

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

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

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

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

This text has shadow with #59A252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59A252 on black background.


Color preview on white background

This text has color #59A252 on white background.



Black color preview on #59A252 background

This text has black color on #59A252 background.


White color preview on #59A252 background

This text has white color on #59A252 background.