COLOR #98AA0A

HEX: #98AA0A
RGB: (152,170,10)

Color info

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

RGB color model

#98AA0A color RGB value is (152,170,10).

  • red value is 152;
  • green value is 170;
  • blue value is 10.
RGB:
(152,170,10)
(60%,67%,4%)

RGB channels and saturation

R 152 of 255 = 60%
G 170 of 255 = 67%
B 10 of 255 = 4%

152
170
10

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

Portions of RGB colors in percentages

R + G + B =
152 + 170 + 10 = 332 (100%)
R 152 of 332 ~ 45.78%
G 170 of 332 ~ 51.2%
B 10 of 332 ~ 3.01%

%45.78
%51.2

CMYK color model

#98AA0A color CMYK value is (11,0,94,33).

  • cyan value is 10.59%
  • magenta value is 0.00%
  • yellow value is 94.12%
  • key color value is 33.33%
CMYK:
(11,0,94,33)
C11M0Y94K33 
(11%,0%,94%,33%)
(0.11/0.00/0.94/0.33)	

CMYK percentages

%10.59
%0
%94.12
%33.33

Codes

Color #98AA0A in popluar color models

98AA0A
RGB15217010
HSL67°88.89%35.29%
HSB/HSV67°94.12%66.67%
CMYK10.59%0.00%94.12%
33.33%

Color #98AA0A in popluar number systems.

HEX98AA0A
Decimal15217010
Binary10011000101010101010
Octal23025212

Shades and tints

Shades of #98AA0A

#98AA0A
(152,170,10)
#8B9B0A
(139,155,10)
#7E8C0A
(126,140,10)
#717D0A
(113,125,10)
#646E0A
(100,110,10)
#575F0A
(87,95,10)
#4A500A
(74,80,10)
#3D410A
(61,65,10)
#30320A
(48,50,10)
#23230A
(35,35,10)
#16140A
(22,20,10)
#000000
(0,0,0)

Tints of #98AA0A

#98AA0A
(152,170,10)
#A1B120
(161,177,32)
#AAB836
(170,184,54)
#B3BF4C
(179,191,76)
#BCC662
(188,198,98)
#C5CD78
(197,205,120)
#CED48E
(206,212,142)
#D7DBA4
(215,219,164)
#E0E2BA
(224,226,186)
#E9E9D0
(233,233,208)
#F2F0E6
(242,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98AA0A color. Also use rgb(152,170,10) instead hex code.

Text Font Color

.myTextColor { color: #98AA0A; }

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

This text font color is #98AA0A.


Background Color

.myBgColor { background-color: #98AA0A; }

<div style="background-color:#98AA0A">Inner text</div>

This div background color is #98AA0A.


Border color

.myBorderColor { border: 1px solid #98AA0A; }

<div style="border:3px solid #98AA0A">Div</div>

This div border color is #98AA0A.


Opacity

.myOpacity80 { color: #98AA0A; opacity: 0.8; }

<p style="color:#98AA0A;opacity:0.8;">80%</p>

Text with #98AA0A 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 #98AA0A;}

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

This text has shadow with #98AA0A color.

.textShadow {text-shadow: 3px 3px 1px #98AA0A, 3px 3px 1px red;}

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

This text has shadow with #98AA0A primary color and red secondary color.


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

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

This text has shadow with #98AA0A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98AA0A on black background.


Color preview on white background

This text has color #98AA0A on white background.



Black color preview on #98AA0A background

This text has black color on #98AA0A background.


White color preview on #98AA0A background

This text has white color on #98AA0A background.