COLOR #59AF40

HEX: #59AF40 RGB: (89,175,64)

Color info

#59AF40 contains mainly green color. Web safe color of #59AF40 is #669933 (or #693).

RGB color model

#59AF40 color RGB value is (89,175,64).

RGB: (89,175,64) (35%, 69%, 25%)

RGB channels and saturation

R 89 of 255 = 35%
G 175 of 255 = 69%
B 64 of 255 = 25%

89
175
64

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

Portions of RGB colors in percentages

R + G + B = 89 + 175 + 64 = 328 (100%)
R 89 of 328 ~ 27.13%
G 175 of 328 ~ 53.35%
B 64 of 328 ~ 19.51'%

%27.13
%53.35
%19.51

CMYK color model

#59AF40 color CMYK value is (49,0,63,31).

  • cyan value is 49.14%
  • magenta value is 0.00%
  • yellow value is 63.43%
  • key color value is 31.37%
CMYK: (49,0,63,31) C49M0Y63K31 (49%,0%,63%,31%) (0.49/0.00/0.63/0.31) 

CMYK percentages

%49.14
%0
%63.43
%31.37

Codes

Color #59AF40 in popluar color models

59 AF 40
RGB 89 175 64
HSL 106° 46.44% 46.86%
HSB/HSV 106° 63.43% 68.63%
CMYK 49.14% 0.00% 63.43%
31.37%

Color #59AF40 in popluar number systems.

HEX 59 AF 40
Decimal 89 175 64
Binary 1011001 10101111 1000000
Octal 131 257 100

Shades and tints

Shades of #59AF40

#59AF40
(89,175,64)
#51A03B
(81,160,59)
#499136
(73,145,54)
#418231
(65,130,49)
#39732C
(57,115,44)
#316427
(49,100,39)
#295522
(41,85,34)
#21461D
(33,70,29)
#193718
(25,55,24)
#112813
(17,40,19)
#09190E
(9,25,14)
#000000
(0,0,0)

Tints of #59AF40

#59AF40
(89,175,64)
#68B651
(104,182,81)
#77BD62
(119,189,98)
#86C473
(134,196,115)
#95CB84
(149,203,132)
#A4D295
(164,210,149)
#B3D9A6
(179,217,166)
#C2E0B7
(194,224,183)
#D1E7C8
(209,231,200)
#E0EED9
(224,238,217)
#EFF5EA
(239,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59AF40 color. Also use rgb(89,175,64) instead hex code.

Text Font Color

.myTextColor { color: #59AF40; }

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

This text font color is #59AF40.

Background Color

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

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

This div background color is #59AF40.

Border color

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

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

This div border color is #59AF40.

Opacity

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

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

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

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

This text has shadow with #59AF40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #59AF40.

Preview

Color preview on black background

This text has color #59AF40 on black background.


Color preview on white background

This text has color #59AF40 on white background.


Black color preview on #59AF40 background

This text has black color on #59AF40 background.


White color preview on #59AF40 background

This text has white color on #59AF40 background.


Related colors

Complementary color

Complementary color for #hex is #A650BF.


I love getcolorcode.com

Triadic colors

1 #4059AF and #AF4059 with #59AF40 are triadic colors.

2 #40AF59 and #AF5940 with #59AF40 are triadic colors.