COLOR #59AE69

HEX: #59AE69 RGB: (89,174,105)

Color info

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

RGB color model

#59AE69 color RGB value is (89,174,105).

RGB: (89,174,105) (35%, 68%, 41%)

RGB channels and saturation

R 89 of 255 = 35%
G 174 of 255 = 68%
B 105 of 255 = 41%

89
174
105

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

Portions of RGB colors in percentages

R + G + B = 89 + 174 + 105 = 368 (100%)
R 89 of 368 ~ 24.18%
G 174 of 368 ~ 47.28%
B 105 of 368 ~ 28.53'%

%24.18
%47.28
%28.53

CMYK color model

#59AE69 color CMYK value is (49,0,40,32).

  • cyan value is 48.85%
  • magenta value is 0.00%
  • yellow value is 39.66%
  • key color value is 31.76%
CMYK: (49,0,40,32) C49M0Y40K32 (49%,0%,40%,32%) (0.49/0.00/0.40/0.32) 

CMYK percentages

%48.85
%0
%39.66
%31.76

Codes

Color #59AE69 in popluar color models

59 AE 69
RGB 89 174 105
HSL 131° 34.41% 51.57%
HSB/HSV 131° 48.85% 68.24%
CMYK 48.85% 0.00% 39.66%
31.76%

Color #59AE69 in popluar number systems.

HEX 59 AE 69
Decimal 89 174 105
Binary 1011001 10101110 1101001
Octal 131 256 151

Shades and tints

Shades of #59AE69

#59AE69
(89,174,105)
#519F60
(81,159,96)
#499057
(73,144,87)
#41814E
(65,129,78)
#397245
(57,114,69)
#31633C
(49,99,60)
#295433
(41,84,51)
#21452A
(33,69,42)
#193621
(25,54,33)
#112718
(17,39,24)
#09180F
(9,24,15)
#000000
(0,0,0)

Tints of #59AE69

#59AE69
(89,174,105)
#68B576
(104,181,118)
#77BC83
(119,188,131)
#86C390
(134,195,144)
#95CA9D
(149,202,157)
#A4D1AA
(164,209,170)
#B3D8B7
(179,216,183)
#C2DFC4
(194,223,196)
#D1E6D1
(209,230,209)
#E0EDDE
(224,237,222)
#EFF4EB
(239,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59AE69 color. Also use rgb(89,174,105) instead hex code.

Text Font Color

.myTextColor { color: #59AE69; }

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

This text font color is #59AE69.

Background Color

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

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

This div background color is #59AE69.

Border color

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

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

This div border color is #59AE69.

Opacity

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

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

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

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

This text has shadow with #59AE69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #59AE69.

Preview

Color preview on black background

This text has color #59AE69 on black background.


Color preview on white background

This text has color #59AE69 on white background.


Black color preview on #59AE69 background

This text has black color on #59AE69 background.


White color preview on #59AE69 background

This text has white color on #59AE69 background.


Related colors

Complementary color

Complementary color for #hex is #A65196.


I love getcolorcode.com

Triadic colors

1 #6959AE and #AE6959 with #59AE69 are triadic colors.

2 #69AE59 and #AE5969 with #59AE69 are triadic colors.