COLOR #099250

HEX: #099250
RGB: (9,146,80)

Color info

#099250 contains mainly green color. Web safe color of #099250 is #009966 (or #096).

RGB color model

#099250 color RGB value is (9,146,80).

  • red value is 9;
  • green value is 146;
  • blue value is 80.
RGB:
(9,146,80)
(4%,57%,31%)

RGB channels and saturation

R 9 of 255 = 4%
G 146 of 255 = 57%
B 80 of 255 = 31%

9
146
80

R + G + B ~ 31%. #099250 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 146 + 80 = 235 (100%)
R 9 of 235 ~ 3.83%
G 146 of 235 ~ 62.13%
B 80 of 235 ~ 34.04%

%62.13
%34.04

CMYK color model

#099250 color CMYK value is (94,0,45,43).

  • cyan value is 93.84%
  • magenta value is 0.00%
  • yellow value is 45.21%
  • key color value is 42.75%
CMYK:
(94,0,45,43)
C94M0Y45K43 
(94%,0%,45%,43%)
(0.94/0.00/0.45/0.43)	

CMYK percentages

%93.84
%0
%45.21
%42.75

Codes

Color #099250 in popluar color models

099250
RGB914680
HSL151°88.39%30.39%
HSB/HSV151°93.84%57.25%
CMYK93.84%0.00%45.21%
42.75%

Color #099250 in popluar number systems.

HEX099250
Decimal914680
Binary1001100100101010000
Octal11222120

Shades and tints

Shades of #099250

#099250
(9,146,80)
#098549
(9,133,73)
#097842
(9,120,66)
#096B3B
(9,107,59)
#095E34
(9,94,52)
#09512D
(9,81,45)
#094426
(9,68,38)
#09371F
(9,55,31)
#092A18
(9,42,24)
#091D11
(9,29,17)
#09100A
(9,16,10)
#000000
(0,0,0)

Tints of #099250

#099250
(9,146,80)
#1F9B5F
(31,155,95)
#35A46E
(53,164,110)
#4BAD7D
(75,173,125)
#61B68C
(97,182,140)
#77BF9B
(119,191,155)
#8DC8AA
(141,200,170)
#A3D1B9
(163,209,185)
#B9DAC8
(185,218,200)
#CFE3D7
(207,227,215)
#E5ECE6
(229,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #099250 color. Also use rgb(9,146,80) instead hex code.

Text Font Color

.myTextColor { color: #099250; }

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

This text font color is #099250.


Background Color

.myBgColor { background-color: #099250; }

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

This div background color is #099250.


Border color

.myBorderColor { border: 1px solid #099250; }

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

This div border color is #099250.


Opacity

.myOpacity80 { color: #099250; opacity: 0.8; }

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

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

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

This text has shadow with #099250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #099250 on black background.


Color preview on white background

This text has color #099250 on white background.



Black color preview on #099250 background

This text has black color on #099250 background.


White color preview on #099250 background

This text has white color on #099250 background.