COLOR #89AF17

HEX: #89AF17
RGB: (137,175,23)

Color info

#89AF17 contains mainly red and green colors. Web safe color of #89AF17 is #999900 (or #990).

RGB color model

#89AF17 color RGB value is (137,175,23).

  • red value is 137;
  • green value is 175;
  • blue value is 23.
RGB:
(137,175,23)
(54%,69%,9%)

RGB channels and saturation

R 137 of 255 = 54%
G 175 of 255 = 69%
B 23 of 255 = 9%

137
175
23

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

Portions of RGB colors in percentages

R + G + B =
137 + 175 + 23 = 335 (100%)
R 137 of 335 ~ 40.9%
G 175 of 335 ~ 52.24%
B 23 of 335 ~ 6.87%

%40.9
%52.24

CMYK color model

#89AF17 color CMYK value is (22,0,87,31).

  • cyan value is 21.71%
  • magenta value is 0.00%
  • yellow value is 86.86%
  • key color value is 31.37%
CMYK:
(22,0,87,31)
C22M0Y87K31 
(22%,0%,87%,31%)
(0.22/0.00/0.87/0.31)	

CMYK percentages

%21.71
%0
%86.86
%31.37

Codes

Color #89AF17 in popluar color models

89AF17
RGB13717523
HSL75°76.77%38.82%
HSB/HSV75°86.86%68.63%
CMYK21.71%0.00%86.86%
31.37%

Color #89AF17 in popluar number systems.

HEX89AF17
Decimal13717523
Binary100010011010111110111
Octal21125727

Shades and tints

Shades of #89AF17

#89AF17
(137,175,23)
#7DA015
(125,160,21)
#719113
(113,145,19)
#658211
(101,130,17)
#59730F
(89,115,15)
#4D640D
(77,100,13)
#41550B
(65,85,11)
#354609
(53,70,9)
#293707
(41,55,7)
#1D2805
(29,40,5)
#111903
(17,25,3)
#000000
(0,0,0)

Tints of #89AF17

#89AF17
(137,175,23)
#93B62C
(147,182,44)
#9DBD41
(157,189,65)
#A7C456
(167,196,86)
#B1CB6B
(177,203,107)
#BBD280
(187,210,128)
#C5D995
(197,217,149)
#CFE0AA
(207,224,170)
#D9E7BF
(217,231,191)
#E3EED4
(227,238,212)
#EDF5E9
(237,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89AF17 color. Also use rgb(137,175,23) instead hex code.

Text Font Color

.myTextColor { color: #89AF17; }

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

This text font color is #89AF17.


Background Color

.myBgColor { background-color: #89AF17; }

<div style="background-color:#89AF17">Inner text</div>

This div background color is #89AF17.


Border color

.myBorderColor { border: 1px solid #89AF17; }

<div style="border:3px solid #89AF17">Div</div>

This div border color is #89AF17.


Opacity

.myOpacity80 { color: #89AF17; opacity: 0.8; }

<p style="color:#89AF17;opacity:0.8;">80%</p>

Text with #89AF17 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 #89AF17;}

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

This text has shadow with #89AF17 color.

.textShadow {text-shadow: 3px 3px 1px #89AF17, 3px 3px 1px red;}

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

This text has shadow with #89AF17 primary color and red secondary color.


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

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

This text has shadow with #89AF17 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89AF17 on black background.


Color preview on white background

This text has color #89AF17 on white background.



Black color preview on #89AF17 background

This text has black color on #89AF17 background.


White color preview on #89AF17 background

This text has white color on #89AF17 background.