COLOR #98BE14

HEX: #98BE14
RGB: (152,190,20)

Color info

#98BE14 contains mainly red and green colors. Web safe color of #98BE14 is #99CC00 (or #9C0).

RGB color model

#98BE14 color RGB value is (152,190,20).

  • red value is 152;
  • green value is 190;
  • blue value is 20.
RGB:
(152,190,20)
(60%,75%,8%)

RGB channels and saturation

R 152 of 255 = 60%
G 190 of 255 = 75%
B 20 of 255 = 8%

152
190
20

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

Portions of RGB colors in percentages

R + G + B =
152 + 190 + 20 = 362 (100%)
R 152 of 362 ~ 41.99%
G 190 of 362 ~ 52.49%
B 20 of 362 ~ 5.52%

%41.99
%52.49

CMYK color model

#98BE14 color CMYK value is (20,0,89,25).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 89.47%
  • key color value is 25.49%
CMYK:
(20,0,89,25)
C20M0Y89K25 
(20%,0%,89%,25%)
(0.20/0.00/0.89/0.25)	

CMYK percentages

%20
%0
%89.47
%25.49

Codes

Color #98BE14 in popluar color models

98BE14
RGB15219020
HSL73°80.95%41.18%
HSB/HSV73°89.47%74.51%
CMYK20.00%0.00%89.47%
25.49%

Color #98BE14 in popluar number systems.

HEX98BE14
Decimal15219020
Binary100110001011111010100
Octal23027624

Shades and tints

Shades of #98BE14

#98BE14
(152,190,20)
#8BAD13
(139,173,19)
#7E9C12
(126,156,18)
#718B11
(113,139,17)
#647A10
(100,122,16)
#57690F
(87,105,15)
#4A580E
(74,88,14)
#3D470D
(61,71,13)
#30360C
(48,54,12)
#23250B
(35,37,11)
#16140A
(22,20,10)
#000000
(0,0,0)

Tints of #98BE14

#98BE14
(152,190,20)
#A1C329
(161,195,41)
#AAC83E
(170,200,62)
#B3CD53
(179,205,83)
#BCD268
(188,210,104)
#C5D77D
(197,215,125)
#CEDC92
(206,220,146)
#D7E1A7
(215,225,167)
#E0E6BC
(224,230,188)
#E9EBD1
(233,235,209)
#F2F0E6
(242,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98BE14 color. Also use rgb(152,190,20) instead hex code.

Text Font Color

.myTextColor { color: #98BE14; }

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

This text font color is #98BE14.


Background Color

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

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

This div background color is #98BE14.


Border color

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

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

This div border color is #98BE14.


Opacity

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

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

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

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

This text has shadow with #98BE14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98BE14 on black background.


Color preview on white background

This text has color #98BE14 on white background.



Black color preview on #98BE14 background

This text has black color on #98BE14 background.


White color preview on #98BE14 background

This text has white color on #98BE14 background.