#098304

Color #098304 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #098304

Tints of Green #098304

Color information

#098304 (or 0x098304) is unknown color: approx Green. HEX triplet: 09, 83 and 04. RGB value is (9,131,4). Sum of RGB (Red+Green+Blue) = 9+131+4=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 131 (51.56% from 255 or 90.97% from 144); Blue value is 4 (1.95% from 255 or 2.78% from 144); Max value from RGB is 131 - color contains mainly: green. Hex color #098304 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #098304 is #F67CFB. Grayscale: #505050. Windows color (decimal): -16153852 or 295689. OLE color: 295689.

HSL color Cylindrical-coordinate representation of color #098304: hue angle of 117.64º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #098304 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB91314-
CMYK0.9300.970.49
HSL117.64º94.07%26.47%-
HSV(B)117.64º96.95%51.37%-
XYZ8.2516.32.83-
YUV80.0485.0877.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 9 (3.91% from 255) = 6.25%
GREEN value IS 131 (51.56% from 255) = 90.97%
BLUE value IS 4 (1.95% from 255) = 2.78%
R=6.25%
G=90.97%
B=2.78%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal913140.9300.970.49117.6494.0726.47
Hex98345D06131765e1a
Octal11203413501416116613632
Binary1001100000111001011101011000011100011110110101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098304; }

 p { color: rgb(9,131,4); }

 H1.HeaderClassName
 {
   color: #098304;
 }
 .AnyTagClassName
 {
   color: #098304;
 }
</style>
background-color css

<style>
 a { background-color: #098304; }

 a { background-color: rgb(9,131,4); }

 div.DivClassName
 {
   background-color: #098304;
 }
 .BgClassName
 {
   background-color: #098304;
 }
</style>
border-color css

<style>
 span { border-color: #098304; }

 span { border-color: rgb(9,131,4); }

 td.TdClassName
 {
   border-color: #098304;
 }
 .TagClassName
 {
   border-color: #098304;
 }
</style>